2017-04-24 85 views
0

我今天有一個非常奇怪的問題,我希望你們中的一個人可能比我在這方面更有經驗,並能夠提供幫助。鎖定哈德森後,頁面重新加載期間生成

今天早上我手動啓動了Hudson構建,而這個構建正在運行,我刷新了頁面。回想起來,這可能不是最好的想法,儘管我不相信這和我得到的錯誤之間有聯繫。但我現在可能是錯的。 頁面完成刷新後,我受到以下問候。

enter image description here

現在我,當我打開哈德森總能得到這個頁面。

任何幫助將不勝感激。如果您需要更多信息,請詢問。我不確定還有什麼要提供。對我來說,它看起來像一個損壞的XML索姆,但我不知道在哪裏或可能導致它。

感謝您的幫助提前。

編輯:(如果您prefere文本)

org.jvnet.hudson.reactor.ReactorException: com.google.common.util.concurrent.UncheckedExecutionException: com.thoughtworks.xstream.io.StreamException: : only whitespace content allowed before start tag and not \u0 (position: START_DOCUMENT seen \u0... @1:1) 
at org.jvnet.hudson.reactor.Reactor.execute(Reactor.java:246) 
at hudson.model.Hudson.executeReactor(Hudson.java:719) 
at hudson.model.Hudson.<init>(Hudson.java:616) 
at org.eclipse.hudson.init.InitialRunnable.run(InitialRunnable.java:51) 
at java.lang.Thread.run(Unknown Source) 
Caused by: com.google.common.util.concurrent.UncheckedExecutionException: com.thoughtworks.xstream.io.StreamException: : only whitespace content allowed before start tag and not \u0 (position: START_DOCUMENT seen \u0... @1:1) 
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2263) 
at com.google.common.cache.LocalCache.get(LocalCache.java:4000) 
at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4004) 
at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4874) 
at hudson.model.TopLevelItemsCache.get(TopLevelItemsCache.java:96) 
at hudson.model.LazyTopLevelItem.item(LazyTopLevelItem.java:144) 
at hudson.model.LazyTopLevelItem.hasPermission(LazyTopLevelItem.java:271) 
at hudson.model.Hudson.getItems(Hudson.java:1303) 
at hudson.model.Hudson.getItems(Hudson.java:223) 
at hudson.model.Hudson.getAllItems(Hudson.java:1367) 
at hudson.model.Hudson$12.run(Hudson.java:2481) 
at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:146) 
at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:259) 
at hudson.model.Hudson$4.runTask(Hudson.java:699) 
at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:187) 
at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:94) 
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) 
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) 
... 1 more 
Caused by: com.thoughtworks.xstream.io.StreamException: : only whitespace content allowed before start tag and not \u0 (position: START_DOCUMENT seen \u0... @1:1) 
at com.thoughtworks.xstream.io.xml.XppReader.pullNextEvent(XppReader.java:124) 
at com.thoughtworks.xstream.io.xml.AbstractPullReader.readRealEvent(AbstractPullReader.java:148) 
at com.thoughtworks.xstream.io.xml.AbstractPullReader.readEvent(AbstractPullReader.java:141) 
at com.thoughtworks.xstream.io.xml.AbstractPullReader.move(AbstractPullReader.java:118) 
at com.thoughtworks.xstream.io.xml.AbstractPullReader.moveDown(AbstractPullReader.java:103) 
at com.thoughtworks.xstream.io.xml.XppReader.<init>(XppReader.java:83) 
at com.thoughtworks.xstream.io.xml.XppReader.<init>(XppReader.java:70) 
at hudson.model.RunMap.loadFromRunMapXml(RunMap.java:690) 
at hudson.model.RunMap.load(RunMap.java:591) 
at hudson.model.AbstractProject.onLoad(AbstractProject.java:330) 
at hudson.model.BaseBuildableProject.onLoad(BaseBuildableProject.java:94) 
at hudson.model.TopLevelItemsCache$1.load(TopLevelItemsCache.java:82) 
at hudson.model.TopLevelItemsCache$1.load(TopLevelItemsCache.java:75) 
at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3599) 
at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2379) 
at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2342) 
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2257) 
... 18 more 
Caused by: org.xmlpull.v1.XmlPullParserException: only whitespace content allowed before start tag and not \u0 (position: START_DOCUMENT seen \u0... @1:1) 
at org.xmlpull.mxp1.MXParser.parseProlog(MXParser.java:1519) 
at org.xmlpull.mxp1.MXParser.nextImpl(MXParser.java:1395) 
at org.xmlpull.mxp1.MXParser.next(MXParser.java:1093) 
at com.thoughtworks.xstream.io.xml.XppReader.pullNextEvent(XppReader.java:109) 
... 34 more 

回答

0

最後,我們已經能夠解決這個問題。經過大量的谷歌搜索之後,我們發現了一個類似問題的人。答案是here

我希望這可以幫助未來的人。