Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

confluence does not start up get white blank page

Systems_Department October 25, 2018

I edited /opt/atlassian/confluence/conf/web.xml

 

<!-- ==================== Default Session Configuration ================= -->
<!-- You can set the default session timeout (in minutes) for all newly -->
<!-- created sessions by modifying the value below. -->

<session-config>
<session-timeout>120</session-timeout>
</session-config>

 

from 30 to 120

 

After that I restarted my confluence service and start it up again I get a blank white page.  I set it back to 30 and still get a white blank page.  why is this?

 

How can I start it up?

 

 

1 answer

0 votes
Shannon S
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 26, 2018

Hi there,

According to How to adjust the session timeout for Confluence:

The default location of the web.xml file for Tomcat is conf/web.xml, but this file is overridden by the file provided with your Confluence installation, at the location described above. If you are having trouble changing this setting, ensure that you have changed <confluence_install>/confluence/WEB-INF/web.xml and NOT <confluence_install>/conf/web.xml. 

Please try the following:

  1. Stop Confluence
  2. Edit the conf/web.xml file as you did before, you can use the below example if you want to try copying and pasting that:
     <!-- ==================== Default Session Configuration ================= -->
    <!-- You can set the default session timeout (in minutes) for all newly -->
    <!-- created sessions by modifying the value below. -->

    <session-config>
    <session-timeout>30</session-timeout>
    </session-config>
  3. Adjust the timeout from <confluence_install>/confluence/WEB-INF/web.xml instead.
  4. Start Confluence

If you still have the white screen, then I'll need you to tail your Confluence server logs to see what might be causing the white screen. Feel free to send those logs this way if you stll have the issue and we can help you out.

Regards,

Shannon

Systems_Department October 26, 2018

My config file web.xml has these entries

<session-config>
<session-timeout>30</session-timeout>
<tracking-mode>COOKIE</tracking-mode>
</session-config>


Do I need to to have the  <tracking-mode>COOKIE</tracking-mode>  option or can I just delete that?, what does this do?

 

The white page has been solved as I was starting confluence with the script /opt/atlassian/confluence/bin/start-confluence.sh and was not using the script  /opt/atlassian/confluence/bin/startup.sh.  Using the startup.sh fixed my white pages as its then loaded the catalina.startup process

 

Thanks

service

Shannon S
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 26, 2018

Hello,

Thank you for letting me know you were able to solve it. Here's a thread that explains the difference between the two, if you're curious.

For additional information, running startup.sh will execute the application using the current user. But start-confluence.sh will execute the application using the user mentioned in user.sh. If the user.sh doesn't specify any user, it will execute the application using the current user.
This affects the directory/file permission when running Confluence.

As for the line in your web.xml file, it appears it was added as a result of this article:

As for if you want to remove it or not, consider if you want to retain the JSessionID parameter in your URL, or if you want to keep it as is.

Let me know if you have any questions!

Regards,

Shannon

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events