[JBoss-user] [Messaging, JMS JBossMQ] - Re: JBoss client API seems to leak files !

2005-11-18 Thread [EMAIL PROTECTED]
Correct it is offtopic and the wrong forum. But it was also missing from the wiki page: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossProperties Though it can be easily found in the log4j doco. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3907990#3907990

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JBoss client API seems to leak files !

2005-11-16 Thread viky4u
I ran the whole thing with a debugger at different points. The call to connection.close() occurs everytime. I didnt run the debugger ,for the continous while loop. One more question , this is totally out of this context. Iam trying to build a standard image of JBoss which abides to our

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JBoss client API seems to leak files !

2005-11-15 Thread [EMAIL PROTECTED]
viky4u wrote : | Why do you call it anti-pattern ? | http://wiki.jboss.org/wiki/Wiki.jsp?page=HelpBugReport Read the spec anonymous wrote : | One more intresting this is that there are timout values for the sockets on the server config xmls and i dont see them work on these conditions.

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JBoss client API seems to leak files !

2005-11-14 Thread viky4u
Adrian, Iam using a single connection and things seems to be working. (And stopping/starting the connection without closing them) Iam not sure of the anti-pattern theing. Why do you call it anti-pattern ? I dont see why should it keep the connections establised from the

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JBoss client API seems to leak files !

2005-11-10 Thread [EMAIL PROTECTED]
The logging is useless If it couldn't even create the connection: | 2005-11-08 06:51:09,482|TP-Processor24|ERROR|org.jboss.mq.SpyJMSException|org.jboss.mq.SpyJMSException: Cannot authenticate user; - nested throwable: (java.net.SocketException: Socket closed) | at

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JBoss client API seems to leak files !

2005-11-10 Thread geniusfox
Oh, i have same problem withe you. When i increase the max open file number on my linux system. It would hold on more than one or two days. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3906708#3906708 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JBoss client API seems to leak files !

2005-11-10 Thread [EMAIL PROTECTED]
Obviously broken code, that is described in the FAQ: | } finally { | if (connection != null) { | try { | browser.close(); // ERROR - NO CLOSE | session.close(); |

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JBoss client API seems to leak files !

2005-11-10 Thread [EMAIL PROTECTED]
geniusfox wrote : Oh, i have same problem withe you. When i increase the max open file number on my linux system. It would hold on more than one or two days. http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp ME TOO View the original post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JBoss client API seems to leak files !

2005-11-10 Thread [EMAIL PROTECTED]
When i increase the max open file number on my linux system Speak to your system administrator about to use fsof. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3906711#3906711 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JBoss client API seems to leak files !

2005-11-09 Thread viky4u
JBoss Vesion : jboss-4.0.2 JDK-Version : jdk 1.5_03 The config level changes are , I tried making a jboss_home and a jboss_base. So I can change the binaries of JBoss when needed. You can look at the part of start script. export JBOSS_HOME=/opt/GEinet/jboss-4.0.2 | | STATUS=10 | while [

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JBoss client API seems to leak files !

2005-11-09 Thread viky4u
JBoss Vesion : jboss-4.0.2 JDK-Version : jdk 1.5_03 The config level changes are , I tried making a jboss_home and a jboss_base. So I can change the binaries of JBoss when needed. You can look at the part of start script. export JBOSS_HOME=/opt/GEinet/jboss-4.0.2 | | STATUS=10 | while [

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JBoss client API seems to leak files !

2005-11-09 Thread viky4u
here is what i see after adding jboss debug on the client side 2005-11-10 00:49:17,666|TP-Processor24|DEBUG|tptpgateway.init.InitServlet|Loading the JMSConfiguration | 10919 2005-11-10 00:49:17,666|TP-Processor24|DEBUG|tptpgateway.init.InitServlet|JMSConfiguration=jmsprovider=JBOSS,