Synchronization Problems Due to Duplicate Port Cause <WAS_ROOT>/config/temp Files to be Created
 Technote (troubleshooting)
 
Problem(Abstract)
Synchronization is failing and in turn causing files to fill up the <WAS_ROOT>/config/temp directory. The following error is seen within the nodeagent SystemOut.log file:

[1/9/06 8:47:16:174 PST] 2dffc917 NodeSync E ADMS0005E: Unable to generate synchronization request: com.ibm.websphere.management.exception.ConnectorException: ADMC0009E: Failed to make the SOAP RPC call: invoke
at com.ibm.ws.management.connector.soap.SOAPConnectorClient.invokeTemplate(SOAPConnectorClient.java(Compiled Code))
at
.......................(part of error omitted)
com.ibm.ws.management.sync.NodeSyncTask.run(NodeSyncTask.java(Compiled Code))
at java.lang.Thread.run(Thread.java(Compiled Code))
Caused by: [SOAPException: faultCode=SOAP-ENV:Client; msg=File download failed [404].Message: 404 Not Found; targetException=java.lang.IllegalArgumentException: File download failed [404].Message: 404 Not Found]
at org.apache.soap.rpc.Call.invoke(Unknown Source)
at com.ibm.ws.management.connector.soap.SOAPConnectorClient$4.run(SOAPConnectorClient.java(Compiled Code))
at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java(Compiled Code))
... 9 more
---- Begin backtrace for nested exception
[SOAPException: faultCode=SOAP-ENV:Client; msg=File download failed [404].Message: 404 Not Found; targetException=java.lang.IllegalArgumentException: File download failed [404].Message: 404 Not Found]
at org.apache.soap.rpc.Call.invoke(Unknown Source)
at com.ibm.ws.management.connector.soap.SOAPConnectorClient$4.run(SOAPConnectorClient.java(Compiled Code))
at
........................(part of error omitted)
com.ibm.ws.management.sync.NodeSyncTask.run(NodeSyncTask.java(Compiled Code))
at java.lang.Thread.run(Thread.java(Compiled Code))
.
[1/9/06 8:47:16:183 PST] 2dffc917 NodeSyncTask A ADMS0016I: Configuration synchronization failed.
 
Cause
This issue can be caused by specific files within the config (see Technote Synchronization problems with the config directory in the Related information section) or it can be because there are duplicate ports being used. In the second case, an http transport was added to the dmgr server as well as a virtual host alias for the admin_host .
 
Resolving the problem
In review of the virtualhosts.xml file, it was found that the same port was part of the admin_host and the default_host aliases. The entry for the admin_host was removed. In addition, the port that was added to the dmgr as a http transport was removed.

Once restarted, synchronization was successful.

 
Related information
Synchronization problems with the config directory
 
 
Cross Reference information
Segment Product Component Platform Version Edition
Application Servers Runtimes for Java Technology Java SDK
 
 


Document Information


Product categories: Software > Application Servers > Distributed Application & Web Servers > WebSphere Application Server > System Management/Repository
Operating system(s): Windows
Software version: 6.0
Software edition:
Reference #: 1228012
IBM Group: Software Group
Modified date: Jan 16, 2006