Guest User

Untitled

a guest
Oct 14th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.50 KB | None | 0 0
  1. --- An unexpected error occurred in the server ---
  2.  
  3. Message: org.apache.pulsar.broker.PulsarServerException: java.lang.IllegalArgumentException: Param serviceUrl must not be blank.
  4.  
  5. Stacktrace:
  6.  
  7. org.apache.pulsar.broker.PulsarServerException: org.apache.pulsar.broker.PulsarServerException: java.lang.IllegalArgumentException: Param serviceUrl must not be blank.
  8. at org.apache.pulsar.broker.PulsarService.getCompactor(PulsarService.java:809)
  9. at org.apache.pulsar.broker.service.persistent.PersistentTopic.triggerCompaction(PersistentTopic.java:1775)
  10. at org.apache.pulsar.broker.admin.impl.PersistentTopicsBase.internalTriggerCompaction(PersistentTopicsBase.java:1262)
  11. at org.apache.pulsar.broker.admin.v2.PersistentTopics.compact(PersistentTopics.java:838)
  12. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  13. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  14. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  15. at java.lang.reflect.Method.invoke(Method.java:498)
  16. at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:76)
  17. at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:148)
  18. at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:191)
  19. at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$VoidOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:183)
  20. at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:103)
  21. at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:493)
  22. at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:415)
  23. at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:104)
  24. at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:277)
  25. at org.glassfish.jersey.internal.Errors$1.call(Errors.java:272)
  26. at org.glassfish.jersey.internal.Errors$1.call(Errors.java:268)
  27. at org.glassfish.jersey.internal.Errors.process(Errors.java:316)
  28. at org.glassfish.jersey.internal.Errors.process(Errors.java:298)
  29. at org.glassfish.jersey.internal.Errors.process(Errors.java:268)
  30. at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:289)
  31. at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:256)
  32. at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:703)
  33. at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:416)
  34. at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:370)
  35. at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:389)
  36. at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:342)
  37. at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:229)
  38. at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:865)
  39. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1655)
  40. at org.apache.pulsar.broker.web.ResponseHandlerFilter.doFilter(ResponseHandlerFilter.java:53)
  41. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
  42. at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
  43. at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
  44. at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
  45. at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
  46. at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1340)
  47. at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
  48. at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
  49. at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
  50. at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
  51. at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1242)
  52. at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
  53. at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:220)
  54. at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:126)
  55. at org.eclipse.jetty.server.handler.StatisticsHandler.handle(StatisticsHandler.java:174)
  56. at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
  57. at org.eclipse.jetty.server.Server.handle(Server.java:503)
  58. at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)
  59. at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
  60. at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
  61. at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
  62. at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
  63. at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
  64. at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
  65. at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
  66. at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
  67. at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
  68. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  69. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  70. at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
  71. at java.lang.Thread.run(Thread.java:748)
  72. Caused by: org.apache.pulsar.broker.PulsarServerException: java.lang.IllegalArgumentException: Param serviceUrl must not be blank.
  73. at org.apache.pulsar.broker.PulsarService.getClient(PulsarService.java:839)
  74. at org.apache.pulsar.broker.PulsarService.getCompactor(PulsarService.java:806)
  75. ... 63 more
  76. Caused by: java.lang.IllegalArgumentException: Param serviceUrl must not be blank.
  77. at org.apache.pulsar.client.impl.ClientBuilderImpl.serviceUrl(ClientBuilderImpl.java:84)
  78. at org.apache.pulsar.broker.PulsarService.getClient(PulsarService.java:828)
  79. ... 64 more
Advertisement
Add Comment
Please, Sign In to add comment