Hi,
I just installed jira 4.4.1 and when I try to start it with "start-jira.bat", here is what I get : (note that I have exactly the same result with start_bundled_jre.bat)
I:\JIRA\bin>start-jira
To run JIRA in the foreground, start the server with start-jira.bat /fg
MMMMMMMMMMM .,MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMM. OMM. ~MM.. MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMDMMZ7MMMMMMMMN7DMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMDMMMMMMMMMMMMMMMMMNMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMZ IMMM ..MMN= ,8MO 8 IN +DM8 ?MMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMM ..OI . 8I...MMMO 8 IN M7 ,MMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMN, . +MMMMMO 8 IN =O M~ ~..$MMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMM~... +MMMMMMO 8 IN . . IN I..+MMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMI . OMMMMMMMO 8 IN := ,O =8 MMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMD ... .MMMMMMO 8 IN =O + .MMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMM, =N. .7MMMM~. 8 IN =O :. =M. .MMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMM, . MMD. .+MMM= :$M IN =O , IM: .MMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
__ __ __ _ __
\ \/ /___ __ __ / /_ ____ __ _____ (_)___________ _____ _____/ /
\ / __ \/ / / / / __ \/ __ `/ | / / _ \ / / ___/ ___/ / / / _ \/ ___/ /
/ / /_/ / /_/ / / / / / /_/ /| |/ / __/ / (__ |__ ) /_/ / __(__ )_/
/_/\____/\__,_/ /_/ /_/\__,_/ |___/\___/ /_/____/____/\__,_/\___/____(_)
JIRA Standalone Edition
Version : 4.4.1
And that's all... http://localhost:8080 gives me a failure...
Here is an extract of the environment variables :
CATALINA_HOME=I:\JIRA
CommonProgramFiles=C:\Program Files\Fichiers communs
COMPUTERNAME=PC-DE-MICHEL
ComSpec=C:\WINNT\system32\cmd.exe
CURRENT_DIR=I:\JIRA\bin
EXECUTABLE=I:\JIRA\bin\catalina.bat
HOMEDRIVE=p:
HOMEPATH=\
javaPath=\bin
JAVA_HOME = i:\java\jre6
JAVA_OPTS=-server -Xms256m -Xmx768m -Djava.awt.headless=true -Datlassian.standa
lone=JIRA -Dorg.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true -Dmail.m
ime.decodeparameters=true -Xms256m -Xmx768m -Djava.awt.headless=true -Datlass
ian.standalone=JIRA -Dorg.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=tru
e -Dmail.mime.decodeparameters=true -Xms256m -Xmx768m -Djava.awt.headless=tru
e -Datlassian.standalone=JIRA -Dorg.apache.jasper.runtime.BodyContentImpl.LIMIT_
BUFFER=true -Dmail.mime.decodeparameters=true
JIRA_MAX_PERM_SIZE=256m
JRE_HOME=I:\JIRA\jre
JVM_MAXIMUM_MEMORY=768m
JVM_MINIMUM_MEMORY=256m
JVM_REQUIRED_ARGS=-Djava.awt.headless=true -Datlassian.standalone=JIRA -Dorg.apa
che.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true -Dmail.mime.decodeparameter
s=true
What seems strange is the JRE_HOME, because no jre subdirectory exists in the jira install dir...
Thank you for any help...
Hi !
thank you for your help.
I finally deinstalled the jira application, and reinstalled it as a service.
After that, it works...
Michel
It looks like your JAVA_HOME is set to a JRE directory:
JAVA_HOME = i:\java\jre6
JIRA requires a full JDK installation to run; you should set your JAVA_HOME to a JDK dir.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, this advice is now outdated. JIRA (and Apache Tomcat) no longer requires a full JDK install.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you are running a virus program, you should disable it, remove JIRA, and then reinstall it, then reenable virus scanner. I have found, expecially with McAfee that it will block files from being written to the temp directory. It will then return that the program was successfully installed, when in fact it wasn't.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you do "set" on the cmdline or "echo %JRE_HOME%" , what is listed then?
it might be the installer has set the value in your environment variables (My computer , properties, advanced, environment settings) eventhough the jre is not really there.
You should be able to remove that one if its there, and properly define your JAVA_HOME variable o go to your actian java location (the folder aboce the /bin) folder) Put the java folder + the /bin in the list of PATH entries.
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.