You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Pallavi Rao (JIRA)" <ji...@apache.org> on 2015/09/11 07:15:45 UTC

[jira] [Created] (FALCON-1441) Falcon server fails to start in embedded mode with default startup.properties

Pallavi Rao created FALCON-1441:
-----------------------------------

             Summary: Falcon server fails to start in embedded mode with default startup.properties
                 Key: FALCON-1441
                 URL: https://issues.apache.org/jira/browse/FALCON-1441
             Project: Falcon
          Issue Type: Bug
            Reporter: Pallavi Rao
            Assignee: Narayan Periwal


Due to changes made in FALCON-1250, Falcon server does not start with the default startup.properties shipped as it contains some properties starting with "prism."
Log:
{code}
2015-09-11 10:29:35,702 INFO  - [main:] ~ Initializing org.apache.falcon.util.StartupProperties properties with domain falcon (ApplicationProperties:145)
2015-09-11 10:29:35,703 ERROR - [main:] ~ Key: prism.application.services does not start with '*.' or 'falcon.' (ApplicationProperties:162)
2015-09-11 10:29:35,706 INFO  - [Thread-0:] ~ calling shutdown hook (Main:68)
{code}

The root cause is that the patch for FALCON-1250 checks for properties against current domain (falcon, in this case) and hence fails for properties starting with "prism"



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)