hi
i installed use atlassian-jira-6.2.1.war file in my osx pc
but first start jira startup failed
i am try the "-Datlassian.plugins.enable.wait=600" setting and JVM memory but anything is notwork
attached () my atlassian-jira.log plz help me!
this is error message in browse
The following plugins are required by JIRA, but have not been started:
Please note that OSX is not one of JIRA's supported platforms. For the full list of supported environments please see this page: https://confluence.atlassian.com/display/JIRA/Supported+PlatformsWe currently support Linux and Windows operating systems.
From the logs I saw you're trying to run JIRA on JAVA 1.8 - this is not supported yet. JIRA 6.2 is actually supported on JAVA 1.7
Next, I'd say that you're probably having problems getting JRIA up and running due to the lack of memory it is able to get from the OS. First up, reduce the Permgen size down from ~700m to somewhere between 250m - 400m - eg: "-XX:MaxPermSize=350m"
Please note, that would mean that you'd want around 1024 + 350 = 1374m spare for JIRA alone, then in addition having memory to run the OS and any other applications that may be running on that machine - if JIRA is competing for memory on this machine with other applications there may be problems keeping it running even if it were able to start correctly.
Last note, if you can I'd recommend using the tar.gz archive instead of the WAR deployment. The reason for this is because everything in the tar archive Atlassian Support are aware of, has been in an overwhelming larger number of live production instances, and has been tested through our QA procedures. A WAR deployment has many other variables and nonstandard configurations where figuring out what the problem is the the install generally takes longer and is far more complicated than the standard installation option.
I've followed up with a similar answer in the support issue you've created, since the logs are in there also let's use that to communicate in rather than this answers post.
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.