• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

SOAP log

 
Ranch Hand
Posts: 121
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I have just migrated my code from "WAS 4.0" to "WAS 5.1".
After creating the new ear, the web service application is running fine but i am getting this exception in the log. Can anybody tell me why this exception is thrown.

SystemOut O at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:721)
[10/24/05 15:48:41:693 EDT] 517a9fe1 SystemOut O at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:448)
[10/24/05 15:48:41:693 EDT] 517a9fe1 SystemOut O at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:912)
[10/24/05 15:48:41:833 EDT] 56e69fe1 TraceNLS u No message text associated with key Unable.to.read.and.handle.request:.com/ibm/ws/management/connector/soap/SOAPConnector in bundle com.ibm.ejs.resources.seriousMessages
[10/24/05 15:48:41:832 EDT] 56e69fe1 HttpConnectio E Unable to read and handle request: com/ibm/ws/management/connector/soap/SOAPConnector
[10/24/05 15:48:41:846 EDT] 56e69fe1 SystemOut O <b>java.lang.NoClassDefFoundError: com/ibm/ws/management/connector/soap/SOAPConnector </b>
[10/24/05 15:48:41:846 EDT] 56e69fe1 SystemOut O at com.ibm.ws.management.connector.soap.SOAPConnection.handleRequest(SOAPConnection.java:55)
[10/24/05 15:48:41:846 EDT] 56e69fe1 SystemOut O at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:652)
[10/24/05 15:48:41:846 EDT] 56e69fe1 SystemOut O at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:448)
[10/24/05 15:48:41:846 EDT] 56e69fe1 SystemOut O at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:912)
[10/24/05 15:48:41:846 EDT] 56e69fe1 TraceNLS u <B>No message text associated with key HttpConnection.run:.java.lang.IllegalStateException:.no.Content-Type.was.specified in bundle com.ibm.ejs.resources.seriousMessages</b>
[10/24/05 15:48:41:846 EDT] 56e69fe1 HttpConnectio E HttpConnection.run: java.lang.IllegalStateException: no Content-Type was specified
[10/24/05 15:48:41:863 EDT] 56e69fe1 SystemOut O java.lang.IllegalStateException: no Content-Type was specified
[10/24/05 15:48:41:864 EDT] 56e69fe1 SystemOut O at com.ibm.ws.http.HttpResponse.writeHeaders(HttpResponse.java:287)
[10/24/05 15:48:41:864 EDT] 56e69fe1 SystemOut O at

Please let me know soon

Regards
Makarand Parab
 
I guess I've been abducted by space aliens. So unprofessional. They tried to probe me with this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic