Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • sklages
    replied
    Originally posted by ajthomas View Post
    You might be running into Java issues that I ran across back when I first tried to install the 454 software in Fedora. It worked fine in 32-bit Fedora, but couldn't find Java in 64-bit Fedora. After a bit of back and forth with Roche, they came up with some additional libraries that need to be installed. The installer now tells the user to install those libraries when it discovers that they're needed. I remember one is zlib.i386, but I don't remember the others off the top of my head. I know it's been posted more than once here (try the 454 subforum). You might just need those libraries to solve your problem.
    If you run into problems with their 32bit java, I'd install my own 64bit oracle java somewhere in the Roche Software tree and alter the corresponding five or so scripts to use that java.

    btw, I never installed libs like zlib.i386 which is Roche moaning about; installation proceeds without them.

    Sven

    Leave a comment:


  • sklages
    replied
    Originally posted by JackieBadger View Post
    Thanks for the input guys, appreciated.

    One more Q.
    How do I "configure the default system shell being 'bash' " ?

    Cheers

    J
    You don't want to change your login shell, but the system shell:



    $ sudo dpkg-reconfigure dash

    This is asking you if you want to use 'dash' for '/bin/sh'. Answer 'no' to use 'bash' instead.

    hth,
    Sven

    Leave a comment:


  • JackieBadger
    replied
    Thanks a lot.

    J

    Leave a comment:


  • GenoMax
    replied
    Originally posted by JackieBadger View Post
    How do I "configure the default system shell being 'bash' " ?

    Cheers

    J
    Procedure is described here. Replace with the path for a shell you want to use.
    How can I change my default (login) shell to /usr/bin/ksh from /bin/bash? Using chsh rejects ksh as a "valid" shell. I am running Ubuntu 12.04 and ksh installed on the machine satisfactorily. I can enter ksh by typing "ksh" at a bash prompt, but I want to open directly to ksh. Thanks in advance for the help.
    Last edited by GenoMax; 05-08-2013, 05:22 PM.

    Leave a comment:


  • JackieBadger
    replied
    Thanks for the input guys, appreciated.

    One more Q.
    How do I "configure the default system shell being 'bash' " ?

    Cheers

    J

    Leave a comment:


  • ajthomas
    replied
    You might be running into Java issues that I ran across back when I first tried to install the 454 software in Fedora. It worked fine in 32-bit Fedora, but couldn't find Java in 64-bit Fedora. After a bit of back and forth with Roche, they came up with some additional libraries that need to be installed. The installer now tells the user to install those libraries when it discovers that they're needed. I remember one is zlib.i386, but I don't remember the others off the top of my head. I know it's been posted more than once here (try the 454 subforum). You might just need those libraries to solve your problem.

    Leave a comment:


  • sklages
    replied
    Originally posted by JackieBadger View Post
    /tmp/selfgz7717/files_extra//installRpm.sh: 12: /tmp/selfgz7717/files_extra//installRpm.sh: Syntax error: "(" unexpected
    ============================="
    This is probably due to Ubuntu using 'dash' as system shell (invoking 'sh' from within a script invokes 'dash'). Just configure the default system shell being 'bash'. I always do this since 10.04; no performance loss, but less problems with '#!/bin/sh' stuff ;-)

    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)
    Get the java JRE/SDK directly from oracle [1] and install it somewhere in your 454 directory structure; change the scripts accordingly to use this specific version of java.

    Think about subsituting your openJDK with with Oracle's java 7 systemwide; it is said that performance is better ...

    EDIT: hmm, Roche brings its own (32bit) version of java 6. Seems that java 7 is not your problem. Just fix the dash/bash stuff and then see if it works.
    For my Roche installations on 64bit Ubuntu I use Oracle's java .. you don't necessarily need it.

    java version "1.6.0_37"
    Java(TM) SE Runtime Environment (build 1.6.0_37-b06)
    Java HotSpot(TM) 64-Bit Server VM (build 20.12-b01, mixed mode)

    hth,
    Sven

    [1]=http://www.oracle.com/technetwork/java/javase/downloads/index.html
    Last edited by sklages; 05-08-2013, 02:19 PM. Reason: Roche brings its own java

    Leave a comment:


  • Installing Newbler 2.7 on Ubuntu 12.04, java problem

    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.

Latest Articles

Collapse

  • seqadmin
    Essential Discoveries and Tools in Epitranscriptomics
    by seqadmin




    The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
    04-22-2024, 07:01 AM
  • seqadmin
    Current Approaches to Protein Sequencing
    by seqadmin


    Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
    04-04-2024, 04:25 PM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by seqadmin, Today, 11:49 AM
0 responses
4 views
0 likes
Last Post seqadmin  
Started by seqadmin, Yesterday, 08:47 AM
0 responses
16 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-11-2024, 12:08 PM
0 responses
60 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-10-2024, 10:19 PM
0 responses
60 views
0 likes
Last Post seqadmin  
Working...
X