Consultor Eletrônico



Kbase P182425: java.io.FileNotFoundException is thrown when trying to deploy a WSM file on a remote machine
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   2/14/2011
Status: Unverified

SYMPTOM(s):

java.io.FileNotFoundException is thrown when trying to deploy a WSM file on a remote machine

The following error is returned when trying to deploy a WSM file on a remote machine:

Encountered exception while parsing C:\test.wsm:
java.io.FileNotFoundException: \C:\test.wsm
Deploy cannot proceed.

Using the Progress Explorer tool to deploy the WSM file

Connecting to a remote AdminServer from the Progress Explorer tool

FACT(s) (Environment):

OpenEdge 10.1x
All Supported Operating Systems

CAUSE:

The exact cause is unknown at the time of this writing.

FIX:

You can try to deploy the WSM file on the remote server through the wsaman command-line utility. So here are the steps:
- Open a Proenv window locally on the remote server.
- Enter the command ?prompt? to see the directory where you are in.
- Now go to the directory where the WSM file is located.
- Run the following command to deploy your Web Service:

wsaman -name wsa1 -wsm test.wsm -deploy