[JIRA] (JENKINS-15792) jnidispatch (/com/sun/jna/linux-ppc64/libjnidispatch.so) not found in resource path

2018-10-22 Thread toenn...@us.ibm.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Peter Toennies commented on  JENKINS-15792  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: jnidispatch (/com/sun/jna/linux-ppc64/libjnidispatch.so) not found in resource path   
 

  
 
 
 
 

 
 I opened https://issues.jenkins-ci.org/browse/JENKINS-54196 for the problem I found today related to this.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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-15792) jnidispatch (/com/sun/jna/linux-ppc64/libjnidispatch.so) not found in resource path

2018-10-22 Thread toenn...@us.ibm.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Peter Toennies updated  JENKINS-15792  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-15792  
 
 
  jnidispatch (/com/sun/jna/linux-ppc64/libjnidispatch.so) not found in resource path   
 

  
 
 
 
 

 
Change By: 
 Peter Toennies  
 
 
Status: 
 In  Review  Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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-15792) jnidispatch (/com/sun/jna/linux-ppc64/libjnidispatch.so) not found in resource path

2018-10-22 Thread toenn...@us.ibm.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Peter Toennies updated  JENKINS-15792  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-15792  
 
 
  jnidispatch (/com/sun/jna/linux-ppc64/libjnidispatch.so) not found in resource path   
 

  
 
 
 
 

 
Change By: 
 Peter Toennies  
 
 
Status: 
 Resolved In Review  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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-15792) jnidispatch (/com/sun/jna/linux-ppc64/libjnidispatch.so) not found in resource path

2018-10-22 Thread toenn...@us.ibm.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Peter Toennies commented on  JENKINS-15792  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: jnidispatch (/com/sun/jna/linux-ppc64/libjnidispatch.so) not found in resource path   
 

  
 
 
 
 

 
 I compared the jenkins.war file between jenkins-2.89.4-1.1 and jenkins 2.138.2-1.1 and found these differences affecting the above. The 2.89 jenkins.war file contains jna-4.2.1.jar and the 2.138 jenkins.war file contains jna-4.5.2.jar. I unjarred both of these and found that the 2.89 jna-4.2.1.jar file has these these libjnidispatch.so files: ./com/sun/jna/linux-x86/libjnidispatch.so ./com/sun/jna/linux-x86-64/libjnidispatch.so ./com/sun/jna/linux-arm/libjnidispatch.so ./com/sun/jna/linux-aarch64/libjnidispatch.so ./com/sun/jna/linux-ppc64/libjnidispatch.so ./com/sun/jna/linux-ppc64le/libjnidispatch.so ./com/sun/jna/linux-sparcv9/libjnidispatch.so ./com/sun/jna/sunos-x86/libjnidispatch.so ./com/sun/jna/sunos-x86-64/libjnidispatch.so ./com/sun/jna/sunos-sparc/libjnidispatch.so ./com/sun/jna/sunos-sparcv9/libjnidispatch.so ./com/sun/jna/freebsd-x86/libjnidispatch.so ./com/sun/jna/freebsd-x86-64/libjnidispatch.so ./com/sun/jna/openbsd-x86/libjnidispatch.so ./com/sun/jna/openbsd-x86-64/libjnidispatch.so and then jna-4.5.2 jar file has these: ./com/sun/jna/linux-x86/libjnidispatch.so ./com/sun/jna/linux-x86-64/libjnidispatch.so ./com/sun/jna/linux-arm/libjnidispatch.so ./com/sun/jna/linux-armel/libjnidispatch.so ./com/sun/jna/linux-aarch64/libjnidispatch.so ./com/sun/jna/linux-ppc/libjnidispatch.so ./com/sun/jna/linux-ppc64le/libjnidispatch.so ./com/sun/jna/linux-mips64el/libjnidispatch.so ./com/sun/jna/linux-s390x/libjnidispatch.so ./com/sun/jna/sunos-x86/libjnidispatch.so ./com/sun/jna/sunos-x86-64/libjnidispatch.so ./com/sun/jna/sunos-sparc/libjnidispatch.so ./com/sun/jna/sunos-sparcv9/libjnidispatch.so ./com/sun/jna/freebsd-x86/libjnidispatch.so ./com/sun/jna/freebsd-x86-64/libjnidispatch.so ./com/sun/jna/openbsd-x86/libjnidispatch.so ./com/sun/jna/openbsd-x86-64/libjnidispatch.so It looks like the jna-4.5.2.jar file is not including these: ./com/sun/jna/linux-ppc64/libjnidispatch.so ./com/sun/jna/linux-sparcv9/libjnidispatch.so And added these: ./com/sun/jna/linux-armel/libjnidispatch.so ./com/sun/jna/linux-ppc/libjnidispatch.so ./com/sun/jna/linux-mips64el/libjnidispatch.so ./com/sun/jna/linux-s390x/libjnidispatch.so I think I really need ./com/sun/jna/linux-ppc64/libjnidispatch.so in order for Jenkins to work on our ppc64 machines. Can this be added back? Is there a workaround?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  

