All work
- Installer unable to create symbolic link - Lucee installation failsLDEV-2457
- Lucee 5 installer doesn't enable .lc and .lucee files in web.xmlLDEV-2093
- dateFormat doesn't support week of yearLDEV-2081Resolved issue: LDEV-2081Pothys - MitrahSoft
- java.lang.NullPointerException with Invoke()LDEV-2059Resolved issue: LDEV-2059Pothys - MitrahSoft
- Offer more development friendly ant build optionsLDEV-2058
- flying saucer (PDF) throws error: Attribute page is not allowed for statement documentLDEV-2047Resolved issue: LDEV-2047Pothys - MitrahSoft
- structGet() incompatibility with ACFLDEV-2046Resolved issue: LDEV-2046Pothys - MitrahSoft
7 of 7
Installer unable to create symbolic link - Lucee installation fails
Unresolved
Description
Environment
Microsoft Azure Virtual Machine running ubuntu server 18.04 (fresh install)
Details
Details
Assignee
Unassigned
UnassignedReporter
Michael Sigal
Michael SigalPriority
Labels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Created 10 September 2019 at 23:55
Updated 19 May 2021 at 09:55
Activity
Michael Sigal 29 October 2019 at 17:06
Michael Sigal
29 October 2019 at 17:06
It seems that Microsoft or Lucee have made a change. I was able to successfully install Lucee yesterday, so this issue no longer seems to be an issue.
I am trying to set up a virtual machine on Microsoft Azure running ubuntu server 18.04. When I run the Lucee command-line install (version 5.3.2.077) the progress bar gets to 100%, then sits there for about 5 seconds and then returns the following three errors:
_Unable to create symbolic link /opt/lucee/jre/legal/java.xml/ADDITIONAL_LICENSE_INFO -> …/java.base/ADDITIONAL_LICENSE_INFO
Unable to create symbolic link /opt/lucee/jre/legal/java.xml/ASSEMBLY_EXCEPTION -> …/java.base/ASSEMBLY_EXCEPTION
Unable to create symbolic link /opt/lucee/jre/legal/java.xml/LICENSE -> …/java.base/LICENSE_
As per the documentation, I am using the below commands to launch the installer:
sudo chmod 744 lucee-5.3.2.077-pl0-linux-x64-installer.run
sudo ./lucee-5.3.2.077-pl0-linux-x64-installer.run
Further, during the installation process, I selected that Lucee should run as “root”