You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Jinghua Gu <eg...@cisco.com> on 2002/02/28 23:49:21 UTC

error to run a installation command

When I run the following command, I got the error:

java org.apache.soap.server.ServiceManagerClient rcp-router-url list


Exception in thread "main" java.net.MalformedURLException: no protocol: 
rcp-rout
er-url
         at java.net.URL.<init>(URL.java:473)
         at java.net.URL.<init>(URL.java:376)
         at java.net.URL.<init>(URL.java:330)
         at 
org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient
.java:216)


My soap web site is up and server is running.

Thanks,
Emily