You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@continuum.apache.org by "Wendy Smoak (JIRA)" <ji...@codehaus.org> on 2009/09/10 01:08:31 UTC

[jira] Updated: (CONTINUUM-2293) continuum sh script fails to determine the right wrapper

     [ http://jira.codehaus.org/browse/CONTINUUM-2293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wendy Smoak updated CONTINUUM-2293:
-----------------------------------

    Fix Version/s: 1.4.x

Related thread: http://www.nabble.com/Web-Interface-td25361902.html

> continuum sh script fails to determine the right wrapper
> --------------------------------------------------------
>
>                 Key: CONTINUUM-2293
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2293
>             Project: Continuum
>          Issue Type: Bug
>          Components: Core system
>    Affects Versions: 1.3.3
>         Environment: Gentoo Linux, AMD64, coreutils 7.1
>            Reporter: Boris
>             Fix For: 1.4.x
>
>
> Running continuum fails with not finding the wrappers:
> $ bin/continuum
> Unable to locate any of the following binaries:
>   /tmp/apache-continuum-1.3.3/bin/./wrapper-linux-amdathlon(tm)x2dualcoreprocessorbe-2350-32
>   /tmp/apache-continuum-1.3.3/bin/./wrapper-linux-amdathlon(tm)x2dualcoreprocessorbe-2350-64
>   /tmp/apache-continuum-1.3.3/bin/./wrapper
> This happens because the script does expect "uname -p" output "unknown" or the right arch. But this does not happen on my system (perhaps because of the newer coreutils/uname-version. On our server it works).
> Here is the actual output of the 7.1 uname on different machines, so that you can improve your script:
> $ uname -p
> AMD Athlon(tm) 64 X2 Dual Core Processor 5000+
> $ uname -m
> x86_64
> $ uname -p
> Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz
> $ uname -m
> i686
> $ uname -p
> AMD Athlon(tm) X2 Dual Core Processor BE-2350
> $ uname -m
> x86_64

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira