-
Notifications
You must be signed in to change notification settings - Fork 5
Can not install plugin on CentOS 6.8 #43
Comments
sweet, another instance of this, maybe we can finally debug it. Do you know what version of java you are using? |
Hi @halkeye . I was using OpenJDK 1.8.0 (java-1.8.0-openjdk) that is bundled with CentOS 6.8 and Oracle JDK (jdk-8u121-linux-x64.rpm) from the Oracle download page. Hope this helps! |
Hiya @emzeidan y @halkeye , Cheers, |
Hi @theCampbell , Thanks for your help! My CentOS machine is using GLIBC v2.12. This could indeed be the issue. Thanks! |
@halkeye @theCampbell : Hi this is the original submitter of the issue to Atlassian. We are not using Sauce Connect and are simply trying to install the plugin on Bamboo server. If I understand correctly, we are out of luck trying to do so with our current OS? Are there any possible work arounds? |
I have no idea how to trigger this sorry. from my googling it looks like its some sort of conflicting dependancy somewhere, but no easy way to track this down. Did atlassian say anything? Can you email [email protected] and we'll get it bumped up in priority. |
Atlassian was able to reproduce using Centos 6.8 as the server. We are on the latest 5.15.3 Bamboo version. I will email support and reference this. |
@pshowbs : Hi, I am the Support Engineer that has been managing your Bamboo Support ticket. I think that the conflicting dependency may be correct. I apologize, I am not sure which dependencies may be conflicting. |
Hi @halkeye we're also experiencing this issue but it's not just tied to Centos 6.5. We're seeing it across both our RHEL 6.2 environment and Ubuntu 14.04 environment. In addition we're using Oracle JDK 1.8.0_121 on both instances.
|
We tried installing a variety of plugin versions from 1.6.71 to 1.6.78. They all failed to install properly error-ring out with same Implementing class error. An Atlassian article mentioned that it may have been built with Java 7 but I tried compiling it locally with Java 8 and it still failed using my local version. This is a major impact for our company because we have to completely disable the plugin to allow our bamboo instance to perform normally. |
Workaround: List the contents of PS. The asm-commons.jar (which is part of this tool: http://asm.ow2.org/) is a dependency in Bamboo and it is not a good idea to remove it if you don't have a duplicate. Its removal would impact Maven builds, the REST API and possibly Bamboo server to remote agent communication. |
@ijeyanthan Is this something that we should escalate to Atlassian than because they are providing the original install package?
Also looking through my directory structure for Bamboo 5.15.7 I see |
@jdesulme You are right. It is just sufficient to delete |
Hi team,
In my testing, I have not been able to install the plugin on CentOS 6.8 systems, running either OpenJDK or the Oracle JDK, and Bamboo versions 5.14.1, 5.15.0.1, or 5.15.3.
The error appears to be:
Please see beginning of Stacktrace below:
Please let me know if I can provide any further details.
Thanks!
The text was updated successfully, but these errors were encountered: