My hosted server will not open after I login. It goes to a blank page.

adamlshepherd September 21, 2019

 Below is the error message when I try to login. 

WARNING [http-nio-8080-exec-19] com.sun.jersey.spi.container.servlet.WebComponent.filterFormParameters A servlet request, to the URI https://jira.SERVERNAMEcom/rest/gadget/1.0/login, contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected.
21-Sep-2019 19:39:37.314 WARNING [ContainerBackgroundProcessor[StandardEngine[Catalina]]] org.apache.catalina.valves.StuckThreadDetectionValve.notifyStuckThreadDetected Thread [http-nio-8080-exec-19] (id=[36]) has been active for [124,593] milliseconds (since [9/21/19 7:37 PM]) to serve the same request for [https://jira.SERVERNAMEcom/login.jsp] and may be stuck (configured threshold for this StuckThreadDetectionValve is [120] seconds). There is/are [2] thread(s) in total that are monitored by this Valve and may be stuck.
java.lang.Throwable

I'm using JIRA version 8.3.3 on a Debian server. 

Any insight would be appreciated. 

1 answer

0 votes
Tuncay Senturk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 21, 2019

Hi @adamlshepherd 

Have you checked the browser console logs? 

Most probably, you're having a javascript error (you might fail to download some resources) and this is why you're seeing a blank page.

Open browser's Developer Tools and switch to Console tab, and see the error (red) description. This might give us some clue.

adamlshepherd September 22, 2019

Yes. I've watched the browser console with no real insight. It just hangs. 

Tuncay Senturk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 22, 2019

How about Network tab? Which request makes Jira hang? Any clue?

Suggest an answer

Log in or Sign up to answer