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!

jaxrpc simple sample problem

843833May 19 2004 — edited Sep 10 2008
Hi all,

I'm trying to install the jaxrpc simple sample (webservice), the build and deployment are ok, but the client access throws the following exception :

/c/Sun/AppServer/samples/webservices/jaxrpc/simple/src > appclient.bat -client
../assemble/client/jaxrpc-simpleClient.jar
19 mai 2004 10:04:59 com.sun.enterprise.appclient.Main <init>
ATTENTION: ACC003: Application threw an exception.
javax.naming.NamingException: Deployment error for service-ref java:comp/env/ser
vice/HelloWorld. Can't find service-qname.
at com.sun.enterprise.naming.NamingManagerImpl.bindObjects(NamingManager
Impl.java:584)
at com.sun.enterprise.appclient.AppContainer.preInvoke(AppContainer.java
:132)
at com.sun.enterprise.appclient.Main.<init>(Main.java:374)
at com.sun.enterprise.appclient.Main.main(Main.java:92)
19 mai 2004 10:04:59 com.sun.enterprise.appclient.Main <init>
ATTENTION: ACC010: Make sure the server port is not disabled and that you are lo
oking up a valid name

So it seems that the JNDI doesn't contain the java:comp/env/service/HelloWorld binding.

Any idea ?
Thanks
--
Denis Queffeulou

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 8 2008
Added on May 19 2004
12 comments
149 views