Advertisement
Superloup10

Untitled

Jan 19th, 2019
369
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.79 KB | None | 0 0
  1. 2019-01-20 00:19:55.999 [main] INFO Application - No ktor.deployment.watch patterns match classpath entries, automatic reload is not active
  2. 2019-01-20 00:19:56.770 [main] INFO Application - Responding at http://0.0.0.0:8080
  3. [EL Info]: 2019-01-20 00:22:54.883--ServerSession(1227084472)--EclipseLink, version: Eclipse Persistence Services - 2.7.3.v20180807-4be1041
  4. [EL Info]: connection: 2019-01-20 00:22:55.073--ServerSession(1227084472)--/file:/D:/Superloup10/Bureau/Programmation/WolfDev/WolfSite/out/production/resources/_wolfsite_url=jdbc:postgresql://localhost/wolfsite_user=wolfsite login successful
  5. [EL Warning]: 2019-01-20 00:22:55.34--UnitOfWork(512870510)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.3.v20180807-4be1041): org.eclipse.persistence.exceptions.DatabaseException
  6. Internal Exception: org.postgresql.util.PSQLException: ERREUR: la colonne « id » n'existe pas
  7. Position : 14
  8. Error Code: 0
  9. Call: SELECT COUNT(ID) FROM USER WHERE (EMAIL = ?)
  10. bind => [1 parameter bound]
  11. Query: ReportQuery(referenceClass=User sql="SELECT COUNT(ID) FROM USER WHERE (EMAIL = ?)")
  12. 2019-01-20 00:22:55.347 [nettyCallPool-4-1] ERROR Application - Unhandled: POST - /register
  13. javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.3.v20180807-4be1041): org.eclipse.persistence.exceptions.DatabaseException
  14. Internal Exception: org.postgresql.util.PSQLException: ERREUR: la colonne « id » n'existe pas
  15. Position : 14
  16. Error Code: 0
  17. Call: SELECT COUNT(ID) FROM USER WHERE (EMAIL = ?)
  18. bind => [1 parameter bound]
  19. Query: ReportQuery(referenceClass=User sql="SELECT COUNT(ID) FROM USER WHERE (EMAIL = ?)")
  20. at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391)
  21. at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264)
  22. at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
  23. at org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
  24. at fr.wolfdev.jpa.DaoFactory.findUser(DaoFactory.kt:14)
  25. at fr.wolfdev.RegisterKt$register$1.invokeSuspend(Register.kt:31)
  26. at fr.wolfdev.RegisterKt$register$1.invoke(Register.kt)
  27. at io.ktor.locations.LocationKt$handle$1.invokeSuspend(Location.kt:207)
  28. at io.ktor.locations.LocationKt$handle$1.invoke(Location.kt)
  29. at io.ktor.util.pipeline.SuspendFunctionGun.loop(PipelineContext.kt:278)
  30. at io.ktor.util.pipeline.SuspendFunctionGun.access$loop(PipelineContext.kt:63)
  31. at io.ktor.util.pipeline.SuspendFunctionGun.proceed(PipelineContext.kt:137)
  32. at io.ktor.util.pipeline.SuspendFunctionGun.execute(PipelineContext.kt:157)
  33. at io.ktor.util.pipeline.Pipeline.execute(Pipeline.kt:24)
  34. at io.ktor.routing.Routing.executeResult(Routing.kt:148)
  35. at io.ktor.routing.Routing.interceptor(Routing.kt:29)
  36. at io.ktor.routing.Routing$Feature$install$1.invokeSuspend(Routing.kt:93)
  37. at io.ktor.routing.Routing$Feature$install$1.invoke(Routing.kt)
  38. at io.ktor.util.pipeline.SuspendFunctionGun.loop(PipelineContext.kt:278)
  39. at io.ktor.util.pipeline.SuspendFunctionGun.access$loop(PipelineContext.kt:63)
  40. at io.ktor.util.pipeline.SuspendFunctionGun.proceed(PipelineContext.kt:137)
  41. at io.ktor.features.StatusPages$interceptCall$2.invokeSuspend(StatusPages.kt:88)
  42. at io.ktor.features.StatusPages$interceptCall$2.invoke(StatusPages.kt)
  43. at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:91)
  44. at kotlinx.coroutines.CoroutineScopeKt.coroutineScope(CoroutineScope.kt:186)
  45. at io.ktor.features.StatusPages.interceptCall(StatusPages.kt:87)
  46. at io.ktor.features.StatusPages$Feature$install$2.invokeSuspend(StatusPages.kt:124)
  47. at io.ktor.features.StatusPages$Feature$install$2.invoke(StatusPages.kt)
  48. at io.ktor.util.pipeline.SuspendFunctionGun.loop(PipelineContext.kt:278)
  49. at io.ktor.util.pipeline.SuspendFunctionGun.access$loop(PipelineContext.kt:63)
  50. at io.ktor.util.pipeline.SuspendFunctionGun.proceed(PipelineContext.kt:137)
  51. at io.ktor.util.pipeline.SuspendFunctionGun.execute(PipelineContext.kt:157)
  52. at io.ktor.util.pipeline.Pipeline.execute(Pipeline.kt:24)
  53. at io.ktor.server.engine.DefaultEnginePipelineKt$defaultEnginePipeline$2.invokeSuspend(DefaultEnginePipeline.kt:80)
  54. at io.ktor.server.engine.DefaultEnginePipelineKt$defaultEnginePipeline$2.invoke(DefaultEnginePipeline.kt)
  55. at io.ktor.util.pipeline.SuspendFunctionGun.loop(PipelineContext.kt:278)
  56. at io.ktor.util.pipeline.SuspendFunctionGun.access$loop(PipelineContext.kt:63)
  57. at io.ktor.util.pipeline.SuspendFunctionGun.proceed(PipelineContext.kt:137)
  58. at io.ktor.util.pipeline.SuspendFunctionGun.execute(PipelineContext.kt:157)
  59. at io.ktor.util.pipeline.Pipeline.execute(Pipeline.kt:24)
  60. at io.ktor.server.netty.NettyApplicationCallHandler$handleRequest$1.invokeSuspend(NettyApplicationCallHandler.kt:31)
  61. at io.ktor.server.netty.NettyApplicationCallHandler$handleRequest$1.invoke(NettyApplicationCallHandler.kt)
  62. at kotlinx.coroutines.intrinsics.UndispatchedKt.startCoroutineUndispatched(Undispatched.kt:55)
  63. at kotlinx.coroutines.CoroutineStart.invoke(CoroutineStart.kt:111)
  64. at kotlinx.coroutines.AbstractCoroutine.start(AbstractCoroutine.kt:160)
  65. at kotlinx.coroutines.BuildersKt__Builders_commonKt.launch(Builders.common.kt:54)
  66. at kotlinx.coroutines.BuildersKt.launch(Unknown Source)
  67. at io.ktor.server.netty.NettyApplicationCallHandler.handleRequest(NettyApplicationCallHandler.kt:22)
  68. at io.ktor.server.netty.NettyApplicationCallHandler.channelRead(NettyApplicationCallHandler.kt:16)
  69. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
  70. at io.netty.channel.AbstractChannelHandlerContext.access$600(AbstractChannelHandlerContext.java:38)
  71. at io.netty.channel.AbstractChannelHandlerContext$7.run(AbstractChannelHandlerContext.java:353)
  72. at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163)
  73. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404)
  74. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463)
  75. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  76. at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
  77. at java.base/java.lang.Thread.run(Thread.java:834)
  78. Caused by: org.eclipse.persistence.exceptions.DatabaseException:
  79. Internal Exception: org.postgresql.util.PSQLException: ERREUR: la colonne « id » n'existe pas
  80. Position : 14
  81. Error Code: 0
  82. Call: SELECT COUNT(ID) FROM USER WHERE (EMAIL = ?)
  83. bind => [1 parameter bound]
  84. Query: ReportQuery(referenceClass=User sql="SELECT COUNT(ID) FROM USER WHERE (EMAIL = ?)")
  85. at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342)
  86. at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:691)
  87. at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567)
  88. at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2096)
  89. at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603)
  90. at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275)
  91. at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261)
  92. at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:332)
  93. at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:728)
  94. at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2778)
  95. at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllReportQueryRows(ExpressionQueryMechanism.java:2715)
  96. at org.eclipse.persistence.queries.ReportQuery.executeDatabaseQuery(ReportQuery.java:854)
  97. at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:914)
  98. at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1183)
  99. at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:466)
  100. at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1271)
  101. at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2981)
  102. at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1895)
  103. at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1877)
  104. at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1842)
  105. at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
  106. ... 56 common frames omitted
  107. Caused by: org.postgresql.util.PSQLException: ERREUR: la colonne « id » n'existe pas
  108. Position : 14
  109. at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2440)
  110. at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2183)
  111. at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:308)
  112. at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:441)
  113. at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:365)
  114. at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:143)
  115. at org.postgresql.jdbc.PgPreparedStatement.executeQuery(PgPreparedStatement.java:106)
  116. at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeSelect(DatabaseAccessor.java:1015)
  117. at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:651)
  118. ... 75 common frames omitted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement