Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5EB7D9436 for ; Mon, 12 Dec 2011 14:11:00 +0000 (UTC) Received: (qmail 67659 invoked by uid 500); 12 Dec 2011 14:11:00 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 67617 invoked by uid 500); 12 Dec 2011 14:11:00 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 67609 invoked by uid 99); 12 Dec 2011 14:11:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Dec 2011 14:11:00 +0000 X-ASF-Spam-Status: No, hits=-2001.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Dec 2011 14:10:51 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 9464710E7F4 for ; Mon, 12 Dec 2011 14:10:30 +0000 (UTC) Date: Mon, 12 Dec 2011 14:10:30 +0000 (UTC) From: "Alexey Markevich (Updated) (JIRA)" To: dev@activemq.apache.org Message-ID: <253304222.1229.1323699030609.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <26905320.58109.1323435999999.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (AMQ-3629) Karaf: activemq:create-broker create spring configuration which failed to refresh MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMQ-3629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Markevich updated AMQ-3629: ---------------------------------- Description: Console output: karaf@trun> features:install activemq-spring Refreshing bundles org.apache.activemq.activemq-core (150) karaf@trun> activemq:create-broker Creating file: @|green D:\Talend-ESB-V5.0.1\container\deploy\localhost-broker.xml| Default ActiveMQ Broker (localhost) configuration file created at: D:\Talend-ESB-V5.0.1\container\deploy\localhost-broker.xml Please review the configuration and modify to suite your needs. 0 karaf@trun> list -t 30 -s | grep org.springframework.web [ 106] [Active ] [ ] [ ] [ 30] org.springframework.web (3.0.6.RELEASE) [ 107] [Active ] [ ] [ ] [ 30] org.springframework.web.servlet (3.0.6.RELEASE) karaf@trun> refresh 106 You are about to access system bundle 106. Do you wish to continue (yes/no): yes karaf@trun> list | grep localhost-broker.xml [ 182] [Active ] [ ] [Failed ] [ 60] localhost-broker.xml (0.0.0) Manual refresh helps: karaf@trun> refresh 182 karaf@trun> list | grep localhost-broker.xml [ 182] [Active ] [ ] [Started] [ 60] localhost-broker.xml (0.0.0) was: Demo project [1] Console output: karaf@trun> features:install activemq-spring Refreshing bundles org.apache.activemq.activemq-core (150) karaf@trun> activemq:create-broker Creating file: @|green D:\Talend-ESB-V5.0.1\container\deploy\localhost-broker.xml| Default ActiveMQ Broker (localhost) configuration file created at: D:\Talend-ESB-V5.0.1\container\deploy\localhost-broker.xml Please review the configuration and modify to suite your needs. 0 karaf@trun> features:addurl mvn:com.talend.if.examples/osgi/1.0/xml/features karaf@trun> features:install tif-example-jaxrs-jms-http Refreshing bundles org.springframework.web (106) karaf@trun> list ... [ 193] [Active ] [ ] [Failed ] [ 60] localhost-broker.xml (0.0.0) 1. https://github.com/Talend/tif/tree/master/examples/jaxrs-jms-http Summary: Karaf: activemq:create-broker create spring configuration which failed to refresh (was: Karaf: activemq:create-broker create spring configuration which failed to reload) > Karaf: activemq:create-broker create spring configuration which failed to refresh > --------------------------------------------------------------------------------- > > Key: AMQ-3629 > URL: https://issues.apache.org/jira/browse/AMQ-3629 > Project: ActiveMQ > Issue Type: Bug > Affects Versions: 5.5.0 > Reporter: Alexey Markevich > Priority: Minor > Attachments: log.log > > > Console output: > karaf@trun> features:install activemq-spring > Refreshing bundles org.apache.activemq.activemq-core (150) > karaf@trun> activemq:create-broker > Creating file: @|green D:\Talend-ESB-V5.0.1\container\deploy\localhost-broker.xml| > Default ActiveMQ Broker (localhost) configuration file created at: D:\Talend-ESB-V5.0.1\container\deploy\localhost-broker.xml > Please review the configuration and modify to suite your needs. > 0 > karaf@trun> list -t 30 -s | grep org.springframework.web > [ 106] [Active ] [ ] [ ] [ 30] org.springframework.web (3.0.6.RELEASE) > [ 107] [Active ] [ ] [ ] [ 30] org.springframework.web.servlet (3.0.6.RELEASE) > karaf@trun> refresh 106 > You are about to access system bundle 106. Do you wish to continue (yes/no): yes > karaf@trun> list | grep localhost-broker.xml > [ 182] [Active ] [ ] [Failed ] [ 60] localhost-broker.xml (0.0.0) > Manual refresh helps: > karaf@trun> refresh 182 > karaf@trun> list | grep localhost-broker.xml > [ 182] [Active ] [ ] [Started] [ 60] localhost-broker.xml (0.0.0) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira