java service could not be initialized (debugging help)

Posted by vikasde on Stack Overflow See other posts from Stack Overflow or by vikasde
Published on 2010-05-10T16:58:29Z Indexed on 2010/05/11 19:34 UTC
Read the original article Hit count: 169

Filed under:

I have a jar package that I wrote using netbeans. This package is called from other java file. The jar calls a webservice and is supposed to do something with it. Now everything works fine locally. I compiled the files and locally and uploaded them to the server and when I run it, I get the "Service could not be initialized".I am not sure how to debug this. I am pretty new to java. What is the best approach here to solve the issue?

© Stack Overflow or respective owner

Related posts about java