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!

Please Help me...............very urgent....very frusturated

843829Jun 30 2003 — edited Jul 1 2003
hi
i have developed a simple session bean called demo
and the ejb is deployed on the weblogic server.
when i run the client which is a command line app. it throws the following error:


D:\demo>java demo.DemoClient

Begin statelessSession DemoClient...

Reach Here
:::::::::::::: Error :::::::::::::::::
javax.naming.NameNotFoundException: Unable to resolve 'demo.DemoHome' Resolved: '' Unresolved:'demo' ; remaining name 'd
emo.DemoHome'
at weblogic.rmi.internal.BasicOutboundRequest.sendReceive(BasicOutboundRequest.java:109)
at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:262)
at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:229)
at weblogic.jndi.internal.ServerNamingNode_WLStub.lookup(Unknown Source)
at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:337)
at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:332)
at javax.naming.InitialContext.lookup(InitialContext.java:345)
at demo.DemoClient.main(DemoClient.java:37)

i have added the deployed folder in the weblogic classpath.
isthere a jndi error??

kindly tell me

buy
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 29 2003
Added on Jun 30 2003
4 comments
147 views