Advertisement
Guest User

Untitled

a guest
May 22nd, 2019
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. Error
  2. Failed to connect to server.
  3. Stack Trace
  4. com.ntst.radplus.common.RADPlusException: Failed to connect to server. at com.ntst.radplus.client.ServerAccessBeanStateful.connectJavaEE(ServerAccessBeanStateful.java:799) at com.ntst.radplus.client.ServerAccessBeanStateful$Connector.run(ServerAccessBeanStateful.java:7426) Caused by: java.rmi.ServerException: IOE; nested exception is: java.net.ProtocolException: Server redirected too many times (20) at org.jboss.invocation.http.interfaces.HttpInvokerProxy.invoke(HttpInvokerProxy.java:133) at org.jboss.invocation.InvokerInterceptor.invokeInvoker(InvokerInterceptor.java:365) at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:197) at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:61) at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:70) at org.jboss.proxy.ejb.HomeInterceptor.invoke(HomeInterceptor.java:184) at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100) at com.sun.proxy.$Proxy4.create(Unknown Source) at com.ntst.radplus.client.ServerAccessBeanStateful.connectJavaEE(ServerAccessBeanStateful.java:787) ... 1 more Caused by: java.net.ProtocolException: Server redirected too many times (20) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.access$200(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessController.doPrivilegedWithCombiner(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) at org.jboss.invocation.http.interfaces.Util.invoke(Util.java:178) at org.jboss.invocation.http.interfaces.HttpInvokerProxy.invoke(HttpInvokerProxy.java:118) ... 9 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement