When performing a SQL select query, I get the following error: SQL Excepption: Network problem. Resource temporarily unavailable What causes this? Also, I read in the README that you must use close() explicitly... Where should I use this? On the Connection, the ResultSet, the Statement, etc? These all have close() methods.