You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Lars Heinemann (JIRA)" <ji...@apache.org> on 2010/02/11 13:31:33 UTC

[jira] Created: (SMX4-477) groovy-bundle references to wrong antlr versions

groovy-bundle references to wrong antlr versions
------------------------------------------------

                 Key: SMX4-477
                 URL: https://issues.apache.org/activemq/browse/SMX4-477
             Project: ServiceMix 4
          Issue Type: Bug
          Components: Bundles
    Affects Versions: 4.2.0
            Reporter: Lars Heinemann
            Assignee: Lars Heinemann
             Fix For: 4.2.0


the groovy bundle imports antlr with version 
{code} 
antlr*;version="[2.7.6,3)"
{code} 

ServiceMix ships with AntLR 3.0.1 which will not be used by the above import statement and therefor writes the following exception
on SMX startup:

{code} 


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SMX4-477) groovy-bundle references to wrong antlr versions

Posted by "Lars Heinemann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lars Heinemann resolved SMX4-477.
---------------------------------

    Resolution: Fixed

import for antlr is now:

{code}
antlr*;version="[2.7.6,4)"
{code}

The bundle has to be released again and put to assembly.

> groovy-bundle references to wrong antlr versions
> ------------------------------------------------
>
>                 Key: SMX4-477
>                 URL: https://issues.apache.org/activemq/browse/SMX4-477
>             Project: ServiceMix 4
>          Issue Type: Bug
>          Components: Bundles
>    Affects Versions: 4.2.0
>            Reporter: Lars Heinemann
>            Assignee: Lars Heinemann
>             Fix For: 4.2.0
>
>
> the groovy bundle imports antlr with version 
> {code} 
> antlr*;version="[2.7.6,3)"
> {code} 
> ServiceMix ships with AntLR 3.0.1 which will not be used by the above import statement and therefor writes the following exception
> on SMX startup:
> {code} 
> karaf@root> ERROR: Error starting mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.groovy/1.5.6_3 (org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.servicemix.bundles.groovy [182]: package; (&(package=antlr)(version>=2.7.6)(!(version>=3.0.0))))
> org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.servicemix.bundles.groovy [182]: package; (&(package=antlr)(version>=2.7.6)(!(version>=3.0.0)))
> at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3263)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:1597)
> at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1077)
> at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264)
> at java.lang.Thread.run(Thread.java:619)
> ERROR: Error starting mvn:com.google.code.scriptengines/scriptengines-groovy/1.1 (org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.servicemix.bundles.groovy [182]: package; (&(package=antlr)(version>=2.7.6)(!(version>=3.0.0))))
> org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.servicemix.bundles.groovy [182]: package; (&(package=antlr)(version>=2.7.6)(!(version>=3.0.0)))
> at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3263)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:1597)
> at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1077)
> at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264)
> at java.lang.Thread.run(Thread.java:619)
> {code} 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SMX4-477) groovy-bundle references to wrong antlr versions

Posted by "Lars Heinemann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lars Heinemann updated SMX4-477:
--------------------------------

    Description: 
the groovy bundle imports antlr with version 
{code} 
antlr*;version="[2.7.6,3)"
{code} 

ServiceMix ships with AntLR 3.0.1 which will not be used by the above import statement and therefor writes the following exception
on SMX startup:

{code} 
karaf@root> ERROR: Error starting mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.groovy/1.5.6_3 (org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.servicemix.bundles.groovy [182]: package; (&(package=antlr)(version>=2.7.6)(!(version>=3.0.0))))
org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.servicemix.bundles.groovy [182]: package; (&(package=antlr)(version>=2.7.6)(!(version>=3.0.0)))
at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3263)
at org.apache.felix.framework.Felix.startBundle(Felix.java:1597)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1077)
at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264)
at java.lang.Thread.run(Thread.java:619)
ERROR: Error starting mvn:com.google.code.scriptengines/scriptengines-groovy/1.1 (org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.servicemix.bundles.groovy [182]: package; (&(package=antlr)(version>=2.7.6)(!(version>=3.0.0))))
org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.servicemix.bundles.groovy [182]: package; (&(package=antlr)(version>=2.7.6)(!(version>=3.0.0)))
at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3263)
at org.apache.felix.framework.Felix.startBundle(Felix.java:1597)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1077)
at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264)
at java.lang.Thread.run(Thread.java:619)
{code} 

  was:
the groovy bundle imports antlr with version 
{code} 
antlr*;version="[2.7.6,3)"
{code} 

ServiceMix ships with AntLR 3.0.1 which will not be used by the above import statement and therefor writes the following exception
on SMX startup:

{code} 



