Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

wsdeploy: jaxrpc-rmi.xml file not found error, please help

843834Apr 10 2003 — edited Apr 20 2003
Hi everyone.

I'm trying to create my first web-service using soap.

I did exactly the same as in the Hello static example from the tutorial, but I get this strange error whe processing the war file using wsdeploy in ant.

[echo]

Running wsdeploy....
[exec] info: created temporary directory: /Users/olivier/jwsdp-1.1/docs/tutorial/examples/jaxrpc/safe/build/wsdeploy-generated/jaxrpc-deploy-851fb9
[exec] info: removed temporary directory: /Users/olivier/jwsdp-1.1/docs/tutorial/examples/jaxrpc/safe/build/wsdeploy-generated/jaxrpc-deploy-851fb9
[exec] error: java.io.FileNotFoundException: /Users/olivier/jwsdp-1.1/docs/tutorial/examples/jaxrpc/safe/build/wsdeploy-generated/jaxrpc-deploy-851fb9/WEB-INF/jaxrpc-ri.xml (No such file or directory)


It seams that wsdeploy unpacks corretly my war file, because when I use the -keep option I can see the jaxrpc-rmi.xml file in the correct subdirectory.

What is really strange is that, according to line 4, wsdeploy seems to delete the temporary directory he just created. Event with the -keep option !

The same operation on the hello example from the tutorial works perfectly.

I also tried wsdeploy.sh outside ant, and I get the same error.

Could someone help me ?

Thank you very much in advance,

Sincerely,

Olivier
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 18 2003
Added on Apr 10 2003
2 comments
149 views