cancel
Showing results for 
Search instead for 
Did you mean: 

MBean com.sap.XI:name=is.00.SAPXID,type=XIServerEngine does not exist

Former Member
0 Kudos

We have setup alerts to send out emails. After we applied SP16, we are not able to access the runtime workbench message monitoring information in the links that are in the alert emails.

When i click on the link (e.g. http://SAPXID:50000/rwb_mdt/index.jsp?objectName=name=is.00.SAPXID,type=XIServerEngine&messageid=D9E... ), I get to the runtime workbench. When i put in the credetials, i get the following error:

Following error occurred while executing the application:

MBean com.sap.XI:name=is.00.SAPXID,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.00.SAPXID,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:418)

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

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(Native Method)

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

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

Has anyone seen this error before? We did not have this error before applying SP16. Your help is appreciated.

Thanks,

Jay

Accepted Solutions (0)

Answers (8)

Answers (8)

Former Member
0 Kudos

We had the same issue, we applied SAP Note 906044 through SNOTE, after that check the Environment> Modification Browser> username--> see if that note applied correctly and the objects have changed any.

Our syst config was PI 7.0, sp12.

this should resolve your prob.

Award points if this userful

Former Member
0 Kudos

Hi ,

We are getting the same exceptions after applying SP21 for alerts.

Any solution for that please.

Former Member
0 Kudos

Jag

Thanks for your reply.

Both <b>com.sap.aii.rwb.server.centralmonitoring.r3.ashost</b> and <b>com.sap.aii.connect.integrationserver.name</b> are set to the fully qualified domain name. However, the url in the email uses the short host name in the <i>name</i> parameter. We don't have any Exchange Profile parameters set to the short host name. Could this be being picked up from a system parameter on the ABAP stack?

Thanks

Mark

henrique_pinto
Active Contributor
0 Kudos

Well,

the link points to rwb_mdt, which is a java application (hence, deployed in the web as java).

Then, it shouldn't be any ABAP configuration (but I won't dare to say it isn't ).

Also, check in SLD the URL for your XI's Technical System Java.

Regards,

Henrique.

former_member214364
Active Contributor
0 Kudos

Hi Jay,

Could you please check the following parameters in Exchange profiles

RuntimeWorkBench

com.sap.aii.rwb.server.centralmonitoring.r3.ashost

and

Connections

com.sap.aii.connect.integrationserver.name

Please let me know if have issue.

Cheers,

Jag

Former Member
0 Kudos

We currently have the same problem!

Does anybody know which parameter contains the value <i><b><logical host of sap></b></i> that gets substituted in the alert url?

Former Member
0 Kudos

check the Property in Exchange Profile:

com.sap.aii.connect.integrationserver.name

Former Member
0 Kudos

Did you find a solution for this problem? I am getting the same error. Java Webstart is setup fine for me.

Former Member
0 Kudos

Actually my problem is that the link is generated with the wrong object name:

is.00.<logical host of db>

However this object in Content Maintenance is available as:

is.00.<logical host of sap>

If I change it manually in the link it works, but I don't understand why it is generated wrong in the first place. Logically the Integration Server should be running on the SAP side right?

henrique_pinto
Active Contributor
0 Kudos

Check the parameters in exchange profile for the integration engine and also for runtime workbench.

Regards,

Henrique.

Former Member
0 Kudos

Jay

Since you have recently upgraded just to make sure that all the XI components are installed correctly go through:

/people/sravya.talanki2/blog/2006/02/21/verifying-xi-components

Since you are unable to open Integration Builder go through the urls and find out whether it is working as expected:

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1688 [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken]

/people/shabarish.vijayakumar/blog/2006/02/13/unable-to-open-iresrid-xipipi-71-updated-for-pi-71-support

/people/sameer.shadab/blog/2005/11/27/java-web-start

---Satish