Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.08 KB | None | 0 0
  1. 13:38:58 INFO LogUtil 192.168.56.103:42381 GET /amsl/persons limit=30 HTTP_1_1 500 158 10 tid=diku Internal Server Error
  2. 13:38:59 ERROR PersonAPI Failed to initialize mod-amsl-organization
  3. java.lang.RuntimeException: Cannot connect to database jdbc:postgresql://192.168.56.103:5432/mod-amsl-test
  4. at de.uni_leipzig.ub.asyncsql.AsyncPostgresClient.connect(AsyncPostgresClient.java:473)
  5. at org.folio.rest.impl.PersonAPI.init(PersonAPI.java:77)
  6. at org.folio.rest.impl.PersonAPI.<init>(PersonAPI.java:48)
  7. at sun.reflect.GeneratedConstructorAccessor36.newInstance(Unknown Source)
  8. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  9. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  10. at org.folio.rest.RestVerticle.route(RestVerticle.java:398)
  11. at org.folio.rest.RestVerticle.lambda$12(RestVerticle.java:253)
  12. at io.vertx.ext.web.impl.RouteImpl.handleContext(RouteImpl.java:219)
  13. at io.vertx.ext.web.impl.RoutingContextImplBase.iterateNext(RoutingContextImplBase.java:120)
  14. at io.vertx.ext.web.impl.RoutingContextImpl.next(RoutingContextImpl.java:120)
  15. at io.vertx.ext.web.impl.RouterImpl.accept(RouterImpl.java:79)
  16. at io.vertx.core.http.impl.Http1xServerConnection.processMessage(Http1xServerConnection.java:433)
  17. at io.vertx.core.http.impl.Http1xServerConnection.handleMessage(Http1xServerConnection.java:141)
  18. at io.vertx.core.http.impl.HttpServerImpl$ServerHandlerWithWebSockets.handleMessage(HttpServerImpl.java:683)
  19. at io.vertx.core.http.impl.HttpServerImpl$ServerHandlerWithWebSockets.handleMessage(HttpServerImpl.java:636)
  20. at io.vertx.core.net.impl.VertxHandler.lambda$channelRead$1(VertxHandler.java:146)
  21. at io.vertx.core.impl.ContextImpl.lambda$wrapTask$2(ContextImpl.java:337)
  22. at io.vertx.core.impl.ContextImpl.executeFromIO(ContextImpl.java:195)
  23. at io.vertx.core.net.impl.VertxHandler.channelRead(VertxHandler.java:144)
  24. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
  25. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
  26. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
  27. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:310)
  28. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:297)
  29. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:413)
  30. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:265)
  31. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
  32. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
  33. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
  34. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1359)
  35. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
  36. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
  37. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:935)
  38. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:141)
  39. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:645)
  40. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:580)
  41. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:497)
  42. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:459)
  43. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:886)
  44. at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
  45. at java.lang.Thread.run(Thread.java:748)
  46. Caused by: org.postgresql.util.PSQLException: FATAL: sorry, too many clients already
  47. at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(ConnectionFactoryImpl.java:451)
  48. at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:223)
  49. at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:67)
  50. at org.postgresql.jdbc.PgConnection.<init>(PgConnection.java:212)
  51. at org.postgresql.Driver.makeConnection(Driver.java:407)
  52. at org.postgresql.Driver.connect(Driver.java:275)
  53. at java.sql.DriverManager.getConnection(DriverManager.java:664)
  54. at java.sql.DriverManager.getConnection(DriverManager.java:247)
  55. at de.uni_leipzig.ub.asyncsql.AsyncPostgresClient.connect(AsyncPostgresClient.java:466)
  56. ... 41 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement