I’m connecting EJB Adapter 4.2 to a WebLogic 5.1 server on AIX. Both, the WebLogic and the EJB Adapter are installed on the same physical machine, the webMethods Broker is running on a remote machine accessible from the network.
I was finally able to configure the EJB Adapter and it finally started in the adapter_config tool (it’s green). Yippie…
HOwever, I CANNOT create any Configured Operations for that Adapter - no matter which template I choose, I get a javax.naming.CommunicationException!
What’s happening?! Is this process attempting to connect to the EJB container and find the list of beans?! What would cause the Communication exception, in Enterprise Integrator when the Adapter starts right in the Adapter Config tool!?
Could this somehow be related to the UserID/Password combination I’m using? How exactly does this UserID/Password need to be defined in WebLogic?
found null or closed connection
2003-06-08 13:23:09,906 [B2B HTTP Handler 127.0.0.1] INFO - [BASEJBA.5000.0011]A
liasTestImpl.test - returned from releaseConnection()
Where are you setting the classpath?
In the environment before running server.bat?
If so did you make any changes to server.bat?
Inside server.bat?
Where did you put the WebLogic client jar files?
What version of IS and the EJB Adapter are you running (including SPs)?
What directory contains the jar that contains the javax.naming classes?
How are you testing the connection?
Is it via the Web page of the IMDK package?
If so, can you just try using the connection to see if it is just a problem with the test connection logic?
I am settinng the classpath in server .bat
i placed in prepandclasses weblogicsp13,weblogicsp13bootjar are placed in is\lib
and weblogicaux.jar,classes.zip are placed in is\lib\jars
I ma testing connection in admin login test coonection in alias settings
pls help in establishing the connection between IS server and weblogic5.1