Hi!
When I start the JBoss, the follow warning occur:
2004-02-19 16:42:01,491 WARN [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Throwable while attempting to get a new connection:
org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (java.sql.SQLException: Connection is broken: Connection refused)
at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:160)
at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:477)...
This occured after I changed the hsqldb-ds.xml, where I activate the connection by tcp. The connection is write, but this problem occur. If I change that option, and access locally the DB, this problem don't happen.
Other strange think is that this problem don happen in Windows 2000 sytem.
Thanks!