Marketplace server is not reachable

Onno van der Straaten October 11, 2012

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?

1 answer

1 accepted

1 vote
Answer accepted
Harry Chan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 11, 2012

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.

Onno van der Straaten October 11, 2012

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 "

Suggest an answer

Log in or Sign up to answer