Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SerialContextProvider

843829Dec 6 2001 — edited Dec 6 2001
Hi

Im using VisiBroker 4.5 and J2EE1.3 JDK1.3.1. I get the following erroe when I try to call initial.lookup("MyMOOne");
where MyMOOne is the JNDI name of my entity bean..

I get this error when I use vbj instead java to run my corba application!?

Please help!


javax.naming.CommunicationException: Can't find SerialContextProvider
at com.sun.enterprise.naming.SerialContext.getProvider(SerialContext.jav
a:66)
at com.sun.enterprise.naming.SerialContext.lookup(SerialContext.java:154
)
at javax.naming.InitialContext.lookup(InitialContext.java:350)
at Config.ConfigurationImpl.<init>(ConfigurationImpl.java:57)
at CSServer.main(CSServer.java:59)


Regards
Brian
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 3 2002
Added on Dec 6 2001
1 comment
136 views