• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JAVA/mySQL/Tomcat/SOAP problem

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a Java client which is supposed to pass "username" and "password" to the SOAP server which in turn does a query on the mySQL DB and returns an answer. I get a `NullPointerException` error, no matter if the username and passwords are valid or not:




Server Code:


Client encounters the error at `Response risposta = chiamata.invoke(indirizzo, "");`.


This is what i have my localhost_access_log(the last lines):




this is the content of my Catalina:
[code]
NFO: Starting service Catalina
Jul 16, 2011 4:26:52 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.14
INFO: Starting ProtocolHandler ["ajp-bio-8009"]
Jul 16, 2011 4:26:56 PM org.apache.catalina.startup.Cata
 
Ranch Hand
Posts: 312
MS IE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I believe, you have not listed the full Stack Trace. Is it possible for you to do so, please?
 
reply
    Bookmark Topic Watch Topic
  • New Topic