[JIRA] [jenkins-tracker] (JENKINS-20655) Unable to start the Jenkins applicaiton

2014-04-02 Thread sylvain.ben...@gmail.com (JIRA)















































Sylvain Benner
 resolved  JENKINS-20655 as Cannot Reproduce


Unable to start the Jenkins applicaiton
















I close this issue because it can't be reproduced and no update from the reporter.





Change By:


Sylvain Benner
(02/Apr/14 1:28 PM)




Status:


Open
Resolved





Assignee:


SylvainBenner





Resolution:


CannotReproduce



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [jenkins-tracker] (JENKINS-20655) Unable to start the Jenkins applicaiton

2013-11-22 Thread sylvain.ben...@gmail.com (JIRA)












































 
Sylvain Benner
 edited a comment on  JENKINS-20655


Unable to start the Jenkins applicaiton
















Could you be more specific about this issue ? Why did you assigned it to the jobgenerator component ?



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [jenkins-tracker] (JENKINS-20655) Unable to start the Jenkins applicaiton

2013-11-22 Thread sylvain.ben...@gmail.com (JIRA)














































Sylvain Benner
 commented on  JENKINS-20655


Unable to start the Jenkins applicaiton















Could be more specific about this issue ? Why did you assigned it to the jobgenerator component ?



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [jenkins-tracker] (JENKINS-20655) Unable to start the Jenkins applicaiton

2013-11-19 Thread praveen.jaikum...@target.com (JIRA)














































praveen  Jaikumar
 created  JENKINS-20655


Unable to start the Jenkins applicaiton















Issue Type:


Bug



Assignee:


Unassigned


Components:


jenkins-tracker, jobgenerator



Created:


19/Nov/13 12:55 PM



Description:


Since the logs are generting a huge space tried to create a soft link and moved the files to another location. After creating the soft link i am unable to bring up the jenkins. So i copied the file back but still i am unable to bring up the jenkins. 

PLease help me with this. I am also not sure where to find the logs.(its not in var

Find the logs below:

11/19/13 5:51:51:415 CST 001a InitReactorRu E   Failed LogRecorderManager.init
 java.lang.Error: java.lang.reflect.InvocationTargetException
at hudson.init.InitializerFinder.invoke(InitializerFinder.java:124)
at hudson.init.InitializerFinder$TaskImpl.run(InitializerFinder.java:184)
at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:259)
at jenkins.model.Jenkins$7.runTask(Jenkins.java:893)
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$Worker.runTask(ThreadPoolExecutor.java:897)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:919)
at java.lang.Thread.run(Thread.java:736)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:611)
at hudson.init.InitializerFinder.invoke(InitializerFinder.java:120)
... 8 more
Caused by: hudson.util.IOException2: Unable to read /home/webadmin/.jenkins/log/Audit Trail.xml
at hudson.XmlFile.unmarshal(XmlFile.java:168)
at hudson.logging.LogRecorder.load(LogRecorder.java:260)
at hudson.logging.LogRecorderManager.load(LogRecorderManager.java:99)
at hudson.logging.LogRecorderManager.init(LogRecorderManager.java:194)
... 13 more
Caused by: com.thoughtworks.xstream.io.StreamException:  : input contained no data
at com.thoughtworks.xstream.io.xml.XppReader.pullNextEvent(XppReader.java:126)
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:63)
at com.thoughtworks.xstream.io.xml.AbstractXppDriver.createReader(AbstractXppDriver.java:54)
at com.thoughtworks.xstream.io.xml.AbstractXppDriver.createReader(AbstractXppDriver.java:65)
at hudson.XmlFile.unmarshal(XmlFile.java:166)
... 16 more
Caused by: java.io.EOFException: input contained no data
at org.xmlpull.mxp1.MXParser.fillBuf(MXParser.java:3003)
at org.xmlpull.mxp1.MXParser.more(MXParser.java:3046)
at org.xmlpull.mxp1.MXParser.parseProlog(MXParser.java:1410)
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)
... 24 more

11/19/13 5:51:51:447 CST 001b WebAppMainE   Failed to initialize Jenkins
 org.jvnet.hudson.reactor.ReactorException: java.lang.Error: java.lang.reflect.InvocationTargetException
at org.jvnet.hudson.reactor.Reactor.execute(Reactor.java:246)
at jenkins.InitReactorRunner.run(InitReactorRunner.java:43)
at jenkins.model.Jenkins.executeReactor(Jenkins.java:904)

[JIRA] [jenkins-tracker] (JENKINS-20655) Unable to start the Jenkins applicaiton

2013-11-19 Thread praveen.jaikum...@target.com (JIRA)














































praveen  Jaikumar
 updated  JENKINS-20655


Unable to start the Jenkins applicaiton
















Change By:


praveen  Jaikumar
(19/Nov/13 2:29 PM)




Description: