You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by "Mike Percy (JIRA)" <ji...@apache.org> on 2013/06/23 22:50:20 UTC

[jira] [Updated] (FLUME-2043) JMS Source removed on failure to create configuration

     [ https://issues.apache.org/jira/browse/FLUME-2043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Percy updated FLUME-2043:
------------------------------

    Affects Version/s:     (was: v1.4.0)
        Fix Version/s: v1.4.0
    
> JMS Source removed on failure to create configuration
> -----------------------------------------------------
>
>                 Key: FLUME-2043
>                 URL: https://issues.apache.org/jira/browse/FLUME-2043
>             Project: Flume
>          Issue Type: Bug
>          Components: Configuration
>            Reporter: Deepesh Khandelwal
>            Assignee: Deepesh Khandelwal
>             Fix For: v1.4.0
>
>         Attachments: FLUME-2043.patch
>
>
> JMS Source used in agent configuration gets removed on running the agent.
> {code}
> 13/05/11 04:13:17 WARN conf.FlumeConfiguration: Removed jms-source due to Could not create configuration!
> {code}
> The configuration used is:
> {code}
> agent.sources = jms-source
> agent.channels = memoryChannel
> agent.channels.memoryChannel.type = memory
> agent.sources.jms-source.type = jms
> agent.sources.jms-source.channels = memoryChannel
> agent.sources.jms-source.initialContextFactory = org.apache.activemq.jndi.ActiveMQInitialContextFactory
> agent.sources.jms-source.providerURL = tcp://localhost:61616
> agent.sources.jms-source.destinationName = test
> agent.sources.jms-source.destinationType = queue
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira