I can see:
#33 has been queued for 1235 minutes Manual build by Admin
I used this guide to set the timeout higher for the wrapper - it was timing out and restarting each time, preventing the plan from competing.
https://confluence.atlassian.com/pages/viewpage.action?pageId=179444239
Hi Aram,
Can you provide us with a little snippet of the contents of the logs at a time when the build is queued forever? This will help in identifying the issue. Also do you have any third-party plugins installed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Which part of Bamboo is running on a mounted remote file system? You should make sure that jms, cache etc are local - or you might have performance issues.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The whole /opt/bamboo folder is on a remote file system, and I have a symlink to it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do you have an agent with all capabilities for running the plan?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I believe so, since initially everything runs fine, then after a while the plans begin to hang... Restarting fixes it temporarily it seems.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Aram,
Which version of Bamboo are you using? I suspect tht you might be facing either of the following bugs:
If you are using a later version of Bamboo and still affected, then it is most likely the connection pool is quite two low. The default value should be 100. Check this line in your HOME/bamboo-cfg.xml file
<property name="hibernate.c3p0.max_size">100</property>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.