I am not able to start Confluence. It is showing some error when I am running the startup script. Below mentioned is the exact error
bash-4.4$ ./start-confluence.sh -fg
executing as current user
If you encounter issues starting up Confluence, please see the Installation guide at http://confluence.atlassian.com/display/DOC/Confluence+Installation+Guide
Server startup logs are located in /opt/atlassian/confluence/logs/catalina.out
---------------------------------------------------------------------------
Using Java: /opt/jdk1.8.0_171/bin/java
Error relocating /opt/jdk1.8.0_171/bin/../lib/amd64/jli/libjli.so: __rawmemchr: symbol not found
Error relocating /opt/jdk1.8.0_171/bin/../lib/amd64/jli/libjli.so: __rawmemchr: symbol not found
---------------------------------------------------------------------------
Error relocating /opt/jdk1.8.0_171/bin/../lib/amd64/jli/libjli.so: __rawmemchr: symbol not found
I guess this is some problem with java version. When I give java -version it shows me the below output, but I am using jdk1.8.0_171.
bash-4.4$ java -version
openjdk version "1.8.0_151"
OpenJDK Runtime Environment (IcedTea 3.6.0) (Alpine 8.151.12-r0)
OpenJDK 64-Bit Server VM (build 25.151-b12, mixed mode)
@Rijubrata ChatterjeeIt looks like confluence doesn't fine the Java version installed.
you need to find the path of Open SDK installed, if you are running confluence on Linux/ Unix like OS, then do this
export JRE_HOME=/etc/alternatives/jre_1.8.0_openjdk/ for instance
Re-start confluence
Best
This also is not working. I am facing the same issue
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You need to read the logs to see what it is doing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.