Re: Error: Invalid or corrupt jarfile jenkins.war

2018-08-17 Thread Randall Becker
Sorry, should have read: 2.138 not 2.238.

On Friday, August 17, 2018 at 9:31:44 AM UTC-4, Randall Becker wrote:
>
> Hi Gustavo,
>
> I managed to get Jenkins 2.238 to run under NSSJava 1.8_80 using the 
> following command:
>
> java -cp ./jenkins.war Main
>
> This seems to bypass some limit restriction in the platform JVM.
>
> Cheers,
> Randall
>
> On Wednesday, July 25, 2018 at 8:04:04 AM UTC-4, Gustavo Martinez wrote:
>>
>>
>> Hello Meenal,
>>
>> I'm trying to install Jenkins on a NoNStop machine too. 
>>
>> Facing problems with SHA256 checksum: 
>>
>> INFO: Jetty shutdown successfully
>> java.lang.SecurityException: SHA-256 digest error for 
>> WEB-INF/detached-plugins/windows-slaves.hpi
>> at 
>> sun.security.util.ManifestEntryVerifier.verify(ManifestEntryVerifier.java:218)
>> at java.util.jar.JarVerifier.processEntry(JarVerifier.java:241)
>> at java.util.jar.JarVerifier.update(JarVerifier.java:228)
>> at java.util.jar.JarVerifier$VerifierStream.read(JarVerifier.java:482)
>> at java.io.InputStream.read(InputStream.java:101)
>> at winstone.HostConfiguration.getWebRoot(HostConfiguration.java:282)
>> at winstone.HostConfiguration.(HostConfiguration.java:81)
>> at winstone.HostGroup.initHost(HostGroup.java:66)
>> at winstone.HostGroup.(HostGroup.java:45)
>> at winstone.Launcher.(Launcher.java:145)
>> at winstone.Launcher.main(Launcher.java:354)
>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> at 
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>> at 
>> sun.reflect.DN01022elegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>> at java.lang.reflect.Method.invoke(Method.java:498)
>> at Main._main(Main.java:312)
>> at Main.main(Main.java:136)
>>
>> Were you finally able to 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 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:
>>>
>>> java.io.IOException: No suitable implementation found: os.name
>>> =NONSTOP_KERNEL
>>>
>>> os.arch=x86_64N sun.arch.data.model=32
>>>
>>> Generic java package was downloaded from - https://jenkins.io/download/
>>>
>>> Could you please help/suggest any solution for both issues.
>>>
>>>
>>> Regards,
>>> Minal
>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/d5e1bf8e-952b-438d-988b-a345add6f060%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Error: Invalid or corrupt jarfile jenkins.war

2018-08-17 Thread Randall Becker
Hi Gustavo,

I managed to get Jenkins 2.238 to run under NSSJava 1.8_80 using the 
following command:

java -cp ./jenkins.war Main

This seems to bypass some limit restriction in the platform JVM.

Cheers,
Randall

