[JIRA] [core] (JENKINS-15682) archive artifacts hangs on ia64 slave due to JNA initialization error

2014-06-15 Thread d1mo...@gmail.com (JIRA)














































Donald Morton
 commented on  JENKINS-15682


archive artifacts hangs on ia64 slave due to JNA initialization error















Let me see if I understand the flow of logic. It is trying to resolve a symlink, correct? Util.java - resolveSymlink.

First, it tries calling 'java.nio.file.Files' in Java7. If that isn't available, it tries to load this library:

https://kenai.com/projects/jna-posix/sources/mercurial/show/src/org/jruby/ext/posix?rev=59

If that fails, it tries to load this library:

https://github.com/jnr/jnr-posix/tree/master/src/main/java/jnr/posix

All three fail, possibly due to using a non-Oracle Java runtime? The key section in the logs being:

java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native
at org.jruby.ext.posix.POSIXFactory.loadLibC(POSIXFactory.java:96)


I suppose that makes this a duplicate of JENKINS-13202? 




























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] [core] (JENKINS-15682) archive artifacts hangs on ia64 slave due to JNA initialization error

2013-04-16 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 commented on  JENKINS-15682


archive artifacts hangs on ia64 slave due to JNA initialization error















@brevilo: yes this is a possibility. I cannot personally commit to finding the time for it at the moment, I am afraid.



























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] [core] (JENKINS-15682) archive artifacts hangs on ia64 slave due to JNA initialization error

2013-04-15 Thread oliver.b...@aei.mpg.de (JIRA)














































Oliver Bock
 commented on  JENKINS-15682


archive artifacts hangs on ia64 slave due to JNA initialization error
















By the way anyone using proprietary or unusual platforms should not expect that Jenkins core developers will be able to reproduce their problems. Debug it yourself and file a pull request if you want a prompt fix.
@jglick: What if we'd provide access to an affected machine, either via ssh or direct access? Would some core developer be willing to tackle the problem in that case?



























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.