Hi,

I have a weard problem that JBoss hangs.

JBoss configuration:
JBoss 4.0.3SP1 + EJB3 RC2 (JBoss installer) on WindowsXP
JDK 1.5.0_05

if I read data using the EntityManager in a stateful sessionbean (EJB3) the 
data are returned, but after a short while (about 30 - 60 sec) JBoss hangs and 
javaw.exe uses 100% processor time

I've tested serveral configurations:
1. the data are cached in the session bean and returned to the client
=> JBoss hangs after a while
2. the data are only returned but not cached
=> first read ok, but in second read JBoss hangs, no data returned
3. using a stateless session bean
=> this works

But we must use a stateful session bean otherwise we would have to change to 
much exsiting code.

Any idea ?
Which configuration files should I provide to get hints ?
Please help.

Thanks
Annegret

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923594#3923594

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923594


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to