Hi, I am trying to install JCMA into my Jira Core Server. I have version 8.5.5 due to which I had manually install it. But when I tried to access it, I only see a blank screen. Has anyone faced the same issue or know how to resolve this?
Hi @swat09 Does the plugin installed successfully on the Jira and it is enabled, if you facing error while installing the plugin then you may try to clear the plugin cache as per the steps mentioned in the below document and then try again installing the plugin
https://confluence.atlassian.com/jirakb/how-to-clear-jira-s-plugin-cache-1157468195.html
If your plugin is installed and enabled check if all the modules of the plugins are enabled or not.
Let me know how it goes.
Thanks
Sagar
Actually, while installing it, an error showed up even though the app showed up in the list of installed plugins. I'll try clearing the cache though.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @swat09
Please try to install the plugin once again and same time open the catalina.<current_Date>.log file from you installation logs path, here you can find the error message.
Thanks & Regards
Balaji Sankar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for your reply. This is the error message that I've found in Catalina :
07-Feb-2024 10:53:59.999 INFO [http-nio-8080-exec-14] org.apache.coyote.http11.Http11Processor.service Error parsing HTTP request header
Note: further occurrences of HTTP header parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name. HTTP method names must be tokens
at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:430)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:684)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:808)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1498)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:748)
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.