Bugs item #502025, was opened at 2002-01-10 12:37 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=502025&group_id=22866
Category: JBossServer Group: v2.4 (stable) Status: Open Resolution: None Priority: 5 Submitted By: Ronan-Yann Lorin (ryl) >Assigned to: Andreas Schaefer (schaefera) Summary: JBoss fail to start Initial Comment: It appears that when an XA/JDBC connection can't be established at startup, the server "hang" and never starts. I guess this is due to a connection test just atfer binding the name in JNDI. Code looks like that: datasource.getConnection().close(); It seems that the exception is not correctly catched. ---------------------------------------------------------------------- Comment By: Ronan-Yann Lorin (ryl) Date: 2002-01-17 05:18 Message: Logged In: YES user_id=74340 You're right. Adding <attribute name="BlockingTimeout">10000</attribute> to the confing file, JBoss will be able to start after a timeout of 10 secs and throwning an exception. ---------------------------------------------------------------------- Comment By: David Jencks (d_jencks) Date: 2002-01-10 14:30 Message: Logged In: YES user_id=60525 Is this line of code actually throwing an exception? Normally it does not, it just hangs. Set BlockingTimeout to a nonzero value and you will get an exception instead. Blocking timeout is nonzero by default in jboss 3. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=502025&group_id=22866 _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