[JIRA] (JENKINS-15792) jnidispatch (/com/sun/jna/linux-ppc64/libjnidispatch.so) not found in resource path

2018-10-22 Thread toenn...@us.ibm.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Peter Toennies commented on  JENKINS-15792  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: jnidispatch (/com/sun/jna/linux-ppc64/libjnidispatch.so) not found in resource path   
 

  
 
 
 
 

 
 Since this ticket was already resolved fixed, should I open a new one to report the problem?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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-15792) jnidispatch (/com/sun/jna/linux-ppc64/libjnidispatch.so) not found in resource path

2018-10-22 Thread toenn...@us.ibm.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Peter Toennies commented on  JENKINS-15792  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: jnidispatch (/com/sun/jna/linux-ppc64/libjnidispatch.so) not found in resource path   
 

  
 
 
 
 

 
 Today I tried upgrade from jenkins-2.89.4-1.1 to jenkins 2.138.2-1.1 on a RHEL7 ppc64 machine. I am getting a java.lang.UnsatisfiedLinkError for 'Native library (com/sun/jna/linux-ppc64/libjnidispatch.so) not found in resource path'. The complete output is:   – Unit jenkins.service has begun starting up. Oct 22 12:57:10  runuser[20830]: pam_unix(runuser:session): session opened for user root by (uid=0) Oct 22 12:57:12  jenkins[20825]: Starting Jenkins Exception in thread "main" java.lang.reflect.InvocationTargetException Oct 22 12:57:12  jenkins[20825]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) Oct 22 12:57:12  jenkins[20825]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:90) Oct 22 12:57:12  jenkins[20825]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55) Oct 22 12:57:12  jenkins[20825]: at java.lang.reflect.Method.invoke(Method.java:508) Oct 22 12:57:12  jenkins[20825]: at Main._main(Main.java:227) Oct 22 12:57:12  jenkins[20825]: at Main.main(Main.java:160) Oct 22 12:57:12  jenkins[20825]: Caused by: java.lang.UnsatisfiedLinkError: Native library (com/sun/jna/linux-ppc64/libjnidispatch.so) not found in resource path (file:/tmp/jna7389605851826903872jar, file:/tmp/akuma9008425977486382467jar) Oct 22 12:57:12  jenkins[20825]: at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:962) Oct 22 12:57:12  jenkins[20825]: at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:922) Oct 22 12:57:12  jenkins[20825]: at com.sun.jna.Native.(Native.java:190) Oct 22 12:57:12  jenkins[20825]: at com.sun.akuma.CLibrary.(CLibrary.java:89) Oct 22 12:57:12  jenkins[20825]: at com.sun.akuma.JavaVMArguments.resolvePID(JavaVMArguments.java:128) Oct 22 12:57:12  jenkins[20825]: at com.sun.akuma.JavaVMArguments.ofLinux(JavaVMArguments.java:116) Oct 22 12:57:12  jenkins[20825]: at com.sun.akuma.JavaVMArguments.of(JavaVMArguments.java:104) Oct 22 12:57:12  jenkins[20825]: at com.sun.akuma.JavaVMArguments.current(JavaVMArguments.java:92) Oct 22 12:57:12  jenkins[20825]: at com.sun.akuma.Daemon.daemonize(Daemon.java:106) Oct 22 12:57:12  jenkins[20825]: at com.sun.akuma.Daemon.all(Daemon.java:88) Oct 22 12:57:12  jenkins[20825]: ... 6 more Oct 22 12:57:12  runuser[20830]: pam_unix(runuser:session): session closed for user root Oct 22 12:57:12  jenkins[20825]: [FAILED] Oct 22 12:57:12  systemd[1]: jenkins.service: control process exited, code=exited status=1 Oct 22 12:57:12  systemd[1]: Failed to start LSB: Jenkins Automation Server. – Subject: Unit jenkins.service has failed – Defined-By: systemd – Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel – -- Unit jenkins.service has failed. – -- The result is failed. Jenkins starts up fine with 2.89.4-1.1, but not with the most recent stable version of 2.138.2-1.1. Is this a regression? Does anyone have suggestions on how to get Jenkins to start? Do I need to download something additional? Also, I tried to search for libjnidispatch.so on my system with Jenkins 2.89 but could not find it. Where should this file be at?   Thank you, Peter  
 

  
 
 
 
 

 
 

[JIRA] (JENKINS-15792) jnidispatch (/com/sun/jna/linux-ppc64/libjnidispatch.so) not found in resource path

2012-12-03 Thread mattrie...@gmail.com (JIRA)














































Matt Riedemann
 updated  JENKINS-15792


jnidispatch (/com/sun/jna/linux-ppc64/libjnidispatch.so) not found in resource path
















Changing severity as I'm able to produce ppc64 builds using our ppc64 box as a slave where the Jenkins server is running on our x86 server.





Change By:


Matt Riedemann
(03/Dec/12 3:41 PM)




Priority:


Blocker
Minor



























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






[JIRA] (JENKINS-15792) jnidispatch (/com/sun/jna/linux-ppc64/libjnidispatch.so) not found in resource path

2012-11-21 Thread wo...@java.net (JIRA)














































wolfs
 updated  JENKINS-15792


