I have a growing list of DONE Epics that are crowding my Epic Panel in the backlog. How do I remove completed Epics using a Team Managed Project? (i.e. there is no option to "Mark as Done" that I can see)
Hi there, Marcus.
From the following statement you provided:
The installation runs perfectly, the application is accessible.
I would assume that JIRA is accessible via port 8080 at this stage. Is that right?
netstat -nlpt reports that there are no applications listening on 8080 (tcp or tcp6)
It seems more of a JIRA configuration issue instead of the installation itself. Did you double check the connector port on the $JIRA_INSTALL_DIR/conf/server.xml to see what is the port being used AFTER the stop / reboot was made? For example, I used port 8711 to connect to JIRA:
<Connector port="8711" maxThreads="150" minSpareThreads="25" connectionTimeout="20000" enableLookups="false"
maxHttpHeaderSize="8192" protocol="HTTP/1.1" useBodyEncodingForURI="true" redirectPort="8443"
acceptCount="100" disableUploadTimeout="true" bindOnInit="false"/>
Additionally, which script did you use to restart JIRA? stop-jira.sh or shutdown.sh ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.