It is a known bug that UPM update causes JIRA Software and required bundled plugins to temporarily disable. We did not know know it until we experienced once in the production. A bad experience, but a good lesson to learn 😉 Interested to see how Jira looks like when it happens? Here you go:
Tag: troubleshooting
Bamboo agent could not access jms invoker queue
We had a Bamboo incident the other day - lots of Bamboo agent went offline , and quite a few build plans have to wait in the queue for a long time. We checked the logs and saw something like "Agent could not access JMS invoker queue". JMS stands for Java Message Service which in … Continue reading Bamboo agent could not access jms invoker queue
Error response from daemon: error unmarshalling content: unexpected end of JSON input
It happened the other day that one user reported that he was unable to pull a docker image from an internal registry. So I tried from my laptop, it looked fine at the first beginning. There were a few downloading processed going on, but it threw the error unknown blob at the end. So I tried … Continue reading Error response from daemon: error unmarshalling content: unexpected end of JSON input
Atlassian Marketplace server is not reachable
If you are seeing the error message 'The Atlassian Marketplace server is not reachable. Available application updates will not appear on this page." on the Jira Version & License page - https://jira.mycompany.com/plugins/servlet/applications/versions-licenses. Then you should check the following three places: Network Make sure your Jira box has a workable network. Run some ping or curl testings to … Continue reading Atlassian Marketplace server is not reachable
Jira error: java.net.UnknownHostException
We recently had an incident that Jira box could not resolve DNS properly after rebooting. The related errors in the logs are java.net.UnknownHostException. We run Jira as a container under the account named Jira. So I logged into the container as root to check the DNS settings. The settings look fine, and I can either ping … Continue reading Jira error: java.net.UnknownHostException