[jboss-user] [Remoting] - Encounting "Can not make remoting client invocation due to n
lanceliao
do-not-reply at jboss.com
Tue Apr 29 02:42:40 EDT 2008
In my project, we are using JBoss4.2.2.GA,JBM1.4.SP3,jboss-remoting2.2.2.sp1. Recently we are changing jboss-remoting2.2.2.sp1 to jboss-remoting2.2.2.sp7 because of a problem.
But when both Client and Server was replaced with remoting2.2.2.sp7, An error appeared on the Client side, like this:
java.lang.reflect.UndeclaredThrowableException
at $Proxy1.create(Unknown Source)
at com.datangmobile.oss.omc.common.server.sec.proxy.SecurityProxy.getLogin(SecurityProxy.java:120)
at com.datangmobile.oss.omc.omt.appstart.login.UserLoginDialog.userLogin(UserLoginDialog.java:386)
at com.datangmobile.oss.omc.omt.appstart.login.UserLoginDialog.access$300(UserLoginDialog.java:92)
at com.datangmobile.oss.omc.omt.appstart.login.UserLoginDialog$2.run(UserLoginDialog.java:319)
Caused by: java.lang.Exception: Can not make remoting client invocation due to not being connected to server.
at org.jboss.remoting.Client.invoke(Client.java:1639)
at org.jboss.remoting.Client.invoke(Client.java:548)
at org.jboss.invocation.unified.interfaces.UnifiedInvokerProxy.invoke(UnifiedInvokerProxy.java:183)
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)
... 5 more
see the part "Caused by".
It's strange, everything is OK when using jboss-remoting2.2.2.sp1.
We had no idea about what was wrong. Is there any other steps that neede to do when changing from sp1 to sp7?
Please Help me!
Thanks!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147424#4147424
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147424
More information about the jboss-user
mailing list