Posted By:
Shridhar_N
Posted On:
Wednesday, January 29, 2003 04:24 AM
Hi All, I am trying deploy an Entity bean on weblogic 6.1 Server, i am getting the following Errors on Java Console and weblogic Consoles respectively, Can ay one out there tell me whats the problem.. Error in Java Console: *********************** Setting Props Contextjavax.naming.InitialContext@39b78e javax.naming.NameNotFoundException: Unable to resolve look. Resolved: '' Unresolved:'look' ; remaining name '' at weblogic.rmi.internal.BasicOutboundRequest.sendReceive(BasicOutboundRequest.java:85) at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:255) at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:222) at weblogic.rmi.in
More>>
Hi All,
I am trying deploy an Entity bean on weblogic 6.1 Server, i am getting the following Errors on Java Console and weblogic Consoles respectively,
Can ay one out there tell me whats the problem..
Error in Java Console:
***********************
Setting Props
Contextjavax.naming.InitialContext@39b78e
javax.naming.NameNotFoundException: Unable to resolve look. Resolved: '' Unresolved:'look' ; remaining name ''
at weblogic.rmi.internal.BasicOutboundRequest.sendReceive(BasicOutboundRequest.java:85)
at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:255)
at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:222)
at weblogic.rmi.internal.ProxyStub.invoke(ProxyStub.java:35)
at $Proxy0.lookup(Unknown Source)
at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:323)
at javax.naming.InitialContext.lookup(InitialContext.java:350)
at CityClient.main(CityClient.java:19) Process Exit...
Error on Weblogic Console:
***************************
The pool CityEJB2Pool could not be found. Please make sure it is declared in you
r config.xml.>
.configmydomainapplicationsCityJAR.jar: java.lang.reflect.UndeclaredThrowabl
eException>
But in my config.xml Connection pool entry is there.. i can see an entry for JDBC Connection with "CityEJB2Pool"..
Please tell me what is the problem and how to solve the problem..
Thanks in Advance..
Shridhar..
<<Less