cancel
Showing results for 
Search instead for 
Did you mean: 

XIServerEngine does not exist

Former Member
0 Kudos

Hello friends,

Ive configured Alert Framework and I get Alerts via email. Under the mail there are 2 links:

<b>Message Monitor:</b> http://<host>:<port>/rwb_mdt/index.jsp?rwb=true&objectName=name=is.09.cip10,type=XIServerEngine&mess...

<b>Message Monitor (Safe Connection):</b> https://<host>:<port>/rwb_mdt/index.jsp?rwb=true&objectName=name=is.09.cip10,type=XIServerEngine&mes...

If I click on the first link I get this error:

MBean com.sap.XI:name=is.09.cip10,type=XIServerEngine does not exist

Stack trace for the above error message is:

com.sap.aii.rwb.exceptions.WrongMBeanException: MBean com.sap.XI:name=is.09.cip10,type=XIServerEngine does not exist

at com.sap.aii.rwb.core.XIComponent.getSubComponent(XIComponent.java:313)

at com.sap.aii.rwb.util.web.model.AppMainModel.getSelectedXIComponent(AppMainModel.java:151)

at com.sap.aii.mdt.web.MonitorDynPage.setNewComponent(MonitorDynPage.java:422)

at com.sap.aii.mdt.web.MonitorDynPage.doInitialization(MonitorDynPage.java:238)

at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:105)

at com.sapportals.htmlb.page.PageProcessorServlet.handleRequest(PageProcessorServlet.java:62)

at com.sapportals.htmlb.page.PageProcessorServlet.doGet(PageProcessorServlet.java:29)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)

at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)

at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)

at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)

at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)

at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)

at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)

at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)

at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)

at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)

at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)

at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)

at java.security.AccessController.doPrivileged(AccessController.java:207)

at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)

at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)

And for the second link I get a "page could not be displayed" error

How comes that XI makes these 2 links standard?

Do anyone has eny suggestion what to do and where to look for these errors?

Kind regards,

Kamran

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Kamran,

the problem might be that in the Exchange Profile

the property 'com.sap.aii.connect.integrationserver.name' contains the

host name "HOSTNAME" (i.e. capital letters) whereas the Integration

Server registers with the SLD under "hostname" (lower case). The URL to the message

monitor is currently build from the Exchange Profile entry instead of

the SLD entry. This is usually not a problem since in general the host

names are given in small letters.

As a workaround, you can replace the Exchange Profile parameter

'com.sap.aii.connect.integrationserver.name' with "hostname" (lower case) and check if

that helps.

Regards,

Jaime

Former Member
0 Kudos

Hi Jaime,

Thanks for your reply. I've checked that and both of them are lower case.

Any other sugestion where to look?

Regards,

Kamran

Answers (1)

Answers (1)

Former Member
0 Kudos

If you are on xi 3.0 and on sp15 or lower then have a look at note 906044

Please also check the following notes:

768456 - Troubleshooting Runtime

check that all the services and settings mentioned match the indications from the note

Again make sure that com.sap.aii.connect.integrationserver.name is in lower case.

I think that probably the system somehow finds out an old entry. So try also restarting the system

rgds

jaime