Bugs item #519002, was opened at 2002-02-18 00:56
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=519002&group_id=22866

Category: None
Group: v2.4 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Wolfgang Kaltz (jwkaltz)
Assigned to: Nobody/Anonymous (nobody)
Summary: XAPoolDataSource NullPointerException

Initial Comment:
Upon JBoss startup, if a connection pool can not be
initialized (for instance due to the database not being
up) the following error occurs:

2002-02-18 01:08:18,632
[org.jboss.configuration.ConfigurationService]
Unexpected error
java.lang.NullPointerException
        at
org.jboss.pool.jdbc.xa.XAPoolDataSource.getConnection(Unknown
Source)
        at
org.jboss.jdbc.XADataSourceLoader.startService(XADataSourceLoader.java:412)
        at
org.jboss.util.ServiceMBeanSupport.start(ServiceMBeanSupport.java:103)
        at java.lang.reflect.Method.invoke(Native Method)
        at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
        at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
        at
org.jboss.configuration.ConfigurationService$ServiceProxy.invoke(ConfigurationService.java:967)
        at $Proxy0.start(Unknown Source)
        at
org.jboss.util.ServiceControl.start(ServiceControl.java:79)
        at java.lang.reflect.Method.invoke(Native Method)
        at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
        at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
        at org.jboss.Main.<init>(Main.java:208)
        at org.jboss.Main$1.run(Main.java:110)
        at java.security.AccessController.doPrivileged(Native
Method)
        at org.jboss.Main.main(Main.java:106)


Further, all calls to Context.lookup() on the
connection pool will return null; but I believe they
should throw a NamingException.

Note that JBoss does not recover from this error,
meaning the JBoss server must be restarted for the
connections to work again.






----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=519002&group_id=22866

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to