-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 5.2.X EE, 6.0.12 EE, 6.1.0 CE RC1
-
Fix Version/s: 5.2.X EE, 6.0.12 EE, 6.1.0 CE RC1
-
Component/s: Environments, Environments > Databases
-
Labels:None
-
Environment:Jboss-Tomcat 5.0.0 + MySQL 5. Firefox 3.6.17. 5.2.x Revision 83046.
Jboss 5.1.0 + MySQL 5. Firefox 3.6.17. 6.0.x Revision 83043.
Jboss 5.1.0 + MySQL 5. Firefox 3.6.17. 6.1.x Revision 83054.
When using Jboss, upon shutdown, there will be a HypersonicDatabase exception even though the portal-ext.properties are configured to use a different database.
17:34:29,614 WARN [HypersonicDatabase] Stopping failed jboss:service=Hypersonic,database=localDB
java.sql.SQLException: statement does not generate a result set
at org.hsqldb.jdbc.Util.sqlException(Util.java:232)
at org.hsqldb.jdbc.JDBCStatement.fetchResult(JDBCStatement.java:1838)
at org.hsqldb.jdbc.JDBCStatement.executeQuery(JDBCStatement.java:181)
...
Attached is the rest of the stack trace.
**This error also occurs when using Hypersonic as the database.
**Unable to reproduce on:
Jboss 5.1.0 + MySQL 5. Firefox 3.6.17. 6.0.11 EE Revision 70333.