It doesn't matter whether it's JIRA or Confluence, so is there a function, template, add-on app, etc. that can set working days and non-working days in the calendar?
Hi Liang,
It was actually my firewall that was the problem (using built-in iptables). I disabled the firewall and it worked fine. I re-enabled the firewall and it continued working, even after JIRA stops and starts/restarts. It hasn't been a problem since.
Hope that helps!
~Steve
Hey Steve, Thanks for the response :) I've since tested JIRA on my workstation. It has more cores and more RAM(4 cores, 8 threads, 12GB ram vs 2 cores, 2threads 2GB ram), and also using ubuntu (desktop version). I'm not sure if it was the change in hardware that allowed it to work after starting & stopping the JIRA service, but it does now, or if it was something to do with the VPC. Strange....
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm having an almost identical problem to this. I'm hosting JIRA using a vpc from Digital Ocean. After rebooting and several service/stops& starts of various kinds using the scripts and daemons, I cannot get access to the web interface. I've tunnelled into the local host on the box and it produces exactly the same html error page that I see from externally. In the address bar it indicates a redirect to: http://localhost:8880/secure/errors.jsp has occurred. There is a html response I'm presuming according to this wget output: liang@Atlassian3:~$ wget 127.0.0.1:8080 --2015-04-07 04:06:40-- http://127.0.0.1:8080/ Connecting to 127.0.0.1:8080... connected. HTTP request sent, awaiting response... 302 Found Location: http://127.0.0.1:8080/secure/errors.jsp [following] --2015-04-07 04:06:40-- http://127.0.0.1:8080/secure/errors.jsp Reusing existing connection to 127.0.0.1:8080. HTTP request sent, awaiting response... 500 Internal Server Error 2015-04-07 04:06:40 ERROR 500: Internal Server Error. Would really like to work out what's wrong. Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you try accessing your Ubuntu system directly and access JIRA via http://localhost:8080? Basically I'd check if the problem is related to the network
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.