Advertisement
Guest User

Untitled

a guest
Aug 7th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. [info] play - datasource [jdbc:postgresql://localhost:2319/testdatabase] bound to JNDI as DefaultDS
  2. [error] c.j.b.h.AbstractConnectionHook - Failed to obtain initial connection Sleeping for 0ms and trying again. Attempts left: 0. Exception: null.Message:?????: ???? "O_o" ?? ??????????
  3. [error] application -
  4.  
  5. ! @750fk2og3 - Internal server error, for (GET) [/] ->
  6.  
  7. play.api.Configuration$$anon$1: Configuration error[Cannot connect to database [default]]
  8. at play.api.Configuration$.play$api$Configuration$$configError(Configuration.scala:94) ~[play_2.11-2.3.8.jar:2.3.8]
  9. at play.api.Configuration.reportError(Configuration.scala:743) ~[play_2.11-2.3.8.jar:2.3.8]
  10. at play.api.db.BoneCPPlugin$$anonfun$onStart$1.apply(DB.scala:247) ~[play-jdbc_2.11-2.3.8.jar:2.3.8]
  11. at play.api.db.BoneCPPlugin$$anonfun$onStart$1.apply(DB.scala:238) ~[play-jdbc_2.11-2.3.8.jar:2.3.8]
  12. at scala.collection.immutable.List.map(List.scala:274) ~[scala-library-2.11.1.jar:na]
  13. Caused by: org.postgresql.util.PSQLException: ?????: ???? "O_o" ?? ??????????
  14. at org.postgresql.core.v3.ConnectionFactoryImpl.readStartupMessages(ConnectionFactoryImpl.java:471) ~[postgresql-9.1-901-1.jdbc4.jar:na]
  15. at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:112) ~[postgresql-9.1-901-1.jdbc4.jar:na]
  16. at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66) ~[postgresql-9.1-901-1.jdbc4.jar:na]
  17. at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125) ~[postgresql-9.1-901-1.jdbc4.jar:na]
  18. at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30) ~[postgresql-9.1-901-1.jdbc4.jar:na]
  19.  
  20. db.default.driver = org.postgresql.Driver
  21. db.default.url = "jdbc:postgresql://localhost:2319/testdatabase"
  22. db.default.username = testuser
  23. db.default.password = simplepass
  24. db.default.hikaricp.connectionTestQuery = "SELECT 1"
  25. db.default.jndiName = DefaultDS
  26. jpa.default = local
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement