projectatomic / nulecule

[UNMAINTAINED] Specification describing a container-based application
209 stars 46 forks source link

Exception on atomic stop #157

Closed ggallen closed 9 years ago

ggallen commented 9 years ago

When trying to to stop the helloapache sample program I get the following exception:

[root@atomic atomic-test]# atomic stop projectatomic/helloapache
Traceback (most recent call last):
  File "/usr/bin/atomic", line 248, in <module>
    sys.exit(args.func())
  File "/usr/lib/python2.7/site-packages/Atomic/atomic.py", line 381, in stop
    self.display(cmd)
  File "/usr/lib/python2.7/site-packages/Atomic/atomic.py", line 719, in display
    subprocess.check_call("/usr/bin/echo \"" + cmd  + "\"", env=self.cmd_env, shell=True)
  File "/usr/lib/python2.7/site-packages/Atomic/atomic.py", line 453, in cmd_env
    if self.args.opt1:
AttributeError: 'Namespace' object has no attribute 'opt1'
[root@atomic atomic-test]# 
goern commented 9 years ago

This seems to be a Atomic App issue?!

vpavlin commented 9 years ago

It's either atomic issue or labels in Atomic App Dockerfile are messed up. Hard to guess..

dustymabe commented 9 years ago

This is the issue https://github.com/projectatomic/atomic/issues/137

dustymabe commented 9 years ago

This issue can be closed as it is not a bug in nulecule.

goern commented 9 years ago

thx dusty!