|
Problem(Abstract) |
AddNode process fails with file transferred call with IO
Exception. |
|
|
|
Cause |
[5/11/05 12:05:44:730 PDT] 3ce5f9ca FileTransferC d
http://testhost.ibm.com:9092/FileTransfer/transfer/cells%2FtesthostNetwork%2Fsecurity.xml46876.tmp?compress=true&deleteOnCompletion=true
[5/11/05 12:05:44:732 PDT] 3ce5f9ca FileTransferC d
cells/testhostNetwork/security.xml46876.tmp
[5/11/05 12:05:44:733 PDT] 3ce5f9ca FileTransferC < downloadFile (5)
[5/11/05 12:05:44:733 PDT] 3ce5f9ca FileDownloadI A ADFS0119E: An
unexpected exception occurred: java.io.IOException: File download failed
[404].Message: 404 Not Found
at
com.ibm.websphere.management.filetransfer.client.FileDownloadInputStream.connect(FileDownloadInputStream.java:149) |
|
|
Resolving the
problem |
dmgr – server.xml shows that client is using port 9092
<transports
xmi:type="applicationserver.webcontainer:HTTPTransport"
xmi:id="HTTPTransport_1" sslEnabled="false">
<address xmi:id="EndPoint_1" host="" port="9092" />
</transports>
and virtualhost.xml show that admin_host is still using default
definition.
<aliases xmi:id="HostAlias_4" hostname="*" port="9090"/>
<aliases xmi:id="HostAlias_5" hostname="*" port="9043"/>
SystemOut.log from dmgr showing that virtualhost is not been defined and
we even tested that client could not open the administrative console.
[5/9/05 15:09:52:518 PDT] 2bcc3961 OSEListenerDi E PLGN0021E: Servlet
Request Processor Exception: Virtual Host/WebGroup Not Found : The host
testhost.ibm.com on port 9092 has not been defined.
This shows that the file download URL is not correct and there no web
group to serve that request.
Client must correct the port definition on virtualhost.xml and restart the
dmgr. Once deployment manager is up and running, addNode should be able
federated without 404 error. |
|
|