Advertisement
Mykeware

Untitled

Nov 3rd, 2016
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.33 KB | None | 0 0
  1. 03.11 22:23:42 [Server] Server thread/INFO [STDERR]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]: org.h2.jdbc.JdbcSQLException: A file path that is implicitly relative to the current working directory is not allowed in the database URL "jdbc:h2:file:database/LookingGlass;MV_STORE=FALSE;MVCC=FALSE". Use an absolute path, ~/name, ./name, or the baseDir setting instead. [90011-192]
  2. 03.11 22:23:42 [Server] Server thread/INFO [STDERR]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]: at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
  3. 03.11 22:23:42 [Server] Server thread/INFO [STDERR]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]: at org.h2.message.DbException.get(DbException.java:179)
  4. 03.11 22:23:42 [Server] Server thread/INFO [STDERR]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]: at org.h2.message.DbException.get(DbException.java:155)
  5. 03.11 22:23:42 [Server] Server thread/INFO [STDERR]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]: at org.h2.engine.ConnectionInfo.getName(ConnectionInfo.java:400)
  6. 03.11 22:23:42 [Server] Server thread/INFO [STDERR]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]: at org.h2.engine.Engine.openSession(Engine.java:49)
  7. 03.11 22:23:42 [Server] Server thread/INFO [STDERR]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]: at org.h2.engine.Engine.openSession(Engine.java:176)
  8. 03.11 22:23:42 [Server] Server thread/INFO [STDERR]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]: at org.h2.engine.Engine.createSessionAndValidate(Engine.java:154)
  9. 03.11 22:23:42 [Server] Server thread/INFO [STDERR]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]: at org.h2.engine.Engine.createSession(Engine.java:137)
  10. 03.11 22:23:42 [Server] Server thread/INFO [STDERR]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]: at org.h2.engine.Engine.createSession(Engine.java:27)
  11. 03.11 22:23:42 [Server] Server thread/INFO [STDERR]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]: at org.h2.engine.SessionRemote.connectEmbeddedOrServer(SessionRemote.java:349)
  12. 03.11 22:23:42 [Server] Server thread/INFO [STDERR]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]: at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:118)
  13. 03.11 22:23:42 [Server] Server thread/INFO [STDERR]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]: at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:102)
  14. 03.11 22:23:42 [Server] Server thread/INFO [STDERR]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]: at org.h2.Driver.connect(Driver.java:72)
  15. 03.11 22:23:42 [Server] Server thread/INFO [STDERR]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]: at org.h2.jdbcx.JdbcDataSource.getJdbcConnection(JdbcDataSource.java:190)
  16. 03.11 22:23:42 [Server] Server thread/INFO [STDERR]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]: at org.h2.jdbcx.JdbcDataSource.getConnection(JdbcDataSource.java:161)
  17. 03.11 22:23:42 [Server] Server thread/INFO [STDERR]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]: at com.hiroku.lookingglass.data.DatabaseManager.setupDatabase(DatabaseManager.java:89)
  18. 03.11 22:23:42 [Server] Server thread/INFO [STDERR]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]: at com.hiroku.lookingglass.LookingGlass.onPreInit(LookingGlass.java:42)
  19. 03.11 22:23:42 [Server] Server thread/INFO [STDERR]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  20. 03.11 22:23:42 [Server] Server thread/INFO [STDERR]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  21. 03.11 22:23:42 [Server] Server thread/INFO [STDERR]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  22. 03.11 22:23:42 [Server] Server thread/INFO [STDERR]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]: at java.lang.reflect.Method.invoke(Method.java:498)
  23. 03.11 22:23:42 [Server] Server thread/INFO [STDERR]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]: at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:600)
  24. 03.11 22:23:42 [Server] Server thread/INFO [STDERR]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  25. 03.11 22:23:42 [Server] Server thread/INFO [STDERR]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  26. 03.11 22:23:42 [Server] Server thread/INFO [STDERR]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  27. 03.11 22:23:42 [Server] Server thread/INFO [STDERR]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]: at java.lang.reflect.Method.invoke(Method.java:498)
  28. 03.11 22:23:42 [Server] Server thread/INFO [STDERR]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  29. 03.11 22:23:42 [Server] Server thread/INFO [STDERR]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  30. 03.11 22:23:42 [Server] Server thread/INFO [STDERR]: [org.h2.jdbc.JdbcSQLException:printStackTrace:80]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement