java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Oracle Community by 609800, 1 year ago
via eclipse.org by Unknown author, 1 year ago
via Oracle Community by 934595, 1 year ago
via Stack Overflow by Rmaro
, 2 years agovia Oracle Community by 626761, 8 months ago
via Oracle Community by 452800, 1 year ago
java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:111)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:145)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:254)
at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:386)
at oracle.jdbc.driver.PhysicalConnection.
(PhysicalConnection.java:413) at oracle.jdbc.driver.T4CConnection.
(T4CConnection.java:164) at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:34)
at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:752)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at TestConnectionNew.main(TestConnectionNew.java:18)