For jira plugins, after I used command 'atlas-run' it should me the URL 'http://FD-T5400-15:62332/jira' but this URL can not be accessed(http 404)
I used to be given an url 'http://fd-t5400-15:2990/jira/' which was working, but this link is borken now
can anyone help please
thanks
Thanks for your answer. I restarted the computer and it seems the problem is solved
Great to hear, please mark the question as answered so that it can help future users :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Found it. In task manager, shut down the java.exe process and then restart the server.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The problem usually arises when you shut down the dev server in a non graceful fashion (ctrl-c or just closing the cmd window)
The server is left running on the 2990 port, so when you run a new instance it can't run on that port and chooses another open port.
This is why restarting your computer works - that shuts down the server. I haven't found a way to shut down the server manually yet, still looking for that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Andrew,
I have never managed to shut down the instance gracefully. After I press Ctrl-D there is no response. Have you ever ran into that issue? How long usually does it take to shut down gracefully?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
On Windows, try Ctrl-Z followed by Enter.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Also try F6 key.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have the same problem .
After i run atlas-run command it gives me the http://[servername]:2990/jira URL but it shows a 404 error.
Does anyone have an idea ? I've restared several times it is still same.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have the same problem atlas-run command gives me the url http://[servername]:2998/jira but i get an 404 error . I restarted several times but no change . Does anyone have an idea ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Normally you get something in your atlas-run log like this:
[INFO] [talledLocalContainer] Tomcat 6.x started on port [2990] [INFO] jira started successfully in 70s at http://bad-robot.ams.atlassian.com:2990/jira [INFO] Type Ctrl-D to shutdown gracefully [INFO] Type Ctrl-C to exit
What url does it give you? Are you getting any errors? If you're not getting a url to access JIRA at, be sure that the listening and shutdown ports are not occupied by other processes.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have the same problem. Restarting doesn't work. Here are som more informations:
I followed this tutorial until step 6 https://developer.atlassian.com/display/DOCS/Put+the+Final+Polish+on+the+Project+in+Eclipse
Everything has worked fine so far but after the last "atlas-run" command I'm not able to open the JIRA page anymore. It get a 404.
I'm still able to start jira with "atlas-run-standalone --product jira" so there is no port problem.
I couldn't find any log files so I'm stuck now. Any help is welcome!
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.