You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Alexey Markevich (Updated) (JIRA)" <ji...@apache.org> on 2011/12/12 15:10:30 UTC

[jira] [Updated] (AMQ-3629) Karaf: activemq:create-broker create spring configuration which failed to refresh

     [ 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