Re: NullPointer Exception thrown by apache axis stub on client side
Posted By:
ajit_roy
Posted On:
Monday, March 6, 2006 02:25 AM
The server has processed the request but at the client side,instead of response,i have got NullPointer Exception.
My client application is deployed on tomcat and I am starting the client side by clicking on an executable icon on the desktop.Is it a multiple jvm instance problem becouse,clicking on icon statrs a jvm and tomcat server has also a jvm associated with it,so the server might be sending the response to the jvm instance associated with tomcat and the other jvm instance is not receiving the response at all and throwing the exception.Please express your views.
with regards,
ajse