[Remoting] - Encounting "Can not make remoting client invocation due to n
by lanceliao
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
17 years, 11 months
[Clustering/JBoss] - How to deploy EAR on a JBOSS 5.0 Beta4-cluster
by Gitu
This is a very basic question.
Am learning to deploy an EAR on Jboss 5.0 beta4 cluster.
1. Have created a cluster setup by creating two profile (node_1 and node_2 .copied configurations from all)
2. My expection is that there is a central repository where we can drop ear and it would be pushed to all cluster nodes.
3. I have started node_1 , node_2 and all profile.
Now where is this central reporsitory where I can copy ear which will be pushed to all nodes ?
Have tried copying the ear at \server\all\deploy or \server\all\cluster\
but this isnt working as cluster.
4. Also tried by copying deployers/profileservice-beans.xml.bak to deployers/profileservice-beans.xml for node_1 , node_2 and all profile. Now starting profiles gives me this exception
[ClusterConnectionManager] Failed to start connection info
java.lang.NullPointerException
at org.jboss.jms.client.container.FailoverValveInterceptor.invoke(FailoverValveInterceptor.java:87)
at org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:106)
at org.jboss.jms.client.delegate.ClientConnectionDelegate$start_N8025343665958530775.invokeNext(ClientConnectionDelegate$start_N8025343665958530775.java)
at org.jboss.jms.client.container.ClosedInterceptor.invoke(ClosedInterceptor.java:170)
at org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:106)
at org.jboss.jms.client.delegate.ClientConnectionDelegate$start_N8025343665958530775.invokeNext(ClientConnectionDelegate$start_N8025343665958530775.java)
at org.jboss.jms.client.delegate.ClientConnectionDelegate.start(ClientConnectionDelegate.java)
at org.jboss.jms.client.JBossConnection.start(JBossConnection.java:121)
at org.jboss.messaging.core.impl.clusterconnection.ClusterConnectionManager$ConnectionInfo.start(ClusterConnectionManager.java:664)
at org.jboss.messaging.core.impl.clusterconnection.ClusterConnectionManager.ensureAllConnectionsCreated(ClusterConnectionManager.java:426)
at org.jboss.messaging.core.impl.clusterconnection.ClusterConnectionManager.notify(ClusterConnectionManager.java:247)
at org.jboss.messaging.core.impl.DefaultClusterNotifier.sendNotification(DefaultClusterNotifier.java:72)
at org.jboss.messaging.core.impl.postoffice.MessagingPostOffice.putReplicantLocally(MessagingPostOffice.java:1167)
at org.jboss.messaging.core.impl.postoffice.MessagingPostOffice.put(MessagingPostOffice.java:1420)
at org.jboss.jms.server.connectionfactory.ConnectionFactoryJNDIMapper.registerConnectionFactory(ConnectionFactoryJNDIMapper.java:240)
at org.jboss.jms.server.connectionfactory.ConnectionFactory.startService(ConnectionFactory.java:201)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:299)
at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:196)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147423#4147423
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147423
17 years, 11 months