After having downloaded Crucible with different Instance and Installation directories, trying to run the command bin/start.sh on Linux 64-bti Ubuntu Server 16.04 LTS and getting the following:
Starting FishEye/Crucible... Output redirected to /home/pemanm/Documents/Atlassian/Crucible//var/log/fisheye.out
Catin the contents of the fisheye.out file, get:
-Djava.endorsed.dirs=/opt/atlassian/crucible/lib/endorsed is not supported. Endorsed standards and standalone APIs in modular form will be supported via the concept of upgradeable modules.
Error: Could not create the Java Virtual Machine
Error: A fatal exception has occured. Program will exit.
On Java side, java-8-openjdk-amd64 has been installed and under /usr/lib/jvm, the following two directories exist:
java-1.8.0-openjdk-amd64
java-8-openjdk-amd64
Also, added the following line in /etc/environment:
FISHEYE_INST="home/<user_directory>/Documents/Atlassian/Crucible/" which is the Instance directory (the installation directory being /opt/atlassian/crucible/)
JAVA_HOME="/usr/lib/jvm/java-1.8.0-openjdk-amd64/"
Thank you,
PemanM
I also have sam issue - please advise!
Any updates for this isse? I had the exact same problem on windows.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
the same issue here
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
what is the output from:
echo $JAVA_HOME
echo $FISHEYE_INST
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
echo $JAVA_HOME generates /usr/lib/jvm/java-1.8.0-openjdk-amd64/
echo $FISHEYE_INST generates /home/<username>/Documents/Atlassian/Crucible/
I am using a Linux Ubuntu Server 16.04 LTS 64-bit
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.