-
Bug
-
Resolution: Duplicate
-
Minor
-
Ubuntu 14.04 LTS Server
After upgrading via apt-get, my Rails projects stopped building with the rbenv environment. Upon investigation I found:
The Build Environment section of the project configuration vanished.
Both rbenv and ruby-runtime plugins were not installed.
Attempting to reinstall resulted in Java exceptions.
My solution was to rollback to Jenkins 1.626.
- is related to
-
JENKINS-31019 Ruby Runtime Plugin - java.lang.ClassCircularityError: org/jruby/RubyClass
-
- Resolved
-
[JENKINS-30930] Ruby plugins break with Jenkins v. 1.633 upgrade
Link |
New:
This issue is related to |
Comment |
[ I downgraded to Jenkins 1.632 and now I get this issue: {code:java} java.io.IOException: Failed to dynamically deploy this plugin at hudson.model.UpdateCenter$InstallationJob._run(UpdateCenter.java:1328) at hudson.model.UpdateCenter$DownloadJob.run(UpdateCenter.java:1126) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) at java.util.concurrent.FutureTask.run(FutureTask.java:262) at hudson.remoting.AtmostOneThreadExecutor$Worker.run(AtmostOneThreadExecutor.java:110) at java.lang.Thread.run(Thread.java:744) Caused by: java.io.IOException: Failed to install ruby-runtime plugin at hudson.PluginManager.dynamicLoad(PluginManager.java:485) at hudson.model.UpdateCenter$InstallationJob._run(UpdateCenter.java:1324) ... 5 more Caused by: java.io.IOException: Failed to initialize at hudson.ClassicPluginStrategy.load(ClassicPluginStrategy.java:441) at hudson.PluginManager.dynamicLoad(PluginManager.java:476) ... 6 more Caused by: java.lang.OutOfMemoryError: PermGen space {code} ] |
Description |
Original:
After upgrading via apt-get, my Rails projects stopped building with the rbenv environment. Upon investigation I found: The Build Environment section of the project configuration vanished. Both rbenv and ruby-runtime plugins were not installed. Attempting to install railed with Java exceptions. My solution was to rollback to Jenkins 1.626. |
New:
After upgrading via apt-get, my Rails projects stopped building with the rbenv environment. Upon investigation I found: The Build Environment section of the project configuration vanished. Both rbenv and ruby-runtime plugins were not installed. Attempting to reinstall resulted in Java exceptions. My solution was to rollback to Jenkins 1.626. |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Workflow | Original: JNJira [ 166059 ] | New: JNJira + In-Review [ 209317 ] |