I have to make changes to a Struts2 application with DB Oracle XE 11.2 whose last development dates back to a year ago (and also the last access to the machine on which it resides). The connection to the DB from within the app still works perfectly but the only way to check the DB and make trial queries outside from app is the default DB (Oracle Application Express) tool accessible from the browser. With any external tool a little more professional and performing (Toad - which is the tool I was already using before the interruption -, Oracle SQL Developer, SQuirreL) I am denied the connection (even if the DB is regularly detected). What may have happened?
update:
the most comprehensive message I can get is that of squirrel:
java.util.concurrent.TimeoutException
at java.util.concurrent.FutureTask.get(FutureTask.java:205)
at net.sourceforge.squirrel_sql.client.mainframe.action.OpenConnectionCommand.awaitConnection(OpenConnectionCommand.java:113)
at net.sourceforge.squirrel_sql.client.mainframe.action.OpenConnectionCommand.lambda$execute$1(OpenConnectionCommand.java:97)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)