Hi,
I realise this question has been addressed previously but the resolutions given have not solved the issue in the versions of Newbler/Ubuntu I am using.
I am trying to install Newbler 2.7 in Ubuntu 12.04
I resolved the "rocks" error by creating a ~/bin and adding to PATH
then
ln -s /bin/true ~/bin/rocks
This launches the Nixstaller, however the following error occurs:
"Verifying checksums...
Installing jre... Failed
A complete log of this installation can be found in:
/tmp/Install_DataAnalysis_2.7_08_May_2013_1306.log
Installation failed.
See log file for details.
=========================
Click "Finish" to exit this installer. "
Detailed from error log:
"Hostname: ubuntu
=============================
[01:06:36 PM] cd /home/mgpl/programs/DataAnalysis_2.7_All; md5sum -c checksum_inst
./setup.sh: OK
./README: OK
./packages/jre-linux-i586-oracle-2.7-1.noarch.rpm: OK
./packages/gsMapper-2.7-1.noarch.rpm: OK
./packages/gsNewbler-2.7-1.i686.rpm: OK
./packages/gsSeqTools-2.7-1.x86_64.rpm: OK
./packages/gsAmplicons-2.7-1.noarch.rpm: OK
./packages/gsNewbler-2.7-1.x86_64.rpm: OK
./packages/amplicons_CLI_2.7.i686.tgz: OK
./packages/gsAssembler-2.7-1.noarch.rpm: OK
./packages/gsSeqTools-2.7-1.i686.rpm: OK
=============================
=============================
[01:06:36 PM] installRpm.sh /home/mgpl/programs/DataAnalysis_2.7_All/packages/jre-linux-i586-oracle-2.7-1.noarch.rpm /home/mgpl/454/apps/jre /home/mgpl/454 other --force --relocate /opt/454/apps/jre/jre1.6.0_30=/
/tmp/selfgz7717/files_extra//installRpm.sh: 12: /tmp/selfgz7717/files_extra//installRpm.sh: Syntax error: "(" unexpected
============================="
I realise its a java related error, and Roche is looking for jre1.6.0_30, which is not available on ubuntu.
I am running
java version "1.7.0_09"
OpenJDK Runtime Environment (IcedTea7 2.3.3) (7u9-2.3.3-0ubuntu1~12.04.1)
OpenJDK 64-Bit Server VM (build 23.2-b09, mixed mode)
How do I fool Newber around this issue?
ANy help would be much appreciated.
I realise this question has been addressed previously but the resolutions given have not solved the issue in the versions of Newbler/Ubuntu I am using.
I am trying to install Newbler 2.7 in Ubuntu 12.04
I resolved the "rocks" error by creating a ~/bin and adding to PATH
then
ln -s /bin/true ~/bin/rocks
This launches the Nixstaller, however the following error occurs:
"Verifying checksums...
Installing jre... Failed
A complete log of this installation can be found in:
/tmp/Install_DataAnalysis_2.7_08_May_2013_1306.log
Installation failed.
See log file for details.
=========================
Click "Finish" to exit this installer. "
Detailed from error log:
"Hostname: ubuntu
=============================
[01:06:36 PM] cd /home/mgpl/programs/DataAnalysis_2.7_All; md5sum -c checksum_inst
./setup.sh: OK
./README: OK
./packages/jre-linux-i586-oracle-2.7-1.noarch.rpm: OK
./packages/gsMapper-2.7-1.noarch.rpm: OK
./packages/gsNewbler-2.7-1.i686.rpm: OK
./packages/gsSeqTools-2.7-1.x86_64.rpm: OK
./packages/gsAmplicons-2.7-1.noarch.rpm: OK
./packages/gsNewbler-2.7-1.x86_64.rpm: OK
./packages/amplicons_CLI_2.7.i686.tgz: OK
./packages/gsAssembler-2.7-1.noarch.rpm: OK
./packages/gsSeqTools-2.7-1.i686.rpm: OK
=============================
=============================
[01:06:36 PM] installRpm.sh /home/mgpl/programs/DataAnalysis_2.7_All/packages/jre-linux-i586-oracle-2.7-1.noarch.rpm /home/mgpl/454/apps/jre /home/mgpl/454 other --force --relocate /opt/454/apps/jre/jre1.6.0_30=/
/tmp/selfgz7717/files_extra//installRpm.sh: 12: /tmp/selfgz7717/files_extra//installRpm.sh: Syntax error: "(" unexpected
============================="
I realise its a java related error, and Roche is looking for jre1.6.0_30, which is not available on ubuntu.
I am running
java version "1.7.0_09"
OpenJDK Runtime Environment (IcedTea7 2.3.3) (7u9-2.3.3-0ubuntu1~12.04.1)
OpenJDK 64-Bit Server VM (build 23.2-b09, mixed mode)
How do I fool Newber around this issue?
ANy help would be much appreciated.
Comment