On Wednesday, July 25, 2018 at 8:04:04 AM UTC-4, Gustavo Martinez wrote:
>
>
> Hello Meenal,
>
> I'm trying to install Jenkins on a NoNStop machine too. 
>
> Facing problems with SHA256 checksum: 
>
> INFO: Jetty shutdown successfully
> java.lang.SecurityException: SHA-256 digest error for 
> WEB-INF/detached-plugins/windows-slaves.hpi
> at 
> sun.security.util.ManifestEntryVerifier.verify(ManifestEntryVerifier.java:218)
> at java.util.jar.JarVerifier.processEntry(JarVerifier.java:241)
> at java.util.jar.JarVerifier.update(JarVerifier.java:228)
> at java.util.jar.JarVerifier$VerifierStream.read(JarVerifier.java:482)
> at java.io.InputStream.read(InputStream.java:101)
> at winstone.HostConfiguration.getWebRoot(HostConfiguration.java:282)
> at winstone.HostConfiguration.(HostConfiguration.java:81)
> at winstone.HostGroup.initHost(HostGroup.java:66)
> at winstone.HostGroup.(HostGroup.java:45)
> at winstone.Launcher.(Launcher.java:145)
> at winstone.Launcher.main(Launcher.java:354)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at 
> sun.reflect.DN01022elegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at Main._main(Main.java:312)
> at Main.main(Main.java:136)
>
> Were you finally able to 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 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:
>>
>> java.io.IOException: No suitable implementation found: os.name
>> =NONSTOP_KERNEL
>>
>> os.arch=x86_64N sun.arch.data.model=32
>>
>> Generic java package was downloaded from - https://jenkins.io/download/
>>
>> Could you please help/suggest any solution for both issues.
>>
>>
>> Regards,
>> Minal
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/629848d4-2144-492e-b27a-56e394fd091f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 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 plugin" to launch an agent 
> on your nonstop machine.
>
> Considering the cost per CPU cycle of a nonstop machine, I would think 
> you'd want to do that anyway.
>
> Mark Waite
>
> On Thu, Mar 22, 2018 at 3:58 AM Meenal  > wrote:
>
>>
>>
>> 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 you 
>>>
>>> Your download is corrupted. Try again until it works. 
>>>
>>> $ shasum -a 256 Jenkins/wars/jenkins-2.107.1.war 
>>> cec74c80190ed1f6ce55d705d2f649ddb2eaf8aba3ae26796152921d46b31280 
>>>  Jenkins/wars/jenkins-2.107.1.war 
>>>
>>> $ shasum -a 256 Jenkins/wars/jenkins-2.112.war 
>>> 085f597edeb0d49d54d7653f3742ba31ed72b8a1a2b053d2eb23fd806c6a5393 
>>>  Jenkins/wars/jenkins-2.112.war 
>>>
>>>
>>
>> I have downloaded fresh and the following is the  hash:
>> $JAVA_HOME/bin/java SHACheckSumExample
>> Hex format : 
>> cec74c80190ed1f6ce55d705d2f649ddb2eaf8aba3ae26796152921d46b31280
>>
>> As I said earlier work around [$JAVA_HOME/bin/java -cp ./jenkins.war 
>> Main] works however if Main is not specified it says file is corrupted. 
>> This file is readable though.
>>
>> Thank you.
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Jenkins Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to jenkinsci-use...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/jenkinsci-users/18e124c7-02ff-4b28-8e70-44c555709d7d%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/4585f6ac-1633-4d95-a257-3d788fa30d50%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 plugin" to launch an agent on
your nonstop machine.

Considering the cost per CPU cycle of a nonstop machine, I would think
you'd want to do that anyway.

Mark Waite

On Thu, Mar 22, 2018 at 3:58 AM Meenal  wrote:

>
>
> 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 you
>>
>> Your download is corrupted. Try again until it works.
>>
>> $ shasum -a 256 Jenkins/wars/jenkins-2.107.1.war
>> cec74c80190ed1f6ce55d705d2f649ddb2eaf8aba3ae26796152921d46b31280
>>  Jenkins/wars/jenkins-2.107.1.war
>>
>> $ shasum -a 256 Jenkins/wars/jenkins-2.112.war
>> 085f597edeb0d49d54d7653f3742ba31ed72b8a1a2b053d2eb23fd806c6a5393
>>  Jenkins/wars/jenkins-2.112.war
>>
>>
>
> I have downloaded fresh and the following is the  hash:
> $JAVA_HOME/bin/java SHACheckSumExample
> Hex format :
> cec74c80190ed1f6ce55d705d2f649ddb2eaf8aba3ae26796152921d46b31280
>
> As I said earlier work around [$JAVA_HOME/bin/java -cp ./jenkins.war Main]
> works however if Main is not specified it says file is corrupted. This file
> is readable though.
>
> Thank you.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/18e124c7-02ff-4b28-8e70-44c555709d7d%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAO49JtEW4HLVU-guR%2BovbS7Es8KRNswDoMVVDWEU1N_DTxcgQg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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 you 
>
> Your download is corrupted. Try again until it works. 
>
> $ shasum -a 256 Jenkins/wars/jenkins-2.107.1.war 
> cec74c80190ed1f6ce55d705d2f649ddb2eaf8aba3ae26796152921d46b31280 
>  Jenkins/wars/jenkins-2.107.1.war 
>
> $ shasum -a 256 Jenkins/wars/jenkins-2.112.war 
> 085f597edeb0d49d54d7653f3742ba31ed72b8a1a2b053d2eb23fd806c6a5393 
>  Jenkins/wars/jenkins-2.112.war 
>
>

I have downloaded fresh and the following is the  hash:
$JAVA_HOME/bin/java SHACheckSumExample
Hex format : 
cec74c80190ed1f6ce55d705d2f649ddb2eaf8aba3ae26796152921d46b31280

As I said earlier work around [$JAVA_HOME/bin/java -cp ./jenkins.war Main] 
works however if Main is not specified it says file is corrupted. This file 
is readable though.

