Hey all,
I did a fresh installation on my vServer and getting a HTTP 500 error. What I have done so far:
1. System: Debian Stretch / user: root
2. Installed postgres and added a user 'confluence'
3. Downloaded the actual packet, made it executable (chmod a+x) and installed confluence with express settings
4. Configured my apache as an reverse proxy for port 8090 and edited server.xml to work with the proxy
5. Opened the confluence URL
6. Provided my valid licence... and BAM -> HTTP 500
Type Exception Report
Message Cannot call sendError() after the response has been committed
Description The server encountered an unexpected condition that prevented it from fulfilling the request.
Exception
java.lang.IllegalStateException: Cannot call sendError() after the response has been committed org.apache.catalina.connector.ResponseFacade.sendError(ResponseFacade.java:456) javax.servlet.http.HttpServletResponseWrapper.sendError(HttpServletResponseWrapper.java:120) com.atlassian.confluence.web.filter.DebugFilter$LoggingResponseWrapper.sendError(DebugFilter.java:132)
That's an fresh installation... c'mon guys. Or did I miss anything?
Thanks in advance.
check if your password for the db owner matches the password in file /var/atlassian/application-data/confluence/confluence.cfg.xml
under: <property name="hibernate.connection.password">your_password</property>
As per the error message you are gettting you're using an unsupported PostgreSQL version, or haven't followed the Atlassian guide to set up the database properly. Here is the link for Database Setup for PostgreSQL.
Can you confirm your database version and Confluence version? Please go through the above link and confirm whether you are able to install the confluence.
Please verify the Supported platform as well before installing the PostgreSQL
Thanks
Amith Mathur
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.