Hi,
Problem: my squirrel is frozen. I have some complex sql i'd like to save. I wondered if anyone knew how to get past this. It's likely OS (linux) and desktop dependent.
I have an older version of squirrel. I tried to open a new connection ;
squirrel had a connection exception. At this point I have very small
window on my screen which I cannot close or expand [ it looks like a disk]. I think this window contains my 'squirrel exception'. (I'm using xfce4; i think w/ gnome i
can expand and close this window..)
How can I close this window?
bill m
Log error is here:
find JDBC driver class for HSQLDB In-Memory: org.hsqldb.jdbcDriver
5662638 [Thread-1] ERROR
net.sourceforge.squirrel_sql.client.mainframe.action.ConnectToAliasCommand
- Unexpected Error occured attempting to open an SQL connection.
java.sql.SQLException: Unable to connect to any hosts due to exception:
java.net.ConnectException: Connection refused
at com.mysql.jdbc.Connection.createNewIO(Connection.java:1719)
at com.mysql.jdbc.Connection.<init>(Connection.java:432)
at
com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:400)
at
net.sourceforge.squirrel_sql.fw.sql.SQLDriverManager.getConnection(SQLDriverManager.java:99)
at
net.sourceforge.squirrel_sql.client.mainframe.action.OpenConnectionCommand.execute(OpenConnectionCommand.java:112)
|