wlstks7 / interactive-spaces

Automatically exported from code.google.com/p/interactive-spaces
Other
0 stars 0 forks source link

Space Operations does not stop I.S. activities #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. start up an I.S. activity on a controller that is in your Space Operations 
description file.
2. run 'groovy SpaceOperationsRunner <description_file> stopControllers'

What is the expected output? What do you see instead?
expected:
the controller shuts down and the Live Activity that was running also shuts 
down (including all chrome instances or native applications that were started 
via I.S.)
instead:
the controller shuts down, but any Live Activities running on that controller 
are still running.

What version of the product are you using? On what operating system?
osx 10.7, I.S. v1.1.0

Original issue reported on code.google.com by quinkenn...@gmail.com on 6 Aug 2012 at 1:36

GoogleCodeExporter commented 9 years ago

Original comment by khug...@google.com on 6 Aug 2012 at 2:08

GoogleCodeExporter commented 9 years ago
Shutting down controllers from Space Operations is considered to be a last 
resort as it immediately kills the controller with extreme prejudice.

You should shut controllers down from the Interactive Spaces webadmin. This 
makes sure that all activities are properly shut down before the controller 
shuts down.

Original comment by khug...@google.com on 6 Aug 2012 at 5:22