Hi,
after having istalled Jira Software 8.7.1 x64 on Windows 2019 Standard edition on port 8085 (8080 is already used), I get an error when trying to access the site on localhost to setup : localhost can't currently handle this request. I made an inbound rule in FW for both port 8085 and 8005.
what can I do ?
Hi,
did you check the server.xml for the ip address used for binding the Tomcat server. What is netstat -an printing?
Best
JP
Hi,
here is the server.xml configuration :
netstat -a :
I installed it on another VM without any problem... It just tells that SQL Server 15.00.2000 is not supported. You should migrate to a supported database version.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hm
IP v6 only...
Please check:
https://confluence.atlassian.com/jirakb/how-to-run-jira-on-a-specific-ip-321847552.html
and
You might want to set:
-Djava.net.preferIPv4Stack=true
in your startup config.
Best
JP
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Got it!
thanks.
however, I don’t understand why jira was listening on ipv6 instead of ipv4. Ipv6 is deactivated on the NIC, so why did jira install it on ipv6 ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ask your Windows 2019... It might be not bound to the NIC but as long as you don’t disable IPv6 completely, it will bind to the local non nic interfaces.
Glad you solved it. Had the same problem ...
Best
JP
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.