Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stack trace on login #12

Closed
mbulman opened this issue Feb 27, 2013 · 1 comment
Closed

Stack trace on login #12

mbulman opened this issue Feb 27, 2013 · 1 comment

Comments

@mbulman
Copy link
Contributor

mbulman commented Feb 27, 2013

After provisioning via opscenter (raidonly=true)

[automaton@ip-10-196-24-69 ~]$ ssh -i US_West_\(Northern_California\)-OpsCenterProvisioningKeyPair.pem ubuntu@10.197.54.135
Last login: Wed Feb 27 01:10:10 2013 from ip-10-196-24-69.us-west-1.compute.internal

Cluster started with these options:
--raidonly


Waiting for nodetool...
The cluster is now in it's finalization phase. This should only take a moment...

Note: You can also use CTRL+C to view the logs if desired:
    AMI log: ~/datastax_ami/ami.log
    Cassandra log: /var/log/cassandra/system.log


Traceback (most recent call last):
  File "datastax_ami/ds4_motd.py", line 196, in <module>
    run()
  File "datastax_ami/ds4_motd.py", line 187, in run
    waiting_for_nodetool()
  File "datastax_ami/ds4_motd.py", line 84, in waiting_for_nodetool
    retcode = subprocess.call(shlex.split(config_data['nodetool_statement']), stdout=subprocess.PIPE, stderr=subprocess.PIPE)
  File "/usr/lib/python2.7/subprocess.py", line 493, in call
    return Popen(*popenargs, **kwargs).wait()
  File "/usr/lib/python2.7/subprocess.py", line 679, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1249, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory
@joaquincasares
Copy link
Contributor

All --raidonly, a hidden option, launches should now contain no more errors.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants