You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Alexander Osadchiy (JIRA)" <ji...@apache.org> on 2012/11/01 10:25:12 UTC

[jira] [Created] (AMQ-4152) Problem with activemq-blueprint

Alexander Osadchiy created AMQ-4152:
---------------------------------------

             Summary: Problem with activemq-blueprint
                 Key: AMQ-4152
                 URL: https://issues.apache.org/jira/browse/AMQ-4152
             Project: ActiveMQ
          Issue Type: Bug
    Affects Versions: 5.7.0
            Reporter: Alexander Osadchiy
         Attachments: karaf.log

When I try to install ActiveMQ with blueprint support:
{noformat}
features:install activemq-blueprint
activemq:create-broker
{noformat}

I get an exception:
{noformat}
Error while starting bundle: spring:file:/mnt/data/tesb5.2.1M1/31/TESB_SE-V5.2.1-SNAPSHOT/container/deploy/localhost-broker.xml
org.osgi.framework.BundleException: The bundle "localhost-broker.xml_0.0.0 [210]" could not be resolved. Reason: Missing Constraint: Import-Package: org.apache.activemq.hooks; version="0.0.0"
{noformat}

Log file is attached

--
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

[jira] [Updated] (AMQ-4152) Problem with activemq-blueprint

Posted by "Alexander Osadchiy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AMQ-4152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexander Osadchiy updated AMQ-4152:
------------------------------------

    Description: 
When I try to install ActiveMQ with blueprint support to the Karaf container:
{noformat}
features:install activemq-blueprint
activemq:create-broker
{noformat}

I get an exception:
{noformat}
2012-11-01 11:10:14,950 | WARN  | raf-2.2.9/deploy | fileinstall                      | 6 - org.apache.felix.fileinstall - 3.2.4 | Error while starting bundle: spring:file:/mnt/data/apache-karaf-2.2.9/deploy/localhost-broker.xml
org.osgi.framework.BundleException: Unresolved constraint in bundle localhost-broker.xml [78]: Unable to resolve 78.0: missing requirement [78.0] package; (package=org.apache.activemq.hooks)
	at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3564)[org.apache.felix.framework-3.2.2.jar:]
	at org.apache.felix.framework.Felix.startBundle(Felix.java:1797)[org.apache.felix.framework-3.2.2.jar:]
	at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:927)[org.apache.felix.framework-3.2.2.jar:]
	at org.apache.felix.fileinstall.internal.DirectoryWatcher.startBundle(DirectoryWatcher.java:1244)[6:org.apache.felix.fileinstall:3.2.4]
	at org.apache.felix.fileinstall.internal.DirectoryWatcher.startBundles(DirectoryWatcher.java:1216)[6:org.apache.felix.fileinstall:3.2.4]
	at org.apache.felix.fileinstall.internal.DirectoryWatcher.process(DirectoryWatcher.java:505)[6:org.apache.felix.fileinstall:3.2.4]
	at org.apache.felix.fileinstall.internal.DirectoryWatcher.run(DirectoryWatcher.java:291)[6:org.apache.felix.fileinstall:3.2.4]
{noformat}

Log file is attached

  was:
When I try to install ActiveMQ with blueprint support to the Karaf container:
{noformat}
features:install activemq-blueprint
activemq:create-broker
{noformat}

I get an exception:
{noformat}
Error while starting bundle: spring:file:/mnt/data/tesb5.2.1M1/31/TESB_SE-V5.2.1-SNAPSHOT/container/deploy/localhost-broker.xml
org.osgi.framework.BundleException: The bundle "localhost-broker.xml_0.0.0 [210]" could not be resolved. Reason: Missing Constraint: Import-Package: org.apache.activemq.hooks; version="0.0.0"
{noformat}