jnidispatch (/com/sun/jna/linux-ppc64/libjnidispatch.so) not found in resource path
















Change By:


wolfs
(21/Nov/12 10:06 PM)




Component/s:


core





Component/s:


all-changes



























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






[JIRA] (JENKINS-15792) jnidispatch (/com/sun/jna/linux-ppc64/libjnidispatch.so) not found in resource path

2012-11-21 Thread wo...@java.net (JIRA)















































wolfs
 assigned  JENKINS-15792 to Unassigned



jnidispatch (/com/sun/jna/linux-ppc64/libjnidispatch.so) not found in resource path
















This bug has nothing to do with the all-changes-plugin





Change By:


wolfs
(21/Nov/12 10:05 PM)




Assignee:


wolfs



























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






[JIRA] (JENKINS-15792) jnidispatch (/com/sun/jna/linux-ppc64/libjnidispatch.so) not found in resource path

2012-11-21 Thread mattrie...@gmail.com (JIRA)














































Matt Riedemann
 updated  JENKINS-15792


jnidispatch (/com/sun/jna/linux-ppc64/libjnidispatch.so) not found in resource path
















Change By:


Matt Riedemann
(21/Nov/12 2:22 PM)




Priority:


Critical
Blocker



























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






[JIRA] (JENKINS-15792) jnidispatch (/com/sun/jna/linux-ppc64/libjnidispatch.so) not found in resource path

2012-11-12 Thread mattrie...@gmail.com (JIRA)














































Matt Riedemann
 updated  JENKINS-15792


jnidispatch (/com/sun/jna/linux-ppc64/libjnidispatch.so) not found in resource path
















Change By:


Matt Riedemann
(12/Nov/12 6:29 PM)




Priority:


Major
Critical



























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






[JIRA] (JENKINS-15792) jnidispatch (/com/sun/jna/linux-ppc64/libjnidispatch.so) not found in resource path

2012-11-12 Thread mattrie...@gmail.com (JIRA)














































Matt Riedemann
 commented on  JENKINS-15792


jnidispatch (/com/sun/jna/linux-ppc64/libjnidispatch.so) not found in resource path















I tried using -Dhudson.Util.symlinkEscapeHatch=true but that didn't help.



























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






[JIRA] (JENKINS-15792) jnidispatch (/com/sun/jna/linux-ppc64/libjnidispatch.so) not found in resource path

2012-11-09 Thread mattrie...@gmail.com (JIRA)














































Matt Riedemann
 created  JENKINS-15792


jnidispatch (/com/sun/jna/linux-ppc64/libjnidispatch.so) not found in resource path















Issue Type:


Bug



Affects Versions:


current



Assignee:


wolfs



Components:


all-changes



Created:


09/Nov/12 7:48 PM



Description:


rpm -q jenkins
jenkins-1.489-1.1.noarch

I used the yum installer to install jenkins on ppc64 with the IBM 1.6 JDK following the guide here:

https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+RedHat+distributions

When starting the jenkins service, I get this:

service jenkins start
Starting Jenkins Exception in thread "main" 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 Main._main(Main.java:129)
at Main.main(Main.java:98)
Caused by: java.lang.UnsatisfiedLinkError: jnidispatch (/com/sun/jna/linux-ppc64/libjnidispatch.so) not found in resource path
at com.sun.jna.Native.loadNativeLibraryFromJar(Native.java:697)
at com.sun.jna.Native.loadNativeLibrary(Native.java:674)
at com.sun.jna.Native.(Native.java:115)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
at com.sun.akuma.CLibrary.(CLibrary.java:89)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
at com.sun.akuma.JavaVMArguments.resolvePID(JavaVMArguments.java:126)
at com.sun.akuma.JavaVMArguments.ofLinux(JavaVMArguments.java:114)
at com.sun.akuma.JavaVMArguments.of(JavaVMArguments.java:104)
at com.sun.akuma.JavaVMArguments.current(JavaVMArguments.java:92)
at com.sun.akuma.Daemon.daemonize(Daemon.java:105)
at com.sun.akuma.Daemon.all(Daemon.java:87)
... 6 more

I don't know how this is different from issue 4820 which was fixed apparently:

https://issues.jenkins-ci.org/browse/JENKINS-4820

But where people say updating jenkins fixed that issue, I'm still hitting it.  I'm not sure if there is a problem with my java setup or not.




Due Date:


16/Nov/12 12:00 AM




Environment:


uname -a

Linux localhost 2.6.32-279.9.1.el6.ppc64 #1 SMP Fri Aug 31 09:04:03 EDT 2012 ppc64 ppc64 ppc64 GNU/Linux



java -version

java version "1.6.0"

Java(TM) SE Runtime Environment (build pxp6460sr11-20120806_01(SR11))

IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Linux ppc64-64 jvmxp6460sr11-20120801_118201 (JIT enabled, AOT enabled)

J9VM - 20120801_118201

JIT  - r9_20120608_24176ifx1

GC   - 20120516_AA)

JCL  - 20120713_01




Project:


Jenkins



Priority:


Major



Reporter:


Matt Riedemann

























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