• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Regarding JNDI lookup from iplanet 6.0 sp2 to weblogic7.0

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
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
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

How did you solve the problem?

Thx
 
reply
    Bookmark Topic Watch Topic
  • New Topic