[jboss-user] [Remoting] - Re: Remoting resolving to Hostname

2008-10-09 Thread funnyone
I think maybe you could try '-Dremoting.bind_by_host=false' or '-Djboss.bind.address=0.0.0.0'. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181357#4181357 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181357 ___

[jboss-user] [JBoss Messaging] - jms connection could not be released by jboss after the clie

2008-09-12 Thread funnyone
We have one JbossAS(a cluster with 3 nodes which jms server is deployed on one of them) running on Solaris 10(named Server-A). There is a client program on a pc(named Client-B) which receives JMS messages from the Jboss on Server-A(through topic). We have 2 NIC(network interface Card) on Clie

[jboss-user] [JBoss Messaging] - JBM server shutdown curiously when jboss cluster is running.

2008-09-03 Thread funnyone
We have three nodes in our jboss cluster. We deployed our JBM server on one of three nodes. But in recent days we found our JBM server shutdown curiously when the jboss cluster is running. And all topic was closed. We checked the server.log in the /server/default/log and found the following inf

[jboss-user] [EJB/JBoss] - JBM server shutdown curiously when Jboss cluster is running.

2008-09-03 Thread funnyone
We have three nodes in our jboss cluster. We deployed our JBM server on one of three nodes. But in recent days we found our JBM server shutdown curiously when the jboss cluster is running. And all topic was closed. We checked the server.log in the /server/default/log and found the following

[jboss-user] [EJB/JBoss] - Re: RMI invoke fail, ConcurrentModificationException was thr

2008-08-19 Thread funnyone
"skajotde" wrote : And in main question: | | SvrMonService mayby should be synchronized and is written stateless ? you mean the check() method or the getStateList() method should be synchronized? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4171203#4171

[jboss-user] [EJB/JBoss] - Re: RMI invoke fail, ConcurrentModificationException was thr

2008-08-15 Thread funnyone
Can anyone help me? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4170704#4170704 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4170704 ___ jboss-user mailing list jboss-user@

[jboss-user] [EJB/JBoss] - Re: RMI invoke fail, ConcurrentModificationException was thr

2008-08-06 Thread funnyone
Anyone help me? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4168895#4168895 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4168895 ___ jboss-user mailing list jboss-user@list

[jboss-user] [EJB/JBoss] - Re: RMI invoke fail, ConcurrentModificationException was thr

2008-08-04 Thread funnyone
Something must be reminded of is: it's just happened incidentally, not always. I have already seen JBAS-1823 in the following url: https://jira.jboss.org/jira/browse/JBAS-1823 But the stack trace is not the same with mine. So i don't know is there any relations between them. Please help, Thank

[jboss-user] [EJB/JBoss] - Re: RMI invoke fail, ConcurrentModificationException was thr

2008-08-04 Thread funnyone
Sorry again. the configeration in scheduler-service.xml is: | | | | true | datang:name=SvrMon | check | NOW | 3000 | -1 | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4168616#4168616 Reply to the post

[jboss-user] [EJB/JBoss] - Re: RMI invoke fail, ConcurrentModificationException was thr

2008-08-04 Thread funnyone
Sorry . the configeration in scheduler-service.xml is: true datang:name=SvrMon check NOW 5000 -1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4168613#4168613 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [EJB/JBoss] - RMI invoke fail, ConcurrentModificationException was thrown.

2008-08-04 Thread funnyone
Hi, everybody. In our project, we hava a Jboss cluster on Solaris10 which has three nodes. Our client application have a thread which will invoke MBean's getStateList() method through RMI ervery 5 seconds. Generally, there is nothing wrong with it. But when the number of client is enough, A Conc