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!

java.rmi.RemoteException: HTTP Status-Code 404 Not Found securesimple/Ping

843833Nov 4 2004 — edited Nov 11 2004
Hello!

I'm testing interop and simple application for JWSDP and I get the following error in the context:

build-client:

run-sample:
[echo] Running the simple.TestClient program....
[java] Service URL=http://localhost:8080/securesimple/Ping
[java] Nov 4, 2004 1:31:54 PM com.sun.xml.wss.filter.DumpFilter process
[java] INFO: ==== Sending Message Start ====
[java] <?xml version="1.0" encoding="UTF-8"?>
[java] <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/".............
...........
[java] </env:Body>
[java] </env:Envelope>
[java] ==== Sending Message End ====

So, after the client has send the message this error occurs:

[java] java.rmi.RemoteException: HTTP Status-Code 404: Not Found - /secures
imple/Ping; nested exception is:
[java] HTTP Status-Code 404: Not Found - /securesimple/Ping
[java] at simple.PingPort_Stub.ping(PingPort_Stub.java:96)
[java] at simple.TestClient.main(TestClient.java:37)
[java] Caused by: HTTP Status-Code 404: Not Found - /securesimple/Ping
[java] at com.sun.xml.rpc.client.http.HttpClientTransport.checkResponse
Code(HttpClientTransport.java:302)
[java] at com.sun.xml.rpc.client.http.HttpClientTransport.connectForRes
ponse(HttpClientTransport.java:252)
[java] at com.sun.xml.rpc.client.http.HttpClientTransport.invoke(HttpCl
ientTransport.java:88)
[java] at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.
java:92)
[java] at simple.PingPort_Stub.ping(PingPort_Stub.java:80)
[java] ... 1 more
[java] Exception in thread "main"
[java] Java Result: 1

The application is running on localhost in a local network, so for accesing internet we're using a proxy. For this we tried to set up the proxy configuration and still the same error. We've also unplugged the network cable but it didn't help.

We've done all the neccesary settings and we're using "org.bouncycastle.jce.provider.BouncyCastleProvider " as a JCE provider.

Thank you!


Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 9 2004
Added on Nov 4 2004
3 comments
876 views