> groovy-bundle references to wrong antlr versions
> ------------------------------------------------
>
>                 Key: SMX4-477
>                 URL: https://issues.apache.org/activemq/browse/SMX4-477
>             Project: ServiceMix 4
>          Issue Type: Bug
>          Components: Bundles
>    Affects Versions: 4.2.0
>            Reporter: Lars Heinemann
>            Assignee: Lars Heinemann
>             Fix For: 4.2.0
>
>
> the groovy bundle imports antlr with version 
> {code} 
> antlr*;version="[2.7.6,3)"
> {code} 
> ServiceMix ships with AntLR 3.0.1 which will not be used by the above import statement and therefor writes the following exception
> on SMX startup:
> {code} 
> karaf@root> ERROR: Error starting mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.groovy/1.5.6_3 (org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.servicemix.bundles.groovy [182]: package; (&(package=antlr)(version>=2.7.6)(!(version>=3.0.0))))
> org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.servicemix.bundles.groovy [182]: package; (&(package=antlr)(version>=2.7.6)(!(version>=3.0.0)))
> at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3263)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:1597)
> at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1077)
> at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264)
> at java.lang.Thread.run(Thread.java:619)
> ERROR: Error starting mvn:com.google.code.scriptengines/scriptengines-groovy/1.1 (org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.servicemix.bundles.groovy [182]: package; (&(package=antlr)(version>=2.7.6)(!(version>=3.0.0))))
> org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.servicemix.bundles.groovy [182]: package; (&(package=antlr)(version>=2.7.6)(!(version>=3.0.0)))
> at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3263)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:1597)
> at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1077)
> at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264)
> at java.lang.Thread.run(Thread.java:619)
> {code} 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Reopened: (SMX4-477) groovy-bundle references to wrong antlr versions

Posted by "Lars Heinemann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lars Heinemann reopened SMX4-477:
---------------------------------


reopened because solution not optimal

> groovy-bundle references to wrong antlr versions
> ------------------------------------------------
>
>                 Key: SMX4-477
>                 URL: https://issues.apache.org/activemq/browse/SMX4-477
>             Project: ServiceMix 4
>          Issue Type: Bug
>          Components: Bundles
>    Affects Versions: 4.2.0
>            Reporter: Lars Heinemann
>            Assignee: Lars Heinemann
>             Fix For: 4.2.0
>
>
> the groovy bundle imports antlr with version 
> {code} 
> antlr*;version="[2.7.6,3)"
> {code} 
> ServiceMix ships with AntLR 3.0.1 which will not be used by the above import statement and therefor writes the following exception
> on SMX startup:
> {code} 
> karaf@root> ERROR: Error starting mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.groovy/1.5.6_3 (org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.servicemix.bundles.groovy [182]: package; (&(package=antlr)(version>=2.7.6)(!(version>=3.0.0))))
> org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.servicemix.bundles.groovy [182]: package; (&(package=antlr)(version>=2.7.6)(!(version>=3.0.0)))
> at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3263)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:1597)
> at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1077)
> at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264)
> at java.lang.Thread.run(Thread.java:619)
> ERROR: Error starting mvn:com.google.code.scriptengines/scriptengines-groovy/1.1 (org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.servicemix.bundles.groovy [182]: package; (&(package=antlr)(version>=2.7.6)(!(version>=3.0.0))))
> org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.servicemix.bundles.groovy [182]: package; (&(package=antlr)(version>=2.7.6)(!(version>=3.0.0)))
> at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3263)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:1597)
> at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1077)
> at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264)
> at java.lang.Thread.run(Thread.java:619)
> {code} 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SMX4-477) groovy-bundle references to wrong antlr versions

Posted by "Lars Heinemann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lars Heinemann resolved SMX4-477.
---------------------------------

    Resolution: Fixed

resolved

> groovy-bundle references to wrong antlr versions
> ------------------------------------------------
>
>                 Key: SMX4-477
>                 URL: https://issues.apache.org/activemq/browse/SMX4-477
>             Project: ServiceMix 4
>          Issue Type: Bug
>          Components: Bundles
>    Affects Versions: 4.2.0
>            Reporter: Lars Heinemann
>            Assignee: Lars Heinemann
>             Fix For: 4.2.0
>
>
> the groovy bundle imports antlr with version 
> {code} 
> antlr*;version="[2.7.6,3)"
> {code} 
> ServiceMix ships with AntLR 3.0.1 which will not be used by the above import statement and therefor writes the following exception
> on SMX startup:
> {code} 
> karaf@root> ERROR: Error starting mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.groovy/1.5.6_3 (org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.servicemix.bundles.groovy [182]: package; (&(package=antlr)(version>=2.7.6)(!(version>=3.0.0))))
> org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.servicemix.bundles.groovy [182]: package; (&(package=antlr)(version>=2.7.6)(!(version>=3.0.0)))
> at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3263)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:1597)
> at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1077)
> at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264)
> at java.lang.Thread.run(Thread.java:619)
> ERROR: Error starting mvn:com.google.code.scriptengines/scriptengines-groovy/1.1 (org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.servicemix.bundles.groovy [182]: package; (&(package=antlr)(version>=2.7.6)(!(version>=3.0.0))))
> org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.servicemix.bundles.groovy [182]: package; (&(package=antlr)(version>=2.7.6)(!(version>=3.0.0)))
> at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3263)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:1597)
> at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1077)
> at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264)
> at java.lang.Thread.run(Thread.java:619)
> {code} 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SMX4-477) groovy-bundle references to wrong antlr versions