Log file is attached

    
> Problem with activemq-blueprint
> -------------------------------
>
>                 Key: AMQ-4152
>                 URL: https://issues.apache.org/jira/browse/AMQ-4152
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.7.0
>            Reporter: Alexander Osadchiy
>         Attachments: karaf.log
>
>
> When I try to install ActiveMQ with blueprint support to the Karaf container:
> {noformat}
> features:install activemq-blueprint
> activemq:create-broker
> {noformat}
> I get an exception:
> {noformat}
> 2012-11-01 11:10:14,950 | WARN  | raf-2.2.9/deploy | fileinstall                      | 6 - org.apache.felix.fileinstall - 3.2.4 | Error while starting bundle: spring:file:/mnt/data/apache-karaf-2.2.9/deploy/localhost-broker.xml
> org.osgi.framework.BundleException: Unresolved constraint in bundle localhost-broker.xml [78]: Unable to resolve 78.0: missing requirement [78.0] package; (package=org.apache.activemq.hooks)
> 	at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3564)[org.apache.felix.framework-3.2.2.jar:]
> 	at org.apache.felix.framework.Felix.startBundle(Felix.java:1797)[org.apache.felix.framework-3.2.2.jar:]
> 	at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:927)[org.apache.felix.framework-3.2.2.jar:]
> 	at org.apache.felix.fileinstall.internal.DirectoryWatcher.startBundle(DirectoryWatcher.java:1244)[6:org.apache.felix.fileinstall:3.2.4]
> 	at org.apache.felix.fileinstall.internal.DirectoryWatcher.startBundles(DirectoryWatcher.java:1216)[6:org.apache.felix.fileinstall:3.2.4]
> 	at org.apache.felix.fileinstall.internal.DirectoryWatcher.process(DirectoryWatcher.java:505)[6:org.apache.felix.fileinstall:3.2.4]
> 	at org.apache.felix.fileinstall.internal.DirectoryWatcher.run(DirectoryWatcher.java:291)[6:org.apache.felix.fileinstall:3.2.4]
> {noformat}
> Log file is attached

--
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

[jira] [Updated] (AMQ-4152) Problem with activemq-blueprint

Posted by "Alexander Osadchiy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AMQ-4152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexander Osadchiy updated AMQ-4152:
------------------------------------

    Attachment: karaf.log
    
> Problem with activemq-blueprint
> -------------------------------
>
>                 Key: AMQ-4152
>                 URL: https://issues.apache.org/jira/browse/AMQ-4152
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.7.0
>            Reporter: Alexander Osadchiy
>         Attachments: karaf.log
>
>
> When I try to install ActiveMQ with blueprint support:
> {noformat}
> features:install activemq-blueprint
> activemq:create-broker
> {noformat}
> I get an exception:
> {noformat}
> Error while starting bundle: spring:file:/mnt/data/tesb5.2.1M1/31/TESB_SE-V5.2.1-SNAPSHOT/container/deploy/localhost-broker.xml
> org.osgi.framework.BundleException: The bundle "localhost-broker.xml_0.0.0 [210]" could not be resolved. Reason: Missing Constraint: Import-Package: org.apache.activemq.hooks; version="0.0.0"
> {noformat}
> Log file is attached

--
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

[jira] [Updated] (AMQ-4152) Problem with activemq-blueprint

Posted by "Alexander Osadchiy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AMQ-4152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexander Osadchiy updated AMQ-4152:
------------------------------------

    Description: 
When I try to install ActiveMQ with blueprint support to the Karaf container:
{noformat}
features:install activemq-blueprint
activemq:create-broker
{noformat}

I get an exception:
{noformat}
Error while starting bundle: spring:file:/mnt/data/tesb5.2.1M1/31/TESB_SE-V5.2.1-SNAPSHOT/container/deploy/localhost-broker.xml
org.osgi.framework.BundleException: The bundle "localhost-broker.xml_0.0.0 [210]" could not be resolved. Reason: Missing Constraint: Import-Package: org.apache.activemq.hooks; version="0.0.0"
{noformat}

Log file is attached

  was:
When I try to install ActiveMQ with blueprint support:
{noformat}
features:install activemq-blueprint
activemq:create-broker
{noformat}

I get an exception:
{noformat}
Error while starting bundle: spring:file:/mnt/data/tesb5.2.1M1/31/TESB_SE-V5.2.1-SNAPSHOT/container/deploy/localhost-broker.xml
org.osgi.framework.BundleException: The bundle "localhost-broker.xml_0.0.0 [210]" could not be resolved. Reason: Missing Constraint: Import-Package: org.apache.activemq.hooks; version="0.0.0"
{noformat}

Log file is attached

    
> Problem with activemq-blueprint
> -------------------------------
>
>                 Key: AMQ-4152
>                 URL: https://issues.apache.org/jira/browse/AMQ-4152
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.7.0
>            Reporter: Alexander Osadchiy
>         Attachments: karaf.log
>
>
> When I try to install ActiveMQ with blueprint support to the Karaf container:
> {noformat}
> features:install activemq-blueprint
> activemq:create-broker
> {noformat}
> I get an exception:
> {noformat}
> Error while starting bundle: spring:file:/mnt/data/tesb5.2.1M1/31/TESB_SE-V5.2.1-SNAPSHOT/container/deploy/localhost-broker.xml
> org.osgi.framework.BundleException: The bundle "localhost-broker.xml_0.0.0 [210]" could not be resolved. Reason: Missing Constraint: Import-Package: org.apache.activemq.hooks; version="0.0.0"
> {noformat}
> Log file is attached

--
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