How to remote debug an already running Jira instance in linux?

nagendra hegde April 13, 2021

Hi,

I have a jira instance (user setup) running in an ec2 machine.

I have a plugin that is installed in the jira instance. Now I need to remote debug that plugin.

How do I achieve it?

1. Is there any debug port that I can open in the existing jira instance? How do I do it?

2. If there is no port already open for debugging in the jira user instance, how to open one?

3. I do not want to download source code to the ec2 and run atlas-debug. I want to perform remote debug in the existing instance only. Is it even possible?

 

Thanks,
Nagendra

1 answer

1 accepted

0 votes
Answer accepted
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 14, 2021

A Jira running normally (not with the flags atlas-debug sets)  does not expose any debug functions, they're off by default.

To debug a standard install, you'll need to run it with the same settings that atlas-debug sets.  

Suggest an answer

Log in or Sign up to answer