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!

http status code 302

988053Jan 30 2013
Until now we have a client web service in our servers. Now we update our load balancer to work in htttps, and now we get this error, when the third part try to use our web service client. Any clue?? Thanks to everyone

HTTP Status 500 -

type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

java.lang.RuntimeException: com.sun.xml.internal.ws.client.ClientTransportException: The server sent HTTP status code 302: Found
betsite.platform.servlet.RemotePersistentSessionLoginFilter.doFilter(RemotePersistentSessionLoginFilter.java:47)
commersite.security.servlet.CleanupProtectionDomainFilter.doFilter(CleanupProtectionDomainFilter.java:29)
root cause

com.sun.xml.internal.ws.client.ClientTransportException: The server sent HTTP status code 302: Found
com.sun.xml.internal.ws.transport.http.client.HttpTransportPipe.checkStatusCode(HttpTransportPipe.java:196)
com.sun.xml.internal.ws.transport.http.client.HttpTransportPipe.process(HttpTransportPipe.java:168)
com.sun.xml.internal.ws.transport.http.client.HttpTransportPipe.processRequest(HttpTransportPipe.java:83)
com.sun.xml.internal.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:105)
com.sun.xml.internal.ws.api.pipe.Fiber.__doRun(Fiber.java:587)
com.sun.xml.internal.ws.api.pipe.Fiber._doRun(Fiber.java:546)
com.sun.xml.internal.ws.api.pipe.Fiber.doRun(Fiber.java:531)
com.sun.xml.internal.ws.api.pipe.Fiber.runSync(Fiber.java:428)
com.sun.xml.internal.ws.client.Stub.process(Stub.java:211)
com.sun.xml.internal.ws.client.sei.SEIStub.doProcess(SEIStub.java:124)
com.sun.xml.internal.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:98)
com.sun.xml.internal.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:78)
com.sun.xml.internal.ws.client.sei.SEIStub.invoke(SEIStub.java:107)
$Proxy32.getPersistentSession(Unknown Source)
betsite.platform.ws.client.PlatformWsCaller.callGetPersistenSession(PlatformWsCaller.java:30)
betsite.platform.ws.client.PlatformMessageClientManager.getRemotePersistentSession(PlatformMessageClientManager.java:203)
betsite.platform.ws.client.PlatformMessageClientManager.checkOrDoLogin(PlatformMessageClientManager.java:152)
betsite.platform.servlet.RemotePersistentSessionLoginFilter.doFilter(RemotePersistentSessionLoginFilter.java:38)
commersite.security.servlet.CleanupProtectionDomainFilter.doFilter(CleanupProtectionDomainFilter.java:29)
note The full stack trace of the root cause is available in the Apache Tomcat/6.0.20 logs.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 27 2013
Added on Jan 30 2013
0 comments
1,775 views