You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by "Bram Pouwelse (JIRA)" <ji...@apache.org> on 2017/11/01 19:17:00 UTC

[jira] [Created] (ACE-632) DefaultController run loop halts on a runtime exception

Bram Pouwelse created ACE-632:
---------------------------------

             Summary: DefaultController run loop halts on a runtime exception
                 Key: ACE-632
                 URL: https://issues.apache.org/jira/browse/ACE-632
             Project: ACE
          Issue Type: Bug
          Components: Management Agent
            Reporter: Bram Pouwelse
            Priority: Major


The run loop in the default controller stops on a RuntimeException without leaving a trace in the logs. 

*Reproduce: *
Have a mistake in your discovery configuration and put something like http://localhost:8080/ace instead of http://localhost:8080/ in there. 

This will cause a NPE when trying to sync the audit log which will make the agent die after only outputting something like :

{code}
2017.11.01 20:07:55 DEBUG - Bundle: org.apache.ace.agent - Synchronizing feedback channels: [auditlog]
2017.11.01 20:07:55 DEBUG - Bundle: org.apache.ace.agent - Controller syncing
{code}

After this message the logs go silent... and the agent stopped working



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)