Wrox Programmer Forums
|
BOOK: Professional IBM WebSphere 5.0 Application Server
This is the forum to discuss the Wrox book Professional IBM WebSphere 5.0 Application Server by Tim Francis, Eric Herness, Rob High Jr., Jim Knutson, Kim Rochat, Chris Vignola; ISBN: 9780764543661
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Professional IBM WebSphere 5.0 Application Server section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 19th, 2005, 06:24 AM
Registered User
 
Join Date: Oct 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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

 
Old October 3rd, 2007, 09:17 AM
vbn vbn is offline
Authorized User
 
Join Date: May 2005
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi,

There is a tutorial on how to deploy web service
http://www.vkinfotek.com/webservice/...b-service.aspx






Similar Threads
Thread Thread Starter Forum Replies Last Post
Not able to Deploy my First Web Application shankarnj Apache Tomcat 5 February 28th, 2017 09:57 AM
Deploy Crystal Reports to the Web pespcid Crystal Reports 4 March 30th, 2011 08:17 PM
Deploy to Web lowell General .NET 3 October 18th, 2007 10:58 AM
Deploy web site forumsudhir Internet Information Services 0 July 4th, 2007 08:50 AM
How to deploy Web Application on JBoss inderjeet_79 J2EE 0 November 21st, 2005 06:30 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.