Hi:
I want to enable jelly service but failed. My JIRA is an in-house instance, version is
(v5.0.3#729-sha1:bf569e4), running on a Linux box. Here is my steps:
1) Shutdown JIRA
2) Append "-Djira.jelly.on=true" to env JAVA_OPTS in file jira/bin/setenv.sh
3) Restart JIRA.
I confirm that new option has been taken by checking java command line:
# ps -ax|grep java
/jira/opt/jira/jre//bin/java -Djava.util.logging.config.file=/jira/opt/jira/conf/logging.properties -XX:MaxPermSize=256m -Xms256m -Xmx768m -Djava.awt.headless=true -Datlassian.standalone=JIRA -Dorg.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true -Dmail.mime.decodeparameters=true -XX:+PrintGCDateStamps -Djira.jelly.on=true -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.endorsed.dirs=/jira/opt/jira/endorsed -classpath /jira/opt/jira/bin/bootstrap.jar -Dcatalina.base=/jira/opt/jira -Dcatalina.home=/jira/opt/jira -Djava.io.tmpdir=/jira/opt/jira/temp org.apache.catalina.startup.Bootstrap start
However, after login in JIRA using administrator, I cannot find where "Jelly Run" is in
"System->Advanced" mentioned by the link below, or where to add the Jelly service
in "System->Advanced->Service" tab.
https://confluence.atlassian.com/display/JIRA/Jelly+Tags
Here are some Q/A references, but do not work for me.
Please help me out, thanks in advance!
https://answers.atlassian.com/questions/1843/jelly-runner
Hi Teck:
Thanks for you reply.
"Services Jelly" shows up after I input "jelly", but the I was re-directed to "System->Advanced->Service" page where I still cannot find how to add Jelly service. The page is like this: (sorry, I donot know how to upload screenshot here)
------------------------------------------------------
Advanced:
Indexing
Attachments Add Service
Events Mail Handlers should be added or edited via our new Incoming Mail section
Services
Scheme Tools
------------------------------------------------------
Can you check if there is some sreferences to jelly in "System Info" admin tab?
Maybe you Jira isn't taking into account the jelly parameter, try to edit setenv.sh to put it the last of all JAVA_OPTS. Some parameter are taken into account only if they are in some order (e.g. -Xmx or Xms are ignored if they are in the last positions)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
try to use the keyboard shortcut 'g' + 'g' and search for Jelly Runner. It would be easier than search the option under Adminsitration UI :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.