Re: [jboss-user] [JBoss Remoting] - Client hangs when get JMS connection factory
by mingjun jiang
mingjun jiang [http://community.jboss.org/people/mjjiangbhr] replied to the discussion
"Client hangs when get JMS connection factory"
To view the discussion, visit: http://community.jboss.org/message/538679#538679
--------------------------------------------------------------
Oops..... Sorry, Yong Hao Gao, I misunderstood your meaning, you were referring to my previous test on timeout setting, but I wrongly thought you were referring to the issue itself (i.e. Bisocket connection won't be closed if pulling out the ethernet cable between client and server. The failure detection code won't close the failure connection...... )
I really said "if we change the timeout to a positive value, and if there is no message in topic/queue in server side, then the remote client (message listener) won't receive any message, that mean the connection is idle, if the idle duration exceeds the "timeout" value, then the JBM will forcibly close the connection, so the remoting client won't receive any subsequent messages any more, it's a serious problem!
Please ignore the timeout setting, the timeout setting was just our original suspicion. Previously we thought changing the timeout setting might solve this problem, but it didn't. The fact is that the remoting client won't receive any subsequent messages any more, I am not sure who forcibly close the connection, but it seems that the connection was closed somehow, the problem is caused by either JBM or Remoting.
I also remembered that it's not recommended to change the timeout value according to the JBM documentation, keep the timeout value as 0, it means the connection will never be timeout
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/538679#538679]
Start a new discussion in JBoss Remoting at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
16 years, 2 months
Re: [jboss-user] [JBoss Remoting] - Client hangs when get JMS connection factory
by mingjun jiang
mingjun jiang [http://community.jboss.org/people/mjjiangbhr] replied to the discussion
"Client hangs when get JMS connection factory"
To view the discussion, visit: http://community.jboss.org/message/538673#538673
--------------------------------------------------------------
Hello, https://community.jboss.org/people/gaohoward Yong Hao Gao.
I never said that JBM will forcibly close a active connection, how can you deduce this opinion from this post? On the contrary, the problem is either JBM or JBoss Remoting doesn't close (clean up) the failure connections that were caused by pulling out network cable.
Please ignore the timeout setting, the timeout setting was just our original suspicion. Previously we thought changing the timeout setting might solve this problem, but it didn't.
I think I had already described this problem clearly via JBOSS JIRA website and this forum. Please refer to https://jira.jboss.org/jira/browse/JBREM-1169 https://jira.jboss.org/jira/browse/JBREM-1169 to know about the discusson between https://jira.jboss.org/jira/secure/ViewProfile.jspa?name=ron.sigal%40jbos... Ron Sigal and me. Also refer to https://jira.jboss.org/jira/browse/JBMESSAGING-1763 https://jira.jboss.org/jira/browse/JBMESSAGING-1763 (you should already seen this JIRA issue). I had explained how to reproduce this problem and our environment configuration, I think it's sufficient for your guys to investigate this problem. What additional info are you required? Cannot you understand my description?
I thought this issue should be caused by either JBoss Remoting or JBoss Messaging, so I post the same question onto 2 forums and open 2 JIRA issues, I also spent some effort to reply and elaborate on this forum and JIRA website, but I regretted that nobody can help solve it for such a long time, eventually we have to use degrade JBM to bypass this problem as stated in this post. BTW, considering the instability of JBM, our customer has no confidence on JBoss, they said they might migrate onto other app server
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/538673#538673]
Start a new discussion in JBoss Remoting at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
16 years, 2 months
Re: [jboss-user] [JCA] - HornetQ RA integration
by Tim Fox
Tim Fox [http://community.jboss.org/people/timfox] replied to the discussion
"HornetQ RA integration"
To view the discussion, visit: http://community.jboss.org/message/538668#538668
--------------------------------------------------------------
Jesper, I don't follow the connection between the question we are posing at the spec. excerpt that you cite. Can you elaborate?
Let me summarise the problem again, it's in two parts:
We're considering the case, where a managed connection has been used as part of a local transaction, then that's completed and it's returned to the pool.
The same connection is then retrieved from the pool, getXAResource is called, but it's not enlisted in any JTA tx.
The user then sends some messages using this connection. (There is actually a TCK test that tests this)
How should that connection behave?
According to the previous discussion it should behave as a non transacted session, however that was for the case when the connection was previously used as part of another JTA tx, in this case the connection has been used as part of a local tx.
In this case should the connection also act as a non transacted session, like in the XA case?
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/538668#538668]
Start a new discussion in JCA at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
16 years, 2 months
JBoss installation error (Messaging)
by jitesh dundas
Dear All,
I am getting this error (This was working fine on my machine till
yesterday). I have configured the jBoss server for MySQL connection also.
However, to implement MyFaces, I removed the JBoss default jsf jar files and
then implemented the MyFaces1.2 jar files.
Then I again placed the default jboss jsf jar files and tried to run the
server. I am getting this error.
Thanks in advance.
Regards,
Jietsh Dundas
16 years, 2 months