Posted by "Lars Heinemann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4-477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=57526#action_57526 ] 

Lars Heinemann commented on SMX4-477:
-------------------------------------

Added 2.7.7 version of antlr to assembly and feature.xml

> groovy-bundle references to wrong antlr versions
> ------------------------------------------------
>
>                 Key: SMX4-477
>                 URL: https://issues.apache.org/activemq/browse/SMX4-477
>             Project: ServiceMix 4
>          Issue Type: Bug
>          Components: Bundles
>    Affects Versions: 4.2.0
>            Reporter: Lars Heinemann
>            Assignee: Lars Heinemann
>             Fix For: 4.2.0
>
>
> the groovy bundle imports antlr with version 
> {code} 
> antlr*;version="[2.7.6,3)"
> {code} 
> ServiceMix ships with AntLR 3.0.1 which will not be used by the above import statement and therefor writes the following exception
> on SMX startup:
> {code} 
> karaf@root> ERROR: Error starting mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.groovy/1.5.6_3 (org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.servicemix.bundles.groovy [182]: package; (&(package=antlr)(version>=2.7.6)(!(version>=3.0.0))))
> org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.servicemix.bundles.groovy [182]: package; (&(package=antlr)(version>=2.7.6)(!(version>=3.0.0)))
> at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3263)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:1597)
> at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1077)
> at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264)
> at java.lang.Thread.run(Thread.java:619)
> ERROR: Error starting mvn:com.google.code.scriptengines/scriptengines-groovy/1.1 (org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.servicemix.bundles.groovy [182]: package; (&(package=antlr)(version>=2.7.6)(!(version>=3.0.0))))
> org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.servicemix.bundles.groovy [182]: package; (&(package=antlr)(version>=2.7.6)(!(version>=3.0.0)))
> at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3263)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:1597)
> at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1077)
> at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264)
> at java.lang.Thread.run(Thread.java:619)
> {code} 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Issue Comment Edited: (SMX4-477) groovy-bundle references to wrong antlr versions

Posted by "Lars Heinemann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4-477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=57523#action_57523 ] 

Lars Heinemann edited comment on SMX4-477 at 2/11/10 2:28 PM:
--------------------------------------------------------------

reopened because solution not optimal

reverted above change

      was (Author: lhein):
    reopened because solution not optimal
  
> groovy-bundle references to wrong antlr versions
> ------------------------------------------------
>
>                 Key: SMX4-477
>                 URL: https://issues.apache.org/activemq/browse/SMX4-477
>             Project: ServiceMix 4
>          Issue Type: Bug
>          Components: Bundles
>    Affects Versions: 4.2.0
>            Reporter: Lars Heinemann
>            Assignee: Lars Heinemann
>             Fix For: 4.2.0
>
>
> the groovy bundle imports antlr with version 
> {code} 
> antlr*;version="[2.7.6,3)"
> {code} 
> ServiceMix ships with AntLR 3.0.1 which will not be used by the above import statement and therefor writes the following exception
> on SMX startup:
> {code} 
> karaf@root> ERROR: Error starting mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.groovy/1.5.6_3 (org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.servicemix.bundles.groovy [182]: package; (&(package=antlr)(version>=2.7.6)(!(version>=3.0.0))))
> org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.servicemix.bundles.groovy [182]: package; (&(package=antlr)(version>=2.7.6)(!(version>=3.0.0)))
> at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3263)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:1597)
> at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1077)
> at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264)
> at java.lang.Thread.run(Thread.java:619)
> ERROR: Error starting mvn:com.google.code.scriptengines/scriptengines-groovy/1.1 (org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.servicemix.bundles.groovy [182]: package; (&(package=antlr)(version>=2.7.6)(!(version>=3.0.0))))
> org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.servicemix.bundles.groovy [182]: package; (&(package=antlr)(version>=2.7.6)(!(version>=3.0.0)))
> at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3263)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:1597)
> at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1077)
> at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264)
> at java.lang.Thread.run(Thread.java:619)
> {code} 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.