Deploy web service failing in WAS 5.1
Hello All,
I am trying to deploy the webservice EAR thru WAS 5.1 admin console which is failing. The same EAR project is successfully deployed by WSAD 5.1.2.
Here..
Web Service = .net .asmx web service (TestWebService.asmx)
Web service client = WAS web service (acting as a client : WebServiceClient.ear)
I crossed verify build.xml to make sure it is right.
Here is the log...
WSWS0041I: Web services deploy task completed successfully.
ADMA5006E: Error in configuring WebServiceClient in WebSphere repository: java.io.FileNotFoundException: C:\Program Files\IBM\WebSphere Studio\Application Developer\v5.1.2\runtimes\base_v51\wstemp\3680\wor kspace\cells\localhost\applications\WebServiceClie nt.ear\deployments\WebServiceClient\TestClient.war \WEB-INF\TestWebService.asmx_mapping.xml (The system cannot find the path specified)
ADMA5011I: Cleanup of temp dir for app WebServiceClient done.
ADMA5014E: Installation of application WebServiceClient failed.
Installation of application WebServiceClient failed.
Here is the logged messages in runtimes/base_v51/logs/server1/SystemOut.log:
[10/18/05 19:27:04:438 IST] 5923ae9 SystemOut O ================== localhost
[10/18/05 19:27:04:438 IST] 5923ae9 SystemOut O ADMA6010I: The tasks are [com.ibm.ws.webservices.deploy.WSDeployTask, com.ibm.ws.management.application.task.ConfigureTa sk, com.ibm.ws.management.application.task.BackupAppTa sk]
[10/18/05 19:27:50:999 IST] 5923ae9 WSDeployTask A WSWS0041I: Web services deploy task completed successfully.
[10/18/05 19:27:51:202 IST] 5923ae9 SystemOut O ADMA6018I: Node-server relation for this app is {cells/localhost/nodes/localhost=[cells/localhost/nodes/localhost/servers/server1]}
[10/18/05 19:27:51:202 IST] 5923ae9 SystemOut O ADMA6020I: Adding serverindex entry for cells/localhost/applications/WebServiceClient.ear/deployments/WebServiceClient for server server1 on node localhost
[10/18/05 19:27:51:311 IST] 5923ae9 SystemOut O ADMA6017I: Saved document C:\Program Files\IBM\WebSphere Studio\Application Developer\v5.1.2\runtimes\base_v51\wstemp\3680\wor kspace\cells\localhost\applications\WebServiceClie nt.ear\deployments\WebServiceClient\META-INF\ibm-application-bnd.xmi
[10/18/05 19:27:51:311 IST] 5923ae9 SystemOut O ADMA6016I: Add to workspace META-INF/ibm-application-bnd.xmi
[10/18/05 19:27:51:311 IST] 5923ae9 SystemOut O ADMA6017I: Saved document C:\Program Files\IBM\WebSphere Studio\Application Developer\v5.1.2\runtimes\base_v51\wstemp\3680\wor kspace\cells\localhost\applications\WebServiceClie nt.ear\deployments\WebServiceClient\META-INF\ibm-application-ext.xmi
[10/18/05 19:27:51:311 IST] 5923ae9 SystemOut O ADMA6016I: Add to workspace META-INF/ibm-application-ext.xmi
[10/18/05 19:27:51:311 IST] 5923ae9 SystemOut O ADMA6017I: Saved document C:\Program Files\IBM\WebSphere Studio\Application Developer\v5.1.2\runtimes\base_v51\wstemp\3680\wor kspace\cells\localhost\applications\WebServiceClie nt.ear\deployments\WebServiceClient\META-INF\MANIFEST.MF
[10/18/05 19:27:51:311 IST] 5923ae9 SystemOut O ADMA6016I: Add to workspace META-INF/MANIFEST.MF
[10/18/05 19:27:51:311 IST] 5923ae9 SystemOut O ADMA6017I: Saved document C:\Program Files\IBM\WebSphere Studio\Application Developer\v5.1.2\runtimes\base_v51\wstemp\3680\wor kspace\cells\localhost\applications\WebServiceClie nt.ear\deployments\WebServiceClient\META-INF\application.xml
[10/18/05 19:27:51:311 IST] 5923ae9 SystemOut O ADMA6016I: Add to workspace META-INF/application.xml
[10/18/05 19:27:51:655 IST] 5923ae9 SystemOut O ADMA6012I: Exception in run com.ibm.websphere.management.exception.AdminExcept ion: ADMA0066E: Error creating config documents in the repository.
[10/18/05 19:27:51:655 IST] 5923ae9 SystemOut O Exception: java.io.FileNotFoundException: C:\Program Files\IBM\WebSphere Studio\Application Developer\v5.1.2\runtimes\base_v51\wstemp\3680\wor kspace\cells\localhost\applications\WebServiceClie nt.ear\deployments\WebServiceClient\HostedClient.w ar\WEB-INF\TestWebService.asmx_mapping.xml (The system cannot find the path specified)
[10/18/05 19:27:51:702 IST] 5923ae9 SystemOut O ADMA6011I: Deleting directory tree C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\app_1070404d517
[10/18/05 19:27:51:702 IST] 5923ae9 SystemOut O ADMA6018I: Node-server relation for this app is {cells/localhost/nodes/localhost=[cells/localhost/nodes/localhost/servers/server1]}
[10/18/05 19:27:51:702 IST] 5923ae9 SystemOut O ADMA6021I: Removing serverindex entry for WebServiceClient.ear/deployments/WebServiceClient for server server1 on node localhost and return code is true
Any idea ?
Tx in advance, Jani
|