You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Steve Loughran (Created) (JIRA)" <ji...@apache.org> on 2012/04/11 11:42:45 UTC

[jira] [Created] (BIGTOP-523) JAVA_HOME not found if JVM is java-7-oracle

JAVA_HOME not found if JVM is java-7-oracle
-------------------------------------------

                 Key: BIGTOP-523
                 URL: https://issues.apache.org/jira/browse/BIGTOP-523
             Project: Bigtop
          Issue Type: Bug
          Components: General
    Affects Versions: 0.3.0
         Environment: Ubuntu 10.04 with Oracle 7 jvm the only one installed (via the deb http://ppa.launchpad.net/webupd8team/java/ubuntu lucid main) repo
            Reporter: Steve Loughran
            Priority: Minor


the hadoop services won't start for me on an ubuntu 10.04 system as the only JDK I have installed there is java7, which the scripts wont find (as they look for java-6-*)

the workaround is to add a default-java symlink, but you have to know what to do first. 

better to add java-7-* to the list of JVMs, possibly even java-8-* for the future. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (BIGTOP-523) JAVA_HOME not found if JVM is java-7-oracle

Posted by "Bruno Mahé (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BIGTOP-523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13398057#comment-13398057 ] 

Bruno Mahé commented on BIGTOP-523:
-----------------------------------

+1.
Thanks a lot for your contribution!
                
> JAVA_HOME not found if JVM is java-7-oracle
> -------------------------------------------
>
>                 Key: BIGTOP-523
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-523
>             Project: Bigtop
>          Issue Type: Bug
>          Components: General
>    Affects Versions: 0.3.0
>         Environment: Ubuntu 10.04 with Oracle 7 jvm the only one installed (via the deb http://ppa.launchpad.net/webupd8team/java/ubuntu lucid main) repo
>            Reporter: Steve Loughran
>            Assignee: Jolly Chen
>            Priority: Minor
>         Attachments: BIGTOP-523.txt
>
>
> the hadoop services won't start for me on an ubuntu 10.04 system as the only JDK I have installed there is java7, which the scripts wont find (as they look for java-6-*)
> the workaround is to add a default-java symlink, but you have to know what to do first. 
> better to add java-7-* to the list of JVMs, possibly even java-8-* for the future. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (BIGTOP-523) JAVA_HOME not found if JVM is java-7-oracle

Posted by "Jolly Chen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BIGTOP-523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jolly Chen updated BIGTOP-523:
------------------------------

    Attachment: BIGTOP-523.txt

one-line patch to add java-7-oracle to the search patch for JAVA_HOME
                
> JAVA_HOME not found if JVM is java-7-oracle
> -------------------------------------------
>
>                 Key: BIGTOP-523
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-523
>             Project: Bigtop
>          Issue Type: Bug
>          Components: General
>    Affects Versions: 0.3.0
>         Environment: Ubuntu 10.04 with Oracle 7 jvm the only one installed (via the deb http://ppa.launchpad.net/webupd8team/java/ubuntu lucid main) repo
>            Reporter: Steve Loughran
>            Assignee: Steve Loughran
>            Priority: Minor
>         Attachments: BIGTOP-523.txt
>
>
> the hadoop services won't start for me on an ubuntu 10.04 system as the only JDK I have installed there is java7, which the scripts wont find (as they look for java-6-*)
> the workaround is to add a default-java symlink, but you have to know what to do first. 
> better to add java-7-* to the list of JVMs, possibly even java-8-* for the future. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (BIGTOP-523) JAVA_HOME not found if JVM is java-7-oracle

Posted by "Bruno Mahé (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BIGTOP-523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruno Mahé closed BIGTOP-523.
-----------------------------

    
> JAVA_HOME not found if JVM is java-7-oracle
> -------------------------------------------
>
>                 Key: BIGTOP-523
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-523
>             Project: Bigtop
>          Issue Type: Bug
>          Components: General
>    Affects Versions: 0.3.0
>         Environment: Ubuntu 10.04 with Oracle 7 jvm the only one installed (via the deb http://ppa.launchpad.net/webupd8team/java/ubuntu lucid main) repo
>            Reporter: Steve Loughran
>            Assignee: Jolly Chen
>            Priority: Minor
>         Attachments: BIGTOP-523.txt
>
>
> the hadoop services won't start for me on an ubuntu 10.04 system as the only JDK I have installed there is java7, which the scripts wont find (as they look for java-6-*)
> the workaround is to add a default-java symlink, but you have to know what to do first. 
> better to add java-7-* to the list of JVMs, possibly even java-8-* for the future. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (BIGTOP-523) JAVA_HOME not found if JVM is java-7-oracle

Posted by "Steve Loughran (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BIGTOP-523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13253239#comment-13253239 ] 

Steve Loughran commented on BIGTOP-523:
---------------------------------------

patch-wise, I've got a workaround and am not in a rush to do this...
                
> JAVA_HOME not found if JVM is java-7-oracle
> -------------------------------------------
>
>                 Key: BIGTOP-523
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-523
>             Project: Bigtop
>          Issue Type: Bug
>          Components: General
>    Affects Versions: 0.3.0
>         Environment: Ubuntu 10.04 with Oracle 7 jvm the only one installed (via the deb http://ppa.launchpad.net/webupd8team/java/ubuntu lucid main) repo
>            Reporter: Steve Loughran
>            Priority: Minor
>
> the hadoop services won't start for me on an ubuntu 10.04 system as the only JDK I have installed there is java7, which the scripts wont find (as they look for java-6-*)
> the workaround is to add a default-java symlink, but you have to know what to do first. 
> better to add java-7-* to the list of JVMs, possibly even java-8-* for the future. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (BIGTOP-523) JAVA_HOME not found if JVM is java-7-oracle

Posted by "Steve Loughran (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BIGTOP-523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13252283#comment-13252283 ] 

Steve Loughran commented on BIGTOP-523:
---------------------------------------

There was no default-java reference -I had to create one after looking at the script
                
> JAVA_HOME not found if JVM is java-7-oracle
> -------------------------------------------
>
>                 Key: BIGTOP-523
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-523
>             Project: Bigtop
>          Issue Type: Bug
>          Components: General
>    Affects Versions: 0.3.0
>         Environment: Ubuntu 10.04 with Oracle 7 jvm the only one installed (via the deb http://ppa.launchpad.net/webupd8team/java/ubuntu lucid main) repo
>            Reporter: Steve Loughran
>            Priority: Minor
>
> the hadoop services won't start for me on an ubuntu 10.04 system as the only JDK I have installed there is java7, which the scripts wont find (as they look for java-6-*)
> the workaround is to add a default-java symlink, but you have to know what to do first. 
> better to add java-7-* to the list of JVMs, possibly even java-8-* for the future. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (BIGTOP-523) JAVA_HOME not found if JVM is java-7-oracle

Posted by "Roman Shaposhnik (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BIGTOP-523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13252068#comment-13252068 ] 

Roman Shaposhnik commented on BIGTOP-523:
-----------------------------------------

Sounds reasonable (please submit a patch). 

But I'm also curious to know where does your /usr/lib/jvm/default-java point to?
                
> JAVA_HOME not found if JVM is java-7-oracle
> -------------------------------------------
>
>                 Key: BIGTOP-523
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-523
>             Project: Bigtop
>          Issue Type: Bug
>          Components: General
>    Affects Versions: 0.3.0
>         Environment: Ubuntu 10.04 with Oracle 7 jvm the only one installed (via the deb http://ppa.launchpad.net/webupd8team/java/ubuntu lucid main) repo
>            Reporter: Steve Loughran
>            Priority: Minor
>
> the hadoop services won't start for me on an ubuntu 10.04 system as the only JDK I have installed there is java7, which the scripts wont find (as they look for java-6-*)
> the workaround is to add a default-java symlink, but you have to know what to do first. 
> better to add java-7-* to the list of JVMs, possibly even java-8-* for the future. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (BIGTOP-523) JAVA_HOME not found if JVM is java-7-oracle

Posted by "Roman Shaposhnik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BIGTOP-523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roman Shaposhnik updated BIGTOP-523:
------------------------------------

    Fix Version/s: 0.4.0
    
> JAVA_HOME not found if JVM is java-7-oracle
> -------------------------------------------
>
>                 Key: BIGTOP-523
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-523
>             Project: Bigtop
>          Issue Type: Bug
>          Components: General
>    Affects Versions: 0.3.0
>         Environment: Ubuntu 10.04 with Oracle 7 jvm the only one installed (via the deb http://ppa.launchpad.net/webupd8team/java/ubuntu lucid main) repo
>            Reporter: Steve Loughran
>            Assignee: Jolly Chen
>            Priority: Minor
>             Fix For: 0.4.0
>
>         Attachments: BIGTOP-523.txt
>
>
> the hadoop services won't start for me on an ubuntu 10.04 system as the only JDK I have installed there is java7, which the scripts wont find (as they look for java-6-*)
> the workaround is to add a default-java symlink, but you have to know what to do first. 
> better to add java-7-* to the list of JVMs, possibly even java-8-* for the future. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (BIGTOP-523) JAVA_HOME not found if JVM is java-7-oracle

Posted by "Roman Shaposhnik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BIGTOP-523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roman Shaposhnik reassigned BIGTOP-523:
---------------------------------------

    Assignee: Steve Loughran
    
> JAVA_HOME not found if JVM is java-7-oracle
> -------------------------------------------
>
>                 Key: BIGTOP-523
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-523
>             Project: Bigtop
>          Issue Type: Bug
>          Components: General
>    Affects Versions: 0.3.0
>         Environment: Ubuntu 10.04 with Oracle 7 jvm the only one installed (via the deb http://ppa.launchpad.net/webupd8team/java/ubuntu lucid main) repo
>            Reporter: Steve Loughran
>            Assignee: Steve Loughran
>            Priority: Minor
>
> the hadoop services won't start for me on an ubuntu 10.04 system as the only JDK I have installed there is java7, which the scripts wont find (as they look for java-6-*)
> the workaround is to add a default-java symlink, but you have to know what to do first. 
> better to add java-7-* to the list of JVMs, possibly even java-8-* for the future. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira