New Confluence Server on CentOS 8.1 Postgres .
Installed license but did not complete database configuration.
Can't get http://my-hostname:8090 to open. Errors out to:
A system error has occurred — our apologies!
java.lang.NullPointerException
at com.atlassian.confluence.setup.actions.SetupPathsAction.execute(SetupPathsAction.java:48)
followed by Stack Trace
http://my-hostname:8090/setup/setuppaths.action
Hi!
As I see the other thread mostly making the reinstall. Looks like it's problem with permission of directories, caches
Thank you. I was able to resolve this and other problems including connectors, permissions, and policies for ProgreSQL database, network port bindings, firewalld, java
Manually editing Config Files
/var/atlassian/application-data/confluence/confluence.cfg.xml
to add connector properties for postgresql
/opt/atlassian/confluence/conf/server.xml
to add IP access from LAN
to add 443 connector and install JKS
Set Java NonRootPortBinding
setcap cap_net_bind_service+ep /opt/atlassian/confluence/jre/bin/java
echo $(dirname $(find /opt/atlassian/confluence/ -name libjli.so)) >> /etc/ld.so.conf.d/java-libjli.conf
ldconfig -v
Open firewalld ports
firewall-cmd --zone=public --add-port=443/tcp --permanent
firewall-cmd --zone=public --add-port=8090/tcp --permanent
firewall-cmd --reload
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.