Github user sjcorbett commented on the pull request:

    https://github.com/apache/incubator-brooklyn/pull/194#issuecomment-57464711
  
    In fact the is-up check failure causes the whole server to exit after an 
`IllegalStateException`:
    ```
    ... lots and lots of
    2014-10-01 14:39:10,406 INFO  Web console rejecting unknown user admin
    2014-10-01 14:39:10,613 INFO  Web console rejecting unknown user admin
    2014-10-01 14:39:10,819 INFO  Web console rejecting unknown user admin
    ...
    Caused by: java.lang.IllegalStateException: Timeout waiting for SERVICE_UP 
from BrooklynNodeImpl{id=BP5Im0t6}
            at 
brooklyn.entity.basic.Entities.waitForServiceUp(Entities.java:990)
            at 
brooklyn.entity.basic.SoftwareProcessImpl.waitForServiceUp(SoftwareProcessImpl.java:301)
            at 
brooklyn.entity.basic.SoftwareProcessImpl.waitForServiceUp(SoftwareProcessImpl.java:298)
            at 
brooklyn.entity.basic.SoftwareProcessDriverLifecycleEffectorTasks.postStartCustom(SoftwareProcessDriverLifecycleEffectorTasks.java:141)
            at 
brooklyn.entity.software.MachineLifecycleEffectorTasks$7.run(MachineLifecycleEffectorTasks.java:407)
            at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
            ... 6 more
    ```
    The `admin` user is the default value for the `MANAGEMENT_USER` config key.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to