[jboss-user] [JBoss Messaging] - Re: Unable to create native thread

2008-03-04 Thread hendra_netm
Hi Tim,

Thank you for your respond.

Yes, I created many sessions. I am going to check them now. May be I forget to 
close them.

Btw, there is an occasion where the memory allocated for the threads is freed. 
This is happened daily, as if, there is a cron job in jboss server.

I said that this is a cron job, and not a normal garbage collection, since the 
cleaner works at certain time everyday. I have read the manual in jboss server 
and jboss messaging, but don't find anything about this.

Do you know something about it? I think if I can configure the cleaner to run 
every 12 hours, my application will work fine.

Thank you in advance.

Best Regards,
Hendra

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4133817#4133817

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133817
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: Unable to create native thread

2008-03-03 Thread timfox
I would check if you are creating a lot of sessions somewhere and not closing 
them.

Common causes would be creating a connection, session, sending a message etc 
from inside an ejb, but not using the JCA managed connection factory at 
java:/JmsXA

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4133698#4133698

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133698
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user