Re: AxisFault faultString: java.lang.NullPointerException
Posted By:
Ramanand_Ruikar
Posted On:
Thursday, November 3, 2005 06:25 AM
Hey,
If you are using WebSphere then I suppose you need to override the Default Value
set com.ibm.websphere.webservices.http.maxConnection
to 100
Synopsis
com.ibm.websphere.webservices.http.maxConnection
This property specifies the maximum number of connections that are created in the HTTP outbound connector connection pool. You can configure the property only as a JVM custom property. It affects all of the Web services HTTP connections that are made within one JVM. When the maximum number of connections is reached, no new connection are created and the HTTP connector waits for a current connection to return to the connection pool. If the HTTP connector does not wait for a current connection because of a connection request timeout, the WebServicesFault( "Connection timed out" ) error occurs. For example, if the property is set to 5, and there are 5 connections in use, the HTTP connector waits for the specified time set in the com.ibm.websphere.webservices.http.connectionTimeout property for a connection to become available.