Jenkins doesn't start smoothly with the current JNA version i.e 4.2.1. We get Unsatisfied link error as 4.2.1 doesn't have support for s390x.
https://github.com/jenkinsci/jenkins/blob/master/core/pom.xml#L538
Support for JNA on s390x is being made available as part of JNA 4.5.1
https://github.com/matthiasblaesing/jna/commit/1fef4a20a031d91dce6d37e6ef809c9d38708bd2
We will need to bump up the JNA version from 4.2.1 to 4.5.1+ for Jenkins to work gracefully on S390x. Please help with the same.
JNA Error on s390x - Please check the attachment for the stack trace.
- relates to
-
JENKINS-53832 Jenkins 2.138.1 unable to start on CentOS 5
-
- Closed
-
-
JENKINS-53924 Jenkins 2.136+ is not restartable with GLIBC 2.5
-
- Closed
-
- links to
[JENKINS-52771] Bump JNA jar to 4.5.1+ for Jenkins to work gracefully on s390x
Assignee | New: Durgadas Kamath [ durgadas ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Remote Link | New: This issue links to "PR (Web Link)" [ 21238 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Attachment | New: jna_issue_s390x.txt [ 43539 ] |
Description |
Original:
Jenkins doesn't start smoothly with the current JNA version i.e 4.2.1. We get Unsatisfied link error as 4.2.1 doesn't have support for s390x. [https://github.com/jenkinsci/jenkins/blob/master/core/pom.xml#L538] Support for JNA on s390x is being made available as part of JNA 4.5.1 [https://github.com/matthiasblaesing/jna/commit/1fef4a20a031d91dce6d37e6ef809c9d38708bd2] We will need to bump up the JNA version from 4.2.1 to 4.5.1 for Jenkins to work gracefully on S390x. Please help with the same. |
New:
Jenkins doesn't start smoothly with the current JNA version i.e 4.2.1. We get Unsatisfied link error as 4.2.1 doesn't have support for s390x. [https://github.com/jenkinsci/jenkins/blob/master/core/pom.xml#L538] Support for JNA on s390x is being made available as part of JNA 4.5.1 [https://github.com/matthiasblaesing/jna/commit/1fef4a20a031d91dce6d37e6ef809c9d38708bd2] We will need to bump up the JNA version from 4.2.1 to 4.5.1 for Jenkins to work gracefully on S390x. Please help with the same. JNA Error on s390x - Please check the attachment for the stack trace. |
Description |
Original:
Jenkins doesn't start smoothly with the current JNA version i.e 4.2.1. We get Unsatisfied link error as 4.2.1 doesn't have support for s390x. [https://github.com/jenkinsci/jenkins/blob/master/core/pom.xml#L538] Support for JNA on s390x is being made available as part of JNA 4.5.1 [https://github.com/matthiasblaesing/jna/commit/1fef4a20a031d91dce6d37e6ef809c9d38708bd2] We will need to bump up the JNA version from 4.2.1 to 4.5.1 for Jenkins to work gracefully on S390x. Please help with the same. JNA Error on s390x - Please check the attachment for the stack trace. |
New:
Jenkins doesn't start smoothly with the current JNA version i.e 4.2.1. We get Unsatisfied link error as 4.2.1 doesn't have support for s390x. [https://github.com/jenkinsci/jenkins/blob/master/core/pom.xml#L538] Support for JNA on s390x is being made available as part of JNA 4.5.1 [https://github.com/matthiasblaesing/jna/commit/1fef4a20a031d91dce6d37e6ef809c9d38708bd2] We will need to bump up the JNA version from 4.2.1 to 4.5.1+ for Jenkins to work gracefully on S390x. Please help with the same. JNA Error on s390x - Please check the attachment for the stack trace. |
Summary | Original: Bump JNA jar to 4.5.1 for Jenkins to work gracefully on s390x | New: Bump JNA jar to 4.5.1+ for Jenkins to work gracefully on s390x |
durgadas would you be interested to submit a pull request?