ADDITION: I edited the server config to listen at 8100 instead of 8080, and that seems to fix the error... but i want to figure out the main problem or get it to permanently use 8100... suggestions? the config reading from inside of the JIRA interface still points to 8080...
I've attached the log files... it seems to refuse to start
(catalina.2012-05-14.log) (jira290312151400-stderr.2012-05-14.log) (localhost.2012-05-14.log) (jira290312151400-stdout.2012-05-14.log) (commons-daemon.2012-05-14.log) (host-manager.2012-05-14.log)
Based on the log you provided, it seems that there is something else using port 8080. Do you have any applications that might be using it?
Looks like yolu misconfigured your Tomcat config:
java.lang.Exception: Socket bind failed: [730048] Only one usage of each socket address (protocol/network address/port) is normally permitted.
Probably a duplicate port entry in server.xml ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
May I know which version of JIRA you are using?
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.