I am using JBoss 3.2.3/Tomcat 5.0.16 with external hsql db.
Got an outofmemory error while trying to getConnection from the data source.
The exception message is as follows.
org.jboss.util.NestedSQLException: Could not create connection; - nested throwable:
(java.sql.SQLException: No data is available); - nested throwable:
The server is running with -Xms128m -Xmx512m
The datasource is described as:
<local-tx-datasource>
<jndi-name>PersonDb</jndi-name>
<connection-url>jdbc:hsqldb:hsql://localhost:8887</connection-url>
<driver-class>org.hsqldb.jdbcDriver</driver-class>
<user-name>sa</user-name>
</local-tx-datasource>
Did I miss some required config changes for connecting to external hsqldb ?
Any help will be appreciated. Thanks in advance.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837576#3837576
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837576
-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user