changing base URL to https error

Sekyeong Yoo May 17, 2017


Hi,

We run JIRA server 6.4.12

Gadget and Issue search error after changing base URL to https

Thanks in advance!

 

2017-05-17 19:02:31,037 http-bio-8443-exec-1026 ERROR lovelyman 1142x652588x1 4l77y0 192.168.20.92 /issues/ [jira.web.filters.CommittedResponseHtmlErrorRecoveryFilter] Exception occurred after HTTP response was already committed: java.lang.IllegalStateException: Cannot create a session after the response has been committed
javax.servlet.ServletException: java.lang.IllegalStateException: Cannot create a session after the response has been committed
at com.atlassian.jira.web.dispatcher.JiraWebworkActionDispatcher.onActionException(JiraWebworkActionDispatcher.java:241)
at com.atlassian.jira.web.dispatcher.JiraWebworkActionDispatcher.service(JiraWebworkActionDispatcher.java:193)

 

Caused by: java.lang.IllegalStateException: Cannot create a session after the response has been committed
at org.apache.catalina.connector.Request.doGetSession(Request.java:2934)
at org.apache.catalina.connector.Request.getSession(Request.java:2310)
at org.apache.catalina.connector.RequestFacade.getSession(RequestFacade.java:897)
at org.apache.catalina.connector.RequestFacade.getSession(RequestFacade.java:909)
at com.atlassian.jira.web.session.DefaultSessionSearchObjectManagerFactory.createSearchRequestManager(DefaultSessionSearchObjectManagerFactory.java:32) <+2> (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)

1 answer

0 votes
Renjith Pillai
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 17, 2017

Is the HTTPS being served by the Java process or by an Apache/Nginx in front of JIRA server?

Suggest an answer

Log in or Sign up to answer