Quickstarts: helloworld_sql_action, helloworld_hibernate_action - NullPointerException
thrown during undeployment
-----------------------------------------------------------------------------------------------------------------
Key: JBESB-2801
URL:
https://jira.jboss.org/jira/browse/JBESB-2801
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Examples
Affects Versions: 4.4
Reporter: Boris Belovic
Priority: Minor
I was testing helloworld_sql_action and helloworld_hibernate_action quickstarts. During
undeployment (target ant undeploy) I got NullPointerException in both cases:
For helloworld_hibernate_action:
[ConnectionFactoryBindingService] Unbound ConnectionManager
'jboss.jca:service=DataSourceBinding,name=HelloworldHibernateDB' from JNDI name
'java:HelloworldHibernateDB'
10:17:55,058 ERROR [STDERR] Exception in thread "HSQLDB Connection @3fe9029b"
10:17:55,059 INFO [HypersonicDatabase] Database remote closed clean
10:17:55,059 ERROR [STDERR] java.lang.NullPointerException
10:17:55,059 ERROR [STDERR] at org.hsqldb.ServerConnection.close(Unknown Source)
10:17:55,059 ERROR [STDERR] at org.hsqldb.ServerConnection.run(Unknown Source)
10:17:55,059 ERROR [STDERR] at java.lang.Thread.run(Thread.java:619)
10:17:55,061 INFO [STDOUT] [Server@38d5b111]: Initiating shutdown sequence...
10:17:55,061 INFO [STDOUT] [Server@38d5b111]: Shutdown sequence completed in 0 ms.
10:17:55,062 INFO [STDOUT] [Server@38d5b111]: 2009-08-26 10:17:55.061 SHUTDOWN :
System.exit() was not called
For helloworld_sql_action:
[ConnectionFactoryBindingService] Unbound ConnectionManager
'jboss.jca:service=DataSourceBinding,name=HelloworldSqlDB' from JNDI name
'java:HelloworldSqlDB'
10:25:25,447 INFO [HypersonicDatabase] Database remote closed clean
10:25:25,447 ERROR [STDERR] Exception in thread "HSQLDB Connection @738b19ed"
10:25:25,449 ERROR [STDERR] java.lang.NullPointerException
10:25:25,449 ERROR [STDERR] at org.hsqldb.ServerConnection.close(Unknown Source)
10:25:25,449 ERROR [STDERR] at org.hsqldb.ServerConnection.run(Unknown Source)
10:25:25,449 ERROR [STDERR] at java.lang.Thread.run(Thread.java:619)
10:25:25,448 INFO [STDOUT] [Server@4800ef96]: Initiating shutdown sequence...
10:25:25,450 INFO [STDOUT] [Server@4800ef96]: Shutdown sequence completed in 2 ms.
10:25:25,450 INFO [STDOUT] [Server@4800ef96]: 2009-08-26 10:25:25.450 SHUTDOWN :
System.exit() was not called
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira