You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@whirr.apache.org by "David Alves (Created) (JIRA)" <ji...@apache.org> on 2012/03/22 19:16:22 UTC

[jira] [Created] (WHIRR-564) zookeeper fails to bootstrap when curl is not available

zookeeper fails to bootstrap when curl is not available
-------------------------------------------------------

                 Key: WHIRR-564
                 URL: https://issues.apache.org/jira/browse/WHIRR-564
             Project: Whirr
          Issue Type: Bug
            Reporter: David Alves
            Assignee: David Alves


When doing a bootstrap on a node without curl install bootstrapping zk fails with:
...
java version "1.6.0_22"
OpenJDK Runtime Environment (IcedTea6 1.10.6) (6b22-1.10.6-0ubuntu1)
OpenJDK Client VM (build 20.0-b11, mixed mode, sharing)
/tmp/bootstrap-zookeeper/bootstrap-zookeeper.sh: line 127: curl: command not found
/tmp/bootstrap-zookeeper/bootstrap-zookeeper.sh: line 128: curl: command not found

I'm not sure this happens for other services.

--
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] (WHIRR-564) zookeeper fails to bootstrap when curl is not available

Posted by "David Alves (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WHIRR-564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13235856#comment-13235856 ] 

David Alves commented on WHIRR-564:
-----------------------------------

Not sure whether to add is to all the services that require it or to add it in a super class.

wdyt?
                
> zookeeper fails to bootstrap when curl is not available
> -------------------------------------------------------
>
>                 Key: WHIRR-564
>                 URL: https://issues.apache.org/jira/browse/WHIRR-564
>             Project: Whirr
>          Issue Type: Bug
>            Reporter: David Alves
>            Assignee: David Alves
>
> When doing a bootstrap on a node without curl installed bootstrapping zk fails with:
> ...
> java version "1.6.0_22"
> OpenJDK Runtime Environment (IcedTea6 1.10.6) (6b22-1.10.6-0ubuntu1)
> OpenJDK Client VM (build 20.0-b11, mixed mode, sharing)
> /tmp/bootstrap-zookeeper/bootstrap-zookeeper.sh: line 127: curl: command not found
> /tmp/bootstrap-zookeeper/bootstrap-zookeeper.sh: line 128: curl: command not found
> I'm not sure this happens for other services.

--
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] (WHIRR-564) zookeeper fails to bootstrap when curl is not available

Posted by "David Alves (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WHIRR-564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Alves updated WHIRR-564:
------------------------------

    Description: 
When doing a bootstrap on a node without curl installed bootstrapping zk fails with:
...
java version "1.6.0_22"
OpenJDK Runtime Environment (IcedTea6 1.10.6) (6b22-1.10.6-0ubuntu1)
OpenJDK Client VM (build 20.0-b11, mixed mode, sharing)
/tmp/bootstrap-zookeeper/bootstrap-zookeeper.sh: line 127: curl: command not found
/tmp/bootstrap-zookeeper/bootstrap-zookeeper.sh: line 128: curl: command not found

I'm not sure this happens for other services.

  was:
When doing a bootstrap on a node without curl install bootstrapping zk fails with:
...
java version "1.6.0_22"
OpenJDK Runtime Environment (IcedTea6 1.10.6) (6b22-1.10.6-0ubuntu1)
OpenJDK Client VM (build 20.0-b11, mixed mode, sharing)
/tmp/bootstrap-zookeeper/bootstrap-zookeeper.sh: line 127: curl: command not found
/tmp/bootstrap-zookeeper/bootstrap-zookeeper.sh: line 128: curl: command not found

I'm not sure this happens for other services.

    
> zookeeper fails to bootstrap when curl is not available
> -------------------------------------------------------
>
>                 Key: WHIRR-564
>                 URL: https://issues.apache.org/jira/browse/WHIRR-564
>             Project: Whirr
>          Issue Type: Bug
>            Reporter: David Alves
>            Assignee: David Alves
>
> When doing a bootstrap on a node without curl installed bootstrapping zk fails with:
> ...
> java version "1.6.0_22"
> OpenJDK Runtime Environment (IcedTea6 1.10.6) (6b22-1.10.6-0ubuntu1)
> OpenJDK Client VM (build 20.0-b11, mixed mode, sharing)
> /tmp/bootstrap-zookeeper/bootstrap-zookeeper.sh: line 127: curl: command not found
> /tmp/bootstrap-zookeeper/bootstrap-zookeeper.sh: line 128: curl: command not found
> I'm not sure this happens for other services.

--
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] (WHIRR-564) zookeeper fails to bootstrap when curl is not available

Posted by "David Alves (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WHIRR-564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13235853#comment-13235853 ] 

David Alves commented on WHIRR-564:
-----------------------------------

after doing a search for curl in whirr it seems that even though it is used multiple times I cannot find the place where it actually installed in the nodes (there is a function for that setupPublicCurl.sh but it is never used).

                
> zookeeper fails to bootstrap when curl is not available
> -------------------------------------------------------
>
>                 Key: WHIRR-564
>                 URL: https://issues.apache.org/jira/browse/WHIRR-564
>             Project: Whirr
>          Issue Type: Bug
>            Reporter: David Alves
>            Assignee: David Alves
>
> When doing a bootstrap on a node without curl installed bootstrapping zk fails with:
> ...
> java version "1.6.0_22"
> OpenJDK Runtime Environment (IcedTea6 1.10.6) (6b22-1.10.6-0ubuntu1)
> OpenJDK Client VM (build 20.0-b11, mixed mode, sharing)
> /tmp/bootstrap-zookeeper/bootstrap-zookeeper.sh: line 127: curl: command not found
> /tmp/bootstrap-zookeeper/bootstrap-zookeeper.sh: line 128: curl: command not found
> I'm not sure this happens for other services.

--
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] (WHIRR-564) zookeeper fails to bootstrap when curl is not available

Posted by "Andrei Savu (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WHIRR-564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13236750#comment-13236750 ] 

Andrei Savu commented on WHIRR-564:
-----------------------------------

So far we've assumed curl is already installed and this is true for Ubuntu and Amazon Linux AMIs on EC2. I think we should have a way of defining a common list of scripts that need to be executed for all services before and after bootstrap / install.
                
> zookeeper fails to bootstrap when curl is not available
> -------------------------------------------------------
>
>                 Key: WHIRR-564
>                 URL: https://issues.apache.org/jira/browse/WHIRR-564
>             Project: Whirr
>          Issue Type: Bug
>            Reporter: David Alves
>            Assignee: David Alves
>
> When doing a bootstrap on a node without curl installed bootstrapping zk fails with:
> ...
> java version "1.6.0_22"
> OpenJDK Runtime Environment (IcedTea6 1.10.6) (6b22-1.10.6-0ubuntu1)
> OpenJDK Client VM (build 20.0-b11, mixed mode, sharing)
> /tmp/bootstrap-zookeeper/bootstrap-zookeeper.sh: line 127: curl: command not found
> /tmp/bootstrap-zookeeper/bootstrap-zookeeper.sh: line 128: curl: command not found
> I'm not sure this happens for other services.

--
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