Thank you.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/18e124c7-02ff-4b28-8e70-44c555709d7d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 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 unexpected oddities from the nonstop OS if you limit your use to running 
> the agent and builds, rather than also running the server.
>
> Mark Waite
>
> On Tue, Mar 20, 2018 at 7:29 AM Daniel Beck  > wrote:
>
>>
>> > 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.war
>> cec74c80190ed1f6ce55d705d2f649ddb2eaf8aba3ae26796152921d46b31280  
>> Jenkins/wars/jenkins-2.107.1.war
>>
>> $ shasum -a 256 Jenkins/wars/jenkins-2.112.war
>> 085f597edeb0d49d54d7653f3742ba31ed72b8a1a2b053d2eb23fd806c6a5393  
>> Jenkins/wars/jenkins-2.112.war
>>
>> --
>> You received this message because you are subscribed to the Google Groups 
>> "Jenkins Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to jenkinsci-use...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/jenkinsci-users/77DDFD71-1A7E-41AF-8755-2560E767F941%40beckweb.net
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/43074083-8542-4d80-a202-97da2755d364%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 unexpected oddities from the nonstop OS if you limit your use to running
the agent and builds, rather than also running the server.

Mark Waite

On Tue, Mar 20, 2018 at 7:29 AM Daniel Beck  wrote:

>
> > 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.war
> cec74c80190ed1f6ce55d705d2f649ddb2eaf8aba3ae26796152921d46b31280
> Jenkins/wars/jenkins-2.107.1.war
>
> $ shasum -a 256 Jenkins/wars/jenkins-2.112.war
> 085f597edeb0d49d54d7653f3742ba31ed72b8a1a2b053d2eb23fd806c6a5393
> Jenkins/wars/jenkins-2.112.war
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/77DDFD71-1A7E-41AF-8755-2560E767F941%40beckweb.net
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAO49JtGreAQ2jHwJh%2B-QxiyunMLn0mWG6noGMnpCOHvM%2BHHb6A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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.war 
cec74c80190ed1f6ce55d705d2f649ddb2eaf8aba3ae26796152921d46b31280  
Jenkins/wars/jenkins-2.107.1.war

$ shasum -a 256 Jenkins/wars/jenkins-2.112.war 
085f597edeb0d49d54d7653f3742ba31ed72b8a1a2b053d2eb23fd806c6a5393  
Jenkins/wars/jenkins-2.112.war

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/77DDFD71-1A7E-41AF-8755-2560E767F941%40beckweb.net.
For more options, visit https://groups.google.com/d/optout.


Re: Error: Invalid or corrupt jarfile jenkins.war

2018-03-20 Thread Meenal
Following is the hash:

sha256sum jenkins.war
014f669f32bc6e925e926e260503670b32662f006799b133a031a70a794c8a14 
*jenkins.war


Thank you


On Tuesday, March 20, 2018 at 5:45:02 PM UTC+5:30, Baptiste Mathus wrote:
>
> Well, seems like it's corrupted, as it says ? :)
>
> What is the 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:
>>
>> 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 implementation found: os.name
>> =NONSTOP_KERNEL
>>
>> os.arch=x86_64N sun.arch.data.model=32
>>
>> Generic java package was downloaded from - https://jenkins.io/download/
>>
>> Could you please help/suggest any solution for both issues.
>>
>>
>> Regards,
>> Minal
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Jenkins Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to jenkinsci-use...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/jenkinsci-users/809520c5-3dbf-4395-84ff-cd52838eeb81%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/jenkinsci-users/809520c5-3dbf-4395-84ff-cd52838eeb81%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/da1ec82d-ee8f-490b-b4a6-b1b5fe75c64c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Error: Invalid or corrupt jarfile jenkins.war

2018-03-20 Thread Baptiste Mathus
Well, seems like it's corrupted, as it says ? :)

What is the 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:
>
> 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 implementation found: os.name
> =NONSTOP_KERNEL
>
> os.arch=x86_64N sun.arch.data.model=32
>
> Generic java package was downloaded from - https://jenkins.io/download/
>
> Could you please help/suggest any solution for both issues.
>
>
> Regards,
> Minal
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/jenkinsci-users/809520c5-3dbf-4395-84ff-cd52838eeb81%40googlegroups.
> com
> <https://groups.google.com/d/msgid/jenkinsci-users/809520c5-3dbf-4395-84ff-cd52838eeb81%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CANWgJS56KmifND1k8FFbi%2B822VhqvZs3vXCZivmeg24LiYbWug%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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:

java.io.IOException: No suitable implementation found: 
os.name=NONSTOP_KERNEL

os.arch=x86_64N sun.arch.data.model=32

Generic java package was downloaded from - https://jenkins.io/download/

Could you please help/suggest any solution for both issues.


Regards,
Minal

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/809520c5-3dbf-4395-84ff-cd52838eeb81%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.