Hi together,
I posted this question yesterday at answers.atlassian, but since it is related to Jira SDK I again post it here:
(I will remove the other ticket in case I get any answer in this forum).
After upgrading to JIRA SDK 6.2.14 (and JIRA 7.2/7.3) I get multiple file not found errors on several jar files in the atlassian-jira.log file:
java.io.FileNotFoundException: C:\Program Files\Atlassian\JIRA\lib\commons-cli.jar java.io.FileNotFoundException: C:\Program Files\Atlassian\JIRA\lib\jts1_0.jar java.io.FileNotFoundException: C:\Program Files\Atlassian\JIRA\lib\carol.jar java.io.FileNotFoundException: C:\Program Files\Atlassian\JIRA\lib\jonas_timer.jar java.io.FileNotFoundException: C:\Program Files\Atlassian\JIRA\lib\idb.jar java.io.FileNotFoundException: C:\Program Files\Atlassian\JIRA\lib\classes12.jar java.io.FileNotFoundException: C:\Program Files\Atlassian\JIRA\lib\p6psy.jar
Similar issue was opend here: java.io.FileNotFoundException - Upgrade Jira Core 7.2.6. In that ticket it was recommend to turn off JAR manifest scan by adding to the Tomcat server.xml before context tag.
How can I do this for the JIra SDK?
In my $USERPROFILE i can find .m2\repository\org\apache\tomcat\apache-tomcat\8.0.36-atlassian-hosted\apache-tomcat-8.0.36-atlassian-hosted-windows-x64.zip
I assume this is taken during atlas-run. But the contained server.xml does not hav a context section. I changed instead the contained context.xml - but without any effect. Error messages still appear.
Do you have any recommendation or hint?
Thanks in advance
Christoph