Re: Error: Invalid or corrupt jarfile jenkins.war

2018-08-17 Thread Randall Becker
run it on NonStop? >> >> I have also downloaded the generic package from the jenkins site. >> >> Regards, >> Gustavo. >> El martes, 20 de marzo de 2018, 9:12:29 (UTC-3), Meenal escribió: >>> >>> Hello All, >>> >>> We are facing a

Re: Error: Invalid or corrupt jarfile jenkins.war

2018-08-17 Thread Randall Becker
on NonStop? > > I have also downloaded the generic package from the jenkins site. > > Regards, > Gustavo. > El martes, 20 de marzo de 2018, 9:12:29 (UTC-3), Meenal escribió: >> >> Hello All, >> >> We are facing a following issue while we run the war file on nons

Re: Error: Invalid or corrupt jarfile jenkins.war

2018-03-27 Thread Meenal
Thank you Mark. In case of Jenkins master on Non-stop os, do we need to consider building jenkins jar file a fresh? Regards, Meenal On Thursday, March 22, 2018 at 8:56:55 PM UTC+5:30, Mark Waite wrote: > > The Jenkins agent seems much more likely to run successfully on the > Non-stop operating

Re: Error: Invalid or corrupt jarfile jenkins.war

2018-03-22 Thread Mark Waite
The Jenkins agent seems much more likely to run successfully on the Non-stop operating system than the Jenkins master. It has a much smaller footprint and fewer dependencies. Configure a Jenkins server on a more common operating system (like Linux or Windows) and then use the Jenkins "ssh agent p

Re: Error: Invalid or corrupt jarfile jenkins.war

2018-03-22 Thread Meenal
On Tuesday, March 20, 2018 at 6:59:25 PM UTC+5:30, Daniel Beck wrote: > > > > On 20. Mar 2018, at 13:36, Meenal > > wrote: > > > > Following is the hash: > > > > sha256sum jenkins.war > > 014f669f32bc6e925e926e260503670b32662f006799b133a031a70a794c8a14 > *jenkins.war > > > > > > Thank y

Re: Error: Invalid or corrupt jarfile jenkins.war

2018-03-22 Thread Meenal
yes, we are looking for Jenkins server running on nonstop. Do we need to run agent.jar on nonstop before running jenkins.jar ? if yes, where can I find agent? Thank you On Tuesday, March 20, 2018 at 8:33:27 PM UTC+5:30, Mark Waite wrote: > > I think you may want to reconsider running the Jenkin

Re: Error: Invalid or corrupt jarfile jenkins.war

2018-03-20 Thread Mark Waite
I think you may want to reconsider running the Jenkins server on nonstop. If you need to build on nonstop, you need an agent on nonstop. You could host the server on a more common operating system (Linux is my first choice, Windows a second choice). You'll be less likely to surprised by unexpecte

Re: Error: Invalid or corrupt jarfile jenkins.war

2018-03-20 Thread Daniel Beck
> On 20. Mar 2018, at 13:36, Meenal wrote: > > Following is the hash: > > sha256sum jenkins.war > 014f669f32bc6e925e926e260503670b32662f006799b133a031a70a794c8a14 *jenkins.war > > > Thank you Your download is corrupted. Try again until it works. $ shasum -a 256 Jenkins/wars/jenkins-2.107.1.

Re: Error: Invalid or corrupt jarfile jenkins.war

2018-03-20 Thread Meenal
e version of this Jenkins war? > > What does "sha256 sum jenkins.war" output? > > Thank you > > 2018-03-20 13:11 GMT+01:00 Meenal >: > >> Hello All, >> >> We are facing a following issue while we run the war file on nonstop >> machine: &

Re: Error: Invalid or corrupt jarfile jenkins.war

2018-03-20 Thread Baptiste Mathus
> machine: > > java -jar jenkins.war > Error: Invalid or corrupt jarfile jenkins.war > > if we run with a following work around then we see an exception. > $JAVA_HOME/bin/java -cp ./jenkins.war Main > Exception is: > > java.io.IOException: No suitable implementatio

Error: Invalid or corrupt jarfile jenkins.war

2018-03-20 Thread Meenal
Hello All, We are facing a following issue while we run the war file on nonstop machine: java -jar jenkins.war Error: Invalid or corrupt jarfile jenkins.war if we run with a following work around then we see an exception. $JAVA_HOME/bin/java -cp ./jenkins.war Main Exception is