• 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

nullpointer when restarting webmodule with soap

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've the following issue:

Deployed an EAR with several WAR files in a WSAD testenvironment
WSAD 5.0.1 and testenvironment is WAS version4.
One of the webapplications contains a SOAP application. The application is created with the SOAP wizard of WSAD (RPC/Encoded).
The application works fine, it can be reached by a Delphi client that is generated with help of the created WSDL. However when i try to restart the application it fails.
so:
Stopping and starting the server, no problem
Restarting the EAR, fails
Restarting the other WAR files, no problem
Restarting the specific WAR file, fails.

There is another WAR file, also with a SOAP layer that is created by hand, this one does not fails at a restart. I've checked both the classpath's, manifest file, web.xml, dds.xml, the websphere specific deployement files. But there i could not find any differences.

some lines of the console:
[26-1-05 12:00:39:969 CET] 752b038 SystemOut U WebSphere Application Server, Advanced Single Server Edition V4.0
WebSphere Application Server, Advanced Developer Edition V4.0
WebSphere Application Server, Advanced Edition V4.0

[26-1-05 12:00:39:969 CET] 752b038 SystemOut U Runtime Utility Program
[26-1-05 12:00:39:969 CET] 752b038 SystemOut U Copyright (C) IBM Corporation, 1997-2001
[26-1-05 12:00:39:969 CET] 752b038 SystemOut U
[26-1-05 12:00:39:969 CET] 752b038 SystemOut U Restarting applications and modules.
[26-1-05 12:00:39:985 CET] 1931302a ServletEngine A SRVE0170I: Stopping Web Module: CompanyWebService.
[26-1-05 12:00:39:985 CET] 752b038 SystemOut U WSRU0031E: Command Failure: Restart Applications and Modules.
[26-1-05 12:00:39:985 CET] 752b038 SystemOut U WSRU0039E: An exception occurred while processing the method:
[26-1-05 12:00:39:985 CET] 752b038 SystemOut U java.lang.NullPointerException
[26-1-05 12:00:39:985 CET] 752b038 SystemOut U WSRU0051I: Additional information was retrieved:
[26-1-05 12:07:16:735 CET] 549ef02f SystemOut U

Does anyone knows this problem (and a solution or cause, i hope!)?
I post this question earlier in the Web Services edge but it probably has no cause related with the web service aspect of the application. I overlooked this IBM/Websphere forum earlier so i repost it here.

thanks, in advance
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic