So I've been having issues running Jira on localhost:2990 and was following the troubleshooting guide. When I get to the properties and options step and follow these instructions:
I noticed that the folder for Jira doesn't exist, would this be a reason it's not running? If so how to I go about getting to where I need to be on this registry?
Given the port of 2990 - that is the default port to run Jira when using the Atlassian SDK. Are you using the SDK here? If so that would explain why you don't have the same startup options that a typical Jira Server deployment would have. The SDK works a bit differently because it's geared more towards developing plugins.
That documentation you refer to is accurate for Jira Server installations. But I don't believe it will necessarily apply to a Jira instance generated by the atlas-run script from the SDK.
As for troubleshooting Jira startup issues, I would suggest trying to dig into the $JIRAINSTALL/logs/catalina.out file. This log file is generated by Apache's Tomcat, the java webserver that Jira is using to host its website. I would expect this log to have more details if Jira is having problems startup up, even in an SDK deployment.
Yes! I should clarify that I'm trying to use the SDK and test a plugin, but I can't seem to get Jira to run on port 2990. It simply says the site can't be reached/refused to connect. Also apologies for the late response.
How can I show you my catalina.out file? It won't let me paste it in here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could upload that file to a service like dropbox or google drive and then share a link here with us about it. I'd be happy to take a closer look to see if we can understand what might be preventing Jira from starting up.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Awesome, thank you! Here's the link, I've tried a couple of things from the troubleshooting but none seem to work. I swear I had this going before and then I had to uninstall and reinstall and now it just won't start.
https://drive.google.com/open?id=0B-GjXUB5OJvgU1hmd1dGOUVxMlFVMDcwVnpYeGpGR21wcUQ4
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jira appears to be up and running just fine from the log you sent. But it is not running on port 2990, instead it appears to be using the port 8080. I don't see any other errors in the log that might cause any problems. Try accessing the site on port 8080 and see if that helps.
Andy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is it necessary to have the SDK on port 2990? I know Jira works on 8080 but I don't ever see the plugin that the tutorial had me make.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's not necessary to do so, but it sounds like you're actually working with a separate Jira installation here, and not a deployment that only exists in the SDK.
That would explain the port number difference and the lack of the plugin you are trying to create here. Perhaps it would help to try to use a different machine, one without Jira already installed to it, in order to use the Atlassian SDK there and try to follow your steps to create a plugin on that machine instead.
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.