-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bamboo Artifactory Plugin Issue #167
Comments
This is production issue and stuckup with this. |
@PrathimaAltisource, As it looks, the plugin is not installed on your agent. This may occur due to many reasons. Please try to reinstall the plugin and check the agent's logs. For example, one possible reason is the lack of memory in the agent. If you see errors such as:
That means your agent has insufficient heap size. I'd recommend on the resolution in this guide: https://confluence.atlassian.com/bamkb/outofmemory-errors-in-bamboo-server-or-in-remote-agent-307038120.html Please let me know if it helped. |
All the Plugins are Installed on BAmboo Server UI and not Agent .And this also installed on MAnage apps>> Install Bamboo artifactory plugin |
On Agent the wrapper.conf has these values. Restart agent only if it has exited with code other than 0wrapper.on_exit.0=SHUTDOWN Initial Java Heap Size (in MB)wrapper.java.initmemory=512 Maximum Java Heap Size (in MB)wrapper.java.maxmemory=1024 |
@PrathimaAltisource wrapper.java.initmemory=1024
wrapper.java.maxmemory=2048 |
Ok.. Does this plugin depends on Agent ? But nothgin in the agent log seems to be issue .. Ok let me give a try to add these and does this require restart of bamboo server / agents ? |
I have added in wrapper.conf and restarted BAmboo server application and again tried to enable the Plugin.. Same issue |
This is Production issue which is causing huge impact.. Any help here would be appreciated.. |
@PrathimaAltisource, The change in 3.2.6 was minor: 3.2.5...3.2.6. I'm not sure it caused the issue. In former cases, issues like that were resolved after increasing the agent's memory, uninstalling, and installing the Bamboo Artifactory plugin. It could be also that the server is out of memory. Here are instructions for how to increase it: https://confluence.atlassian.com/bamkb/outofmemory-errors-on-the-bamboo-server-or-local-agent-82870484.html. Either way, I suggest inspecting the logs, looking for any errors. If all of the above didn't help, you can try to install a former version of the plugin. You can download Bamboo Artifactory plugin 3.2.5 from here. |
The version of 3.2.5 which was earlier asked to update the Plugin and when updated from 3.2.5 it stopped working with belwo issue. Tried Installing, unsitalling 3.2.3, 3.2.4,3.2.5 ,3.2.6 they are installing , but when enabling we are getting below error. d by: java.lang.NoClassDefFoundError: Could not initialize class com.sun.proxy.$Proxy1971 |
we stuck with the same issue, Is there any workaround till we get this fixed? |
**Describe the bug**
BAmboo Artifactory Plugin issue
To Reproduce
We are connecting BAmboo Artificatory Plugin 3.2.5 earlier which was working as expected in our Bamboo Server version 8.0.4.Today all of a sudden there is update for Bamboo Artifactory Plug-in to 3.2.6 and when updated it throws issue .
2022-01-31 02:23:40,141 INFO [http-nio-8085-exec-36] [PluginSettingsAuditLogService] Mon Jan 31 02:23:40 EST 2022 gujjarla: Failed to enable app Bamboo Artifactory Plugin (org.jfrog.bamboo.bamboo-artifactory-plugin)
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
PFA
Versions
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: