You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Venkatesh Seetharam (JIRA)" <ji...@apache.org> on 2014/03/14 00:17:42 UTC

[jira] [Created] (FALCON-354) Bug when MetadataMappingService is not configured as one of the application services

Venkatesh Seetharam created FALCON-354:
------------------------------------------

             Summary: Bug when MetadataMappingService is not configured as one of the application services
                 Key: FALCON-354
                 URL: https://issues.apache.org/jira/browse/FALCON-354
             Project: Falcon
          Issue Type: Sub-task
            Reporter: Venkatesh Seetharam
            Assignee: Venkatesh Seetharam
            Priority: Minor


{code}
2014-03-13 19:11:11,077 INFO  - [ActiveMQ Session Task:] ~ Error in onMessage for subscriber of topic: FALCON.ENTITY.TOPIC (FalconTopicSubscriber:137)
java.util.NoSuchElementException: Service MetadataMappingService not registered with registry
        at org.apache.falcon.service.Services.getService(Services.java:61)
        at org.apache.falcon.service.FalconTopicSubscriber.notifyMetadataMappingService(FalconTopicSubscriber.java:157)
        at org.apache.falcon.service.FalconTopicSubscriber.onMessage(FalconTopicSubscriber.java:130)
        at org.apache.activemq.ActiveMQMessageConsumer.dispatch(ActiveMQMessageConsumer.java:1229)
        at org.apache.activemq.ActiveMQSessionExecutor.dispatch(ActiveMQSessionExecutor.java:134)
        at org.apache.activemq.ActiveMQSessionExecutor.iterate(ActiveMQSessionExecutor.java:205)
        at org.apache.activemq.thread.PooledTaskRunner.runTask(PooledTaskRunner.java:122)
        at org.apache.activemq.thread.PooledTaskRunner$1.run(PooledTaskRunner.java:43)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:744)
{code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)