Advertisement
Guest User

Untitled

a guest
Sep 8th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. jdbc.driverClassName = oracle.jdbc.driver.OracleDriver
  2. jdbc.url = jdbc:oracle:thin:@localhost:1521/XE
  3. jdbc.username = xxxxxxx
  4. jdbc.password = zzzzzzz
  5. hibernate.dialect = org.hibernate.dialect.Oracle10gDialect
  6. hibernate.show_sql = true
  7. hibernate.format_sql = true
  8.  
  9. 08:11:12,534 ERROR [org.hibernate.hql.spi.id.IdTableHelper] (ServerService Thread Pool -- 85) Unable obtain JDBC Connection: java.sql.SQLRecoverableException: Errore di I/O: The Network Adapter could not establish the connection
  10. at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:489)
  11. at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:553)
  12. at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:254)
  13. at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
  14. at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:528)
  15. at java.sql.DriverManager.getConnection(DriverManager.java:664)
  16. at java.sql.DriverManager.getConnection(DriverManager.java:208)
  17. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement