After building via atlas-run -v 4.4, JIRA is locked

wajdhaikal
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.
February 11, 2012

Im building a plugin for JIRA 4.4, what is the cause and how to resolve it:

see below screenshot of the error:

2 answers

1 accepted

0 votes
Answer accepted
wajdhaikal
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.
February 12, 2012

If JAVA 1.7 is installed and running this can be the problem here:

Resolution to such case:

Follow Atlassian Documentation here

https://developer.atlassian.com/display/DOCS/Installing+the+Atlassian+Plugin+SDK

, in addition to looking at below notes:

-Uninstall JRE 1.7

-Uninstall JDK 1.7

-Delete existing environment varibles (windows: delete previous wnvironment varibles to JAVA_HOME and JRE_HOME) from user and system varibles)

- Make sure you set Atlassian plugin SDK bin directory path into PATH varible in both user and system varibles (leave if found other values in the value field just separate by ';')

-Start fresh JAVA installation for 1.6

-Install JDK 1.6 or the latest updated 1.6 JDK

-Restart Computer

-Set the new JAVA_HOME and JRE_HOME varibles in user and system varibles (JDK path should point the root installation directory of the JDK 1.6 JRE to bin directory ex: JAVA\jre1.6\bin)

See: https://developer.atlassian.com/display/DOCS/Setting+JAVA_HOME

-Now build your plugin again following Atlassian Documentaion here:

https://developer.atlassian.com/display/DOCS/Installing+the+Atlassian+Plugin+SDK

0 votes
wajdhaikal
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.
February 11, 2012

Any one get into this problem, it seems the services did not work inorder and caused this problem, any clue?

Suggest an answer

Log in or Sign up to answer