dmloring
08-30-2005, 01:29 PM
I've really got to be dense; connection strings are my downfall.
I thought I could access the Hypersonic DB that comes with JBoss AppServer.
I cannot seem to get my Hypersonic DB manager or Squirrel on my home Windows to talk to the HSQLDB in the JBoss in my Rimuhosting VPS.
In order just to see if it was running, I had to relax security to access jmx-console, which does report that an HSQL service is running that is not in-process.
And I've done the uncommenting and commenting of the XML file to use the TCP/IP version.
I've tried:
jdbc:hsqldb:hsql://<<MyIP>>:1701
alone and appending various paths.
But I still get lost in which name is which between services and databases etc
I get "Socket Creation Failure" and my JBoss logs say the Root MBean cause is "NOTYETINSTALLED".
I don't get it; when jmx-console says it is running.
I thought I could access the Hypersonic DB that comes with JBoss AppServer.
I cannot seem to get my Hypersonic DB manager or Squirrel on my home Windows to talk to the HSQLDB in the JBoss in my Rimuhosting VPS.
In order just to see if it was running, I had to relax security to access jmx-console, which does report that an HSQL service is running that is not in-process.
And I've done the uncommenting and commenting of the XML file to use the TCP/IP version.
I've tried:
jdbc:hsqldb:hsql://<<MyIP>>:1701
alone and appending various paths.
But I still get lost in which name is which between services and databases etc
I get "Socket Creation Failure" and my JBoss logs say the Root MBean cause is "NOTYETINSTALLED".
I don't get it; when jmx-console says it is running.