I have a single environment in which I am consistently receiving a transaction timeout 
from the database, I am completely unable to reproduce this anywhere except this 
single environment and am hoping someone will have some suggestions for me.

The problematic environment has JBoss 3.2.3 running on a Windows 2003 server.  My EAR 
uses Stateless Session Beans and a Data Access layer which uses select for update to 
obtain the next primary key from a database table responsible for storing that 
information.  Every database insert is done by a bean call, every bean call is set to 
RequiresNew.  The database is Oracle 9i (XA enabled), we are using XA datasources.  
The database resides on a UNIX server in a different network.  The JBoss server is 
actually on a DMZ and the database server is inside the firewall, all ports are open 
between the two.

I've tried to reproduce the problem in many other environments and JBoss/my EAR always 
work fine.  I've tried Win 2k w/ all components installed on the same box, Win 2003 
talking to a database in a different network, a slow machine, a fast machine.  I 
should also mention that the same code (albeit a slightly different build) works 
beautifully in WebSphere as well.

I desperately need to resolve this issue for my client, but cannot get an environment 
to debug in.  All suggestion and ideas would be appreciated.  I can also provide 
config files, logs, anything.  We're willing to buy support if need be, but cannot 
afford the jboss.org rates of 10 grand per 50hrs, so suggestions for more affordable 
support would also be appreciated.

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

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


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to