We have a plugin which consists of several servlets and those servlets use custom rest endpoints to retrieve some data. In our Jira Data Center with 2 nodes, users in the first node are able to see the data when they open servlets whereas users in the second node cannot. When I check the dev tools, I saw that 404 were raised by rest enpoints used by the servlets. What might be the reason behind this?
Thanks for the help.
You might find more luck with plugin related questions over at https://community.developer.atlassian.com
In nutshell though, any servlets you defined with atlassian-plugin.xml should be available on each node, without any special "requirements" per se. Without seeing the atlassian-plugin.xml and the servlet class itself it's just a guessing game.
Have you tried to restart both nodes to see if that helps? Maybe it didn't properly instantiate on both nodes at the installation time.
When we checked the node for restarting as you said, we realized that there was not enough space in jira's folder. After clearing unnecessary logs, the problem was fixed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.