Skip to Main Content

Java SE (Java Platform, Standard Edition)

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!

Lookup failed: javax.jnlp.UnavailableServiceException: uninitialized

843802Jun 8 2006 — edited Jul 24 2006
When U deployed *.war file to App Server and I call JNLP to launch program and display its on Java Web Start. But If i call as below

System.out.println("Before Step1");
System.out.println(ServiceManager.getServiceNames());
basicService = (BasicService)
ServiceManager.lookup("javax.jnlp.BasicService");

I get message on console

Lookup failed: javax.jnlp.UnavailableServiceException: uninitialized

I can check service where is working?

anyone advice plese?

Thank
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 21 2006
Added on Jun 8 2006
4 comments
852 views