aspose file tools
The moose likes BEA/Weblogic and the fly likes JNDI lookup from IPlanet 6.0 sp2 to weblogic 7.0 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "JNDI lookup from IPlanet 6.0 sp2 to weblogic 7.0" Watch "JNDI lookup from IPlanet 6.0 sp2 to weblogic 7.0" New topic
Author

JNDI lookup from IPlanet 6.0 sp2 to weblogic 7.0

Smitha Ajay
Greenhorn

Joined: Feb 07, 2003
Posts: 9
I just encountered a problem while trying to lookup an EJB in weblogic server7.0 from IPlanet6.0 sp2 server- just a plain simple JNDI lookup which ought to give no problem - This is the error that i am getting - do u have any clues as to what the problem may be ?
Internal error: Unexpected error condition thrown (unknown exception,no
description), stack: java.lang.InternalError: error initializing kernel
at
weblogic.kernel.Kernel.ensureInitialized(Kernel.java:107) at
weblogic.jndi.WLInitialContextFactoryDelegate.<init>(WLInitialContextFactory
Delegate.java:176) at java.lang.Class.newInstance0(Native Method)
at
java.lang.Class.newInstance(Unknown Source) at
weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFact
ory.java:147) at
javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:660)
at
javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:241)
at javax.naming.InitialContext.init(InitialContext.java:217) at
javax.naming.InitialContext.<init>(InitialContext.java:193) at
test.ICDataLookUp.setInitialContext(ICDataLookUp.java:62)
The lookup is working fine on tomcat and also as a standalone program.

If anyone has any suggestions,please email at smitha_ajay@yahoo.com.
Thanks in advance
Smitha
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JNDI lookup from IPlanet 6.0 sp2 to weblogic 7.0
 
Similar Threads
Lookup EJB on weblogic7.0 from iplanet 6.0 sp2
SQL error code = -804
Error in performing EJB Home lookup deployed on WLS server 8.1 SP1
Regarding JNDI lookup from iplanet 6.0 sp2 to weblogic7.0
Apache Axis in Weblogic