Installed the Atlassian SDK on a Ubuntu 12.04 LTS System 76 notebook with 1.9GB RAM. Unit might need more RAM or there may be some config settings that can fix Jira not starting when I use the URL: http://waltubuntu:2990/jira/
Here is the error that is thrown. I have attached the logs for your review.
------------------------------------------------------------------------------------
The following plugins are required by JIRA, but have not been started:
Atlassian JIRA - Plugins - Project Config Plugin (com.atlassian.jira.jira-project-config-plugin)
Atlassian OAuth Admin Plugin (com.atlassian.oauth.admin)
Embedded Gadgets Plugin (com.atlassian.gadgets.embedded)
Gadget Dashboard Plugin (com.atlassian.gadgets.dashboard)
Atlassian JIRA - Plugins - Look And Feel Logo Upload Plugin (com.atlassian.jira.lookandfeel)
Atlassian REST - Module Types (com.atlassian.plugins.rest.atlassian-rest-module)
Gadget Spec Publisher Plugin (com.atlassian.gadgets.publisher)
Atlassian JIRA - Plugins - REST Plugin (com.atlassian.jira.rest)
Atlassian OAuth Service Provider Plugin (com.atlassian.oauth.serviceprovider)
Atlassian OAuth Consumer Plugin (com.atlassian.oauth.consumer)
Opensocial Plugin (com.atlassian.gadgets.opensocial)
Gadget Directory Plugin (com.atlassian.gadgets.directory)
Atlassian JIRA - Plugins - SAL Plugin (com.atlassian.sal.jira)
Atlassian JIRA - Plugins - Gadgets Plugin (com.atlassian.jira.gadgets)
FOund the answer in Another Question here.
Seems the SDK or perhaps the SAL libraries used by our plugins is incompatible with Java 7 (even tried the latest to no avail).
Download java/jdk 6 (1.6.0_34 is the latest i think) and update your JAVA_HOME variable to point to that location.
Verify the change (requires running consoles to be closed and restarted) by running java -version
Run the sdk as normal and everything should work fine.
That is only one possibility. We need to know more about the setup.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What version of Java and Jira are you using?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not an answer, if you are working with the user to define his question more please comment on his question. Inflating the answer count makles others less likely to look.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey, question, do you also see this error when the plugin container first starts?
2013-02-09 15:21:59,997 main ERROR [atlassian.plugin.manager.PluginEnabler] Unable to enable plugin com.atlassian.sal.jira java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.Comparable
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I never had a problem before the latest 4.x SDK. Now I can't get JIRA to run standalone or with my plugin.
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.