[
https://issues.apache.org/jira/browse/FALCON-1441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ajay Yadava resolved FALCON-1441.
---------------------------------
Resolution: Fixed
Reverted the changes made by FALCON-1250.
> 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)