[ 
https://issues.apache.org/jira/browse/FLUME-2043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13655197#comment-13655197
 ] 

Hudson commented on FLUME-2043:
-------------------------------

Integrated in flume-trunk #410 (See 
[https://builds.apache.org/job/flume-trunk/410/])
    FLUME-2043. JMS Source removed on failure to create configuration (Revision 
51da4db4daded80c3c2ce1a7d69ea8482c769199)

     Result = UNSTABLE
hshreedharan : 
http://git-wip-us.apache.org/repos/asf/flume/repo?p=flume.git&a=commit&h=51da4db4daded80c3c2ce1a7d69ea8482c769199
Files : 
* 
flume-ng-configuration/src/main/java/org/apache/flume/conf/source/SourceConfiguration.java

                
> 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
>    Affects Versions: v1.4.0
>            Reporter: Deepesh Khandelwal
>            Assignee: Deepesh Khandelwal
>         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

Reply via email to