Report this

What is the reason for this report?

Not able to access JIRA on http://<ip_of_drplet>:8080

Posted on May 28, 2015

Hi,

I followed instructions given on

http://goo.gl/Tfr8ua

But in the end I am not able to access JIRA installation page via http://<ip_address_of_droplet>:8080

The error is - This webpage is not available

Please advice!



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

I was having same issue and hopefully it might help someone else in future. What I found out that Tomcat was listening on port 8080 over IPV6 so I had to enable and configure IPV6. You can also configure Tomcat to start on ip4 rather than ip6.

Without more information, it’s hard to provide a thorough answer to your question. One place to look to start debugging an issue is Jira’s log file. It is usually found at: /var/atlassian/application-data/jira/log/atlassian-jira.log

For full instructions on installing Jira on a Linux server, see the documentation from Atlassian.

One common issue with Tomcat, the web server used by Jira, is that its default entropy source is blocking and will cause extremely long startup times in some environments such as cloud servers. In your /path/to/jira/bin/setenv.sh file you can configure a non-blocking entropy source by adjusting the JVM_SUPPORT_RECOMMENDED_ARGS variable like:

JVM_SUPPORT_RECOMMENDED_ARGS="-Djava.security.egd=file:/dev/./urandom"

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.