Guest User

Untitled

a guest
Dec 13th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.87 KB | None | 0 0
  1. 2012-08-30 13:11:32.161:WARN:/xwiki:Exception while dispatching incoming RPC call
  2. com.google.gwt.user.server.rpc.UnexpectedException: Service method 'public abstract java.util.List org.xwiki.gwt.wysiwyg.client.plugin.macro.MacroService.getMacroDescriptors(java.lang.String)' threw an unexpected exception: java.lang.RuntimeException: Exception while retrieving the list of macro descriptors for syntax [xwiki/2.1].
  3. at com.google.gwt.user.server.rpc.RPC.encodeResponseForFailure(RPC.java:389)
  4. at com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:579)
  5. at com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:545)
  6. at org.xwiki.wysiwyg.server.XWikiRemoteServiceServlet.processCall(XWikiRemoteServiceServlet.java:52)
  7. at com.google.gwt.user.server.rpc.RemoteServiceServlet.processPost(RemoteServiceServlet.java:248)
  8. at com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62)
  9. at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
  10. at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
  11. at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:538)
  12. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1352)
  13. at org.xwiki.wysiwyg.server.filter.XWikiContextInitializationFilter.doFilter(XWikiContextInitializationFilter.java:85)
  14. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1323)
  15. at com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66)
  16. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1323)
  17. at org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
  18. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1323)
  19. at org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
  20. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1323)
  21. at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:476)
  22. at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
  23. at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:517)
  24. at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:225)
  25. at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:937)
  26. at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:406)
  27. at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:183)
  28. at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:871)
  29. at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
  30. at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:247)
  31. at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:149)
  32. at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:110)
  33. at org.eclipse.jetty.server.Server.handle(Server.java:346)
  34. at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:589)
  35. at org.eclipse.jetty.server.HttpConnection$RequestHandler.content(HttpConnection.java:1065)
  36. at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:823)
  37. at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:220)
  38. at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:411)
  39. at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:535)
  40. at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40)
  41. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:529)
  42. at java.lang.Thread.run(Thread.java:680)
  43. Caused by:
  44. java.lang.RuntimeException: Exception while retrieving the list of macro descriptors for syntax [xwiki/2.1].
  45. at org.xwiki.wysiwyg.server.internal.plugin.macro.XWikiMacroService.getMacroDescriptors(XWikiMacroService.java:206)
  46. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  47. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  48. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  49. at java.lang.reflect.Method.invoke(Method.java:597)
  50. at com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:561)
  51. at com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:545)
  52. at org.xwiki.wysiwyg.server.XWikiRemoteServiceServlet.processCall(XWikiRemoteServiceServlet.java:52)
  53. at com.google.gwt.user.server.rpc.RemoteServiceServlet.processPost(RemoteServiceServlet.java:248)
  54. at com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62)
  55. at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
  56. at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
  57. at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:538)
  58. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1352)
  59. at org.xwiki.wysiwyg.server.filter.XWikiContextInitializationFilter.doFilter(XWikiContextInitializationFilter.java:85)
  60. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1323)
  61. at com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66)
  62. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1323)
  63. at org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
  64. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1323)
  65. at org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
  66. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1323)
  67. at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:476)
  68. at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
  69. at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:517)
  70. at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:225)
  71. at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:937)
  72. at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:406)
  73. at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:183)
  74. at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:871)
  75. at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
  76. at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:247)
  77. at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:149)
  78. at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:110)
  79. at org.eclipse.jetty.server.Server.handle(Server.java:346)
  80. at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:589)
  81. at org.eclipse.jetty.server.HttpConnection$RequestHandler.content(HttpConnection.java:1065)
  82. at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:823)
  83. at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:220)
  84. at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:411)
  85. at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:535)
  86. at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40)
  87. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:529)
  88. at java.lang.Thread.run(Thread.java:680)
  89. Caused by:
  90. java.lang.NullPointerException
  91. at java.util.Hashtable.put(Hashtable.java:394)
  92. at com.xpn.xwiki.XWikiContext.put(XWikiContext.java:257)
  93. at org.xwiki.component.wiki.WikiComponentInvocationHandler.executeWikiContent(WikiComponentInvocationHandler.java:238)
  94. at org.xwiki.component.wiki.WikiComponentInvocationHandler.invoke(WikiComponentInvocationHandler.java:156)
  95. at $Proxy43.getDescriptor(Unknown Source)
  96. at org.xwiki.rendering.internal.macro.DefaultMacroCategoryManager.getMacroIdsByCategory(DefaultMacroCategoryManager.java:135)
  97. at org.xwiki.rendering.internal.macro.DefaultMacroCategoryManager.getMacroCategories(DefaultMacroCategoryManager.java:83)
  98. at org.xwiki.wysiwyg.server.internal.plugin.macro.XWikiMacroService.getMacroDescriptors(XWikiMacroService.java:188)
  99. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  100. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  101. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  102. at java.lang.reflect.Method.invoke(Method.java:597)
  103. at com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:561)
  104. at com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:545)
  105. at org.xwiki.wysiwyg.server.XWikiRemoteServiceServlet.processCall(XWikiRemoteServiceServlet.java:52)
  106. at com.google.gwt.user.server.rpc.RemoteServiceServlet.processPost(RemoteServiceServlet.java:248)
  107. at com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62)
  108. at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
  109. at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
  110. at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:538)
  111. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1352)
  112. at org.xwiki.wysiwyg.server.filter.XWikiContextInitializationFilter.doFilter(XWikiContextInitializationFilter.java:85)
  113. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1323)
  114. at com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66)
  115. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1323)
  116. at org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
  117. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1323)
  118. at org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
  119. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1323)
  120. at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:476)
  121. at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
  122. at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:517)
  123. at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:225)
  124. at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:937)
  125. at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:406)
  126. at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:183)
  127. at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:871)
  128. at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
  129. at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:247)
  130. at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:149)
  131. at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:110)
  132. at org.eclipse.jetty.server.Server.handle(Server.java:346)
  133. at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:589)
  134. at org.eclipse.jetty.server.HttpConnection$RequestHandler.content(HttpConnection.java:1065)
  135. at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:823)
  136. at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:220)
  137. at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:411)
  138. at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:535)
  139. at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40)
  140. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:529)
  141. at java.lang.Thread.run(Thread.java:680)
Add Comment
Please, Sign In to add comment