I have JIRA 5.1.5 (atlassian-jira-5.1.5-x32.bin) on Ubuntu and I'm trying to install Greenhopper. Should be easy, just use the Atlassian Marketplace but it is not working. The message is the same everywhere: "the Atlassian Marketplace server is not reachable".
From quick search on the internet I conclude that this is a well reported problem going back to JIRA-version-a-long-time-ago. Forum mentions that JIRA will pick up proxy settings from the host but I know for a fact that this is not true. Still not true. What is the latest and greatest? Can JIRA marketplace run from behind proxy? Will it run at all?
How can plugins be installed easily without marketplace?
Hi, if you are running via a proxy and what to acess the Internet from JIRA (e.g. for the marketplace) you will need to add the proxy settings to the JVM via JVM parameters, which you can find in setenv.sh.
Thanks! It works now. Changed setenv.sh for Confluence en JIRA as follows.
JAVA_OPTS="-Xms256m -Xmx512m -XX:MaxPermSize=256m $JAVA_OPTS -Djava.awt.headless=true -Dhttp.proxyHost=myproxy.com -Dhttp.proxyPort=80 " JVM_REQUIRED_ARGS="-Djava.awt.headless=true -Datlassian.standalone=JIRA -Dorg.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true -Dmail.mime.decodeparameters=true -Dhttp.proxyHost=myproxy.com -Dhttp.proxyPort=80 "
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Join us to learn how your team can stay fully engaged in meetings without worrying about writing everything down. Dive into Loom's newest feature, Loom AI for meetings, which automatically takes notes and tracks action items.
Register today!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.