只问耕耘
分类:
2008-04-10 11:07:33
d149481 FixPack installer fails to install the EAR package
Symptoms: An error panel is presented in the fixpack installation that
provides an error message while updating the EAR package.
Cause: The requestTimeout property of the SOAP port is too small.
Solution:
Increase the com.ibm.SOAP.requestTimeout property to 600 in the
WebSphere/profiles/
and restart the WebSphere application server.
When starting or stopping a server using a wsadmin interactive scripting
session, you receive an exception indicating read timed out, for example:
WASX7015E: Exception running command: "$AdminControl startServer server1
Node1";
exception information:
com.ibm.websphere.management.exception.ConnectorException
org.apache.soap.SOAPException: [SOAPException: faultCode=SOAP-ENV:Client;
msg=Read timed out; targetException=java.net.SocketTimeoutException: Read timed out]
This exception occurs because the timeout value is too small. Increase the
timeout value specified by the com.ibm.SOAP.requestTimeout property in the
soap.client.props file in the install_root/profiles/profile_name/properties
directory. The value you choose depends on a number of factors such as the size
and the number of the applications installed on the server, the speed of your machine,
and the level of usage of your machine.
The default value of the com.ibm.SOAP.requestTimeout property is 180 seconds.
=