Advertisement
Guest User

Untitled

a guest
Jul 7th, 2014
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.98 KB | None | 0 0
  1. 07-jul-2014 15:06:51 org.eclipse.jetty.util.log.JavaUtilLog warn
  2. ADVERTENCIA: Error while serving http://jenkins.yerbabuena.es/createItem
  3. java.lang.reflect.InvocationTargetException
  4. at sun.reflect.GeneratedMethodAccessor351.invoke(Unknown Source)
  5. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  6. at java.lang.reflect.Method.invoke(Method.java:597)
  7. at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:298)
  8. at org.kohsuke.stapler.interceptor.RequirePOST$Processor.invoke(RequirePOST.java:46)
  9. at org.kohsuke.stapler.Function$InterceptedFunction.invoke(Function.java:399)
  10. at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:161)
  11. at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:96)
  12. at org.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:120)
  13. at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
  14. at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:728)
  15. at org.kohsuke.stapler.Stapler.invoke(Stapler.java:858)
  16. at org.kohsuke.stapler.Stapler.invoke(Stapler.java:631)
  17. at org.kohsuke.stapler.Stapler.service(Stapler.java:225)
  18. at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
  19. at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:686)
  20. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1494)
  21. at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:96)
  22. at hudson.plugins.greenballs.GreenBallFilter.doFilter(GreenBallFilter.java:58)
  23. at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:99)
  24. at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:88)
  25. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482)
  26. at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:48)
  27. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482)
  28. at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84)
  29. at hudson.security.UnwrapSecurityExceptionFilter.doFilter(UnwrapSecurityExceptionFilter.java:51)
  30. at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
  31. at jenkins.security.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:117)
  32. at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
  33. at org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(AnonymousProcessingFilter.java:125)
  34. at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
  35. at org.acegisecurity.ui.rememberme.RememberMeProcessingFilter.doFilter(RememberMeProcessingFilter.java:142)
  36. at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
  37. at org.acegisecurity.ui.AbstractProcessingFilter.doFilter(AbstractProcessingFilter.java:271)
  38. at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
  39. at org.acegisecurity.ui.basicauth.BasicProcessingFilter.doFilter(BasicProcessingFilter.java:174)
  40. at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
  41. at jenkins.security.ApiTokenFilter.doFilter(ApiTokenFilter.java:74)
  42. at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
  43. at org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:249)
  44. at hudson.security.HttpSessionContextIntegrationFilter2.doFilter(HttpSessionContextIntegrationFilter2.java:67)
  45. at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
  46. at hudson.security.ChainedServletFilter.doFilter(ChainedServletFilter.java:76)
  47. at hudson.security.HudsonFilter.doFilter(HudsonFilter.java:164)
  48. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482)
  49. at org.kohsuke.stapler.compression.CompressionFilter.doFilter(CompressionFilter.java:46)
  50. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482)
  51. at hudson.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:81)
  52. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1474)
  53. at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:499)
  54. at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
  55. at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:533)
  56. at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
  57. at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1086)
  58. at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:428)
  59. at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
  60. at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1020)
  61. at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
  62. at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
  63. at org.eclipse.jetty.server.Server.handle(Server.java:370)
  64. at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
  65. at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:960)
  66. at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1021)
  67. at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:865)
  68. at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
  69. at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
  70. at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:668)
  71. at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
  72. at winstone.BoundedExecutorService$1.run(BoundedExecutorService.java:77)
  73. at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
  74. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
  75. at java.lang.Thread.run(Thread.java:662)
  76. Caused by: java.io.IOException: Unable to read /var/lib/jenkins/jobs/test2/config.xml
  77. at hudson.XmlFile.read(XmlFile.java:144)
  78. at hudson.model.Items.load(Items.java:278)
  79. at hudson.model.ItemGroupMixIn$4.call(ItemGroupMixIn.java:258)
  80. at hudson.model.ItemGroupMixIn$4.call(ItemGroupMixIn.java:256)
  81. at hudson.model.Items.whileUpdatingByXml(Items.java:90)
  82. at hudson.model.ItemGroupMixIn.createProjectFromXML(ItemGroupMixIn.java:256)
  83. at hudson.model.ItemGroupMixIn.createTopLevelItem(ItemGroupMixIn.java:183)
  84. at jenkins.model.Jenkins.doCreateItem(Jenkins.java:2951)
  85. ... 72 more
  86. Caused by: com.thoughtworks.xstream.io.StreamException: : only whitespace content allowed before start tag and not / (position: START_DOCUMENT seen /... @1:1)
  87. at com.thoughtworks.xstream.io.xml.XppReader.pullNextEvent(XppReader.java:124)
  88. at com.thoughtworks.xstream.io.xml.AbstractPullReader.readRealEvent(AbstractPullReader.java:148)
  89. at com.thoughtworks.xstream.io.xml.AbstractPullReader.readEvent(AbstractPullReader.java:141)
  90. at com.thoughtworks.xstream.io.xml.AbstractPullReader.move(AbstractPullReader.java:118)
  91. at com.thoughtworks.xstream.io.xml.AbstractPullReader.moveDown(AbstractPullReader.java:103)
  92. at com.thoughtworks.xstream.io.xml.XppReader.<init>(XppReader.java:63)
  93. at com.thoughtworks.xstream.io.xml.AbstractXppDriver.createReader(AbstractXppDriver.java:54)
  94. at com.thoughtworks.xstream.io.xml.AbstractXppDriver.createReader(AbstractXppDriver.java:65)
  95. at com.thoughtworks.xstream.XStream.fromXML(XStream.java:1053)
  96. at hudson.XmlFile.read(XmlFile.java:142)
  97. ... 79 more
  98. Caused by: org.xmlpull.v1.XmlPullParserException: only whitespace content allowed before start tag and not / (position: START_DOCUMENT seen /... @1:1)
  99. at org.xmlpull.mxp1.MXParser.parseProlog(MXParser.java:1519)
  100. at org.xmlpull.mxp1.MXParser.nextImpl(MXParser.java:1395)
  101. at org.xmlpull.mxp1.MXParser.next(MXParser.java:1093)
  102. at com.thoughtworks.xstream.io.xml.XppReader.pullNextEvent(XppReader.java:109)
  103. ... 88 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement