cancel
Showing results for 
Search instead for 
Did you mean: 

connecting SAP-XI to Bea Weblogic Server Version 8.1 via JMS

Former Member
0 Kudos

Hi Community,

We are trying to connect SAP-XI to Bea Weblogic Server Version 8.1 via JMS. It seems so that there is a kind of connection during start of the communicationchannel but than we only get this errormessages in the Channeldetails

Fehler bei der Kanalinitialisierung; Ausnahme-Trace:

javax.naming.NamingException: Unhandled exception in lookup [Root

exception is org.omg.CORBA.MARSHAL: java.io.IOException: Unsupported

class version -1. Expected a value between 1 and 2 inclusive. Possible

attempt to access unsupported older JMS version. vmcid: 0x0 minor code:

0 completed: No]

at weblogic.corba.j2ee.naming.Utils.wrapNamingException(Utils.java:81)

at weblogic.corba.j2ee.naming.ContextImpl.lookup(ContextImpl.java:237)

at weblogic.corba.j2ee.naming.ContextImpl.lookup(ContextImpl.java:171)

Has anybody seen this before and knows how to solve this?

Thanks in advance

Manfred Schmidt-Voigt

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Manfred,

have a look on the following note: 987511. Please check if you are on the same SP stack as in the note.

Please check also if you have used the correct class name in the communication channel.

Regards

Thomas

Former Member
0 Kudos

Hello Thomas,

thanks for your answer. We are already on SP19. Starting and stopping is reacting but only with the above mentioned errors.

I think, that the classnames are OK because with a little Java JMS Testprogramm with the same parameters from the channeldefinition we can connect to the BEA Server. So this should be OK.

Kind regards

Manfred Schmidt-Voigt