cancel
Showing results for 
Search instead for 
Did you mean: 

Websphere Application Server 8.5 JMS Deploy Error

Former Member
0 Kudos

Hi Experts,

I am trying to connect SAP PI 7.31 Server with IBM OMS server.

We are going to use JMS Adapter - Websphere Application Server JMS Provider.

BC Team had recently deployed file com.sap.aii.adapter.lib.sda with the following libraries.

But an error occurs in the continued deployment process.

1)First Deployed Result.

com.ibm.ws.orb_8.5.0.jar
com.ibm.ws.sib.client.thin.jms_8.5.0.jar
com.ibm.ws.sib.client_ExpeditorDRE_8.5.0


We found the following error.

A channel error occurred. Detailed error (if any) : java.lang.NoClassDefFoundError: com/ibm/ws/sib/trm/TrmSICoreConnectionFactory : cannot initialize class because prior initialization attempt failed at com.ibm.wsspi.sib.core.selector.SICoreConnectionFactorySelector.getSICoreConnectionFactory(SICoreConnectionFactorySelector.java:207)


2) Second Deployed Result.

com.ibm.ws.ejb.thinclient_8.5.0.jar
com.ibm.ws.orb_8.5.0.jar
com.ibm.ws.sib.client.thin.jms_8.5.0.jar

However, the adapter is not getting to work.


3) Third Deployed Result.

com.ibm.ws.orb_8.5.0.jar
com.ibm.ws.sib.client.thin.jms_8.5.0.jar
j2ee.jar
naming.jar

We found the following error.

Service [com.sap.aii.adapter.jdbc.svc] failed to start; nested exception is:
[EXCEPTION]
java.lang.NoSuchMethodError: com.ibm.ws.bootstrap.WsLogManager.isHpelEnabled()Z
at com.ibm.ejs.ras.Tr. (Tr.java:294)
at com.ibm.websphere.naming.WsnInitialContextFactory.<clinit>(WsnInitialContextFactory.java:80)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:252)
at com.sap.engine.system.naming.provider.ResolverManager.findInitialContextFactory(ResolverManager.java:472)
at com.sap.engine.system.naming.provider.DefaultInitialContext._getDefaultInitCtxt(DefaultInitialContext.java:59)
at com.sap.engine.system.naming.provider.DefaultInitialContext.<init>(DefaultInitialContext.java:45)
at com.sap.engine.system.naming.provider.DefaultInitialContextFactory.getInitialContext(DefaultInitialContextFactory.java:41)
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
at javax.naming.InitialContext.init(InitialContext.java:223)
at javax.naming.InitialContext.<init>(InitialContext.java:175)
at com.sap.aii.adapter.jdbc.SapAdapterServiceFrameImpl.start(SapAdapterServiceFrameImpl.java:101)
at com.sap.engine.core.service630.container.ServiceRunner.startFrame(ServiceRunner.java:165)
at com.sap.engine.core.service630.container.ServiceRunner.startService(ServiceRunner.java:118)
at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:65)
at com.sap.engine.frame.core.thread.Task.run(Task.java:73)
at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:178)
at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:316)


If you have experience that deploy to integration with Websphere Application Server 8.5,

Please share me your deployment methods.

Thank you.

best regard.

Former Member
0 Kudos

Thanks to your reploy.

But I tried the search, could not find a good answer.

therefor I have rewritte modified version.

========================================================
Websphere Application Server 8.5 JMS Deploy Error

Hi Experts,

I am trying to connect SAP PI 7.31 Server with IBM OMS server.

We are goint to use JMS Adapter - Websphere Application Server JMS Provider.

BC Team had recently deployed file com.sap.aii.adapter.lib.sda with the following libraries.

But an error occurs in the continued deployment process.

1)First Depoyed Result.

com.ibm.ws.orb_8.5.0.jar
com.ibm.ws.sib.client.thin.jms_8.5.0.jar
com.ibm.ws.sib.client_ExpeditorDRE_8.5.0


We found the following error.

A channel error occurred. Detailed error (if any) : java.lang.NoClassDefFoundError: com/ibm/ws/sib/trm/TrmSICoreConnectionFactory : cannot initialize class because prior initialization attempt failed at com.ibm.wsspi.sib.core.selector.SICoreConnectionFactorySelector.getSICoreConnectionFactory(SICoreConnectionFactorySelector.java:207)


2) Second Depoyed Result.

com.ibm.ws.ejb.thinclient_8.5.0.jar
com.ibm.ws.orb_8.5.0.jar
com.ibm.ws.sib.client.thin.jms_8.5.0.jar

However, the adapter is not getting to work.


3) Third Depoyed Result.

com.ibm.ws.orb_8.5.0.jar
com.ibm.ws.sib.client.thin.jms_8.5.0.jar
j2ee.jar
naming.jar

We found the following error.

Service [com.sap.aii.adapter.jdbc.svc] failed to start; nested exception is:
[EXCEPTION]
java.lang.NoSuchMethodError: com.ibm.ws.bootstrap.WsLogManager.isHpelEnabled()Z
at com.ibm.ejs.ras.Tr.<clinit>(Tr.java:294)
at com.ibm.websphere.naming.WsnInitialContextFactory.<clinit>(WsnInitialContextFactory.java:80)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:252)
at com.sap.engine.system.naming.provider.ResolverManager.findInitialContextFactory(ResolverManager.java:472)
at com.sap.engine.system.naming.provider.DefaultInitialContext._getDefaultInitCtxt(DefaultInitialContext.java:59)
at com.sap.engine.system.naming.provider.DefaultInitialContext.<init>(DefaultInitialContext.java:45)
at com.sap.engine.system.naming.provider.DefaultInitialContextFactory.getInitialContext(DefaultInitialContextFactory.java:41)
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
at javax.naming.InitialContext.init(InitialContext.java:223)
at javax.naming.InitialContext.<init>(InitialContext.java:175)
at com.sap.aii.adapter.jdbc.SapAdapterServiceFrameImpl.start(SapAdapterServiceFrameImpl.java:101)
at com.sap.engine.core.service630.container.ServiceRunner.startFrame(ServiceRunner.java:165)
at com.sap.engine.core.service630.container.ServiceRunner.startService(ServiceRunner.java:118)
at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:65)
at com.sap.engine.frame.core.thread.Task.run(Task.java:73)
at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:178)
at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:316)


If you have expirence that depoy to integration with Websphere Application Server 8.5,

Please share me your deployment methods.

Thank you.

best regard.

Accepted Solutions (0)

Answers (0)