Testing Confluence upgrade from 6.14.3 to 6.15.8 on cloned environment and get the following error message:
localadmin@venzsvrconf01:/home/localadmin$ sudo ./atlassian-confluence-6.15.8-x64.bin
Unpacking JRE ...
Starting Installer ...
[all appears ok, then]
Your instance of Confluence is currently being upgraded.
Checking if Confluence has been shutdown...
Backing up the Confluence installation directoryDeleting the previous Confluence installation directory...
Extracting files ...
./._ASSEMBLY_EXCEPTION
/opt/atlassian/confluence/jre/./._ASSEMBLY_EXCEPTION
Could not create this file. Shall I try again?
Yes [y], Cancel [c]
Trying again doesn't work.
System information
Operating System | Linux 4.4.0-141-generic |
OS Architecture | amd64 |
Application Server | Apache Tomcat/9.0.12 |
Servlet Version | 4.0 |
Java Version | 1.8.0_201 |
Java Vendor | Oracle Corporation |
JVM Version | 1.8 |
JVM Vendor | Oracle Corporation |
JVM Implementation Version | 25.201-b09 |
Database name | PostgreSQL |
Database version | 9.6.11 |
Help much appreciated.
We got the same error on upgrade. Try going to the path and see if it exists
The problem is, symlink for confluence.
Just try this:
Check if the confluence directory (with a symlink is there or not)
$ ll /opt/atlassian
if you cant find confluence directory, create one with the
or
if you are not able lo go inside the directory, then it must be issue with symlink
$ cd /opt/atlassian/confluence/jre
How to create a new/valid symlink to confluence directory
ln -s confluence atlassian-confluence-6.15.8
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Graeme Donald ,
Please check permission on the server. User that run Confluence should have full read/write permission to all directories (especially Home directory).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Confluence Home directory (/var/atlassian/application-data/confluence) is rwxrwxrwx & owner is Confluence, Group is Confluence, and user is a member of the Confluence group.
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.