You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by CMoH <gi...@git.apache.org> on 2015/12/01 03:14:40 UTC

[GitHub] incubator-brooklyn pull request: [BROOKLYN-183] Fix brooklyn-itest

GitHub user CMoH opened a pull request:

    https://github.com/apache/incubator-brooklyn/pull/1078

    [BROOKLYN-183] Fix brooklyn-itest

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/CMoH/incubator-brooklyn itest

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-brooklyn/pull/1078.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1078
    
----
commit 4498b295fa99a9d6b24a72e2471f2ccdb5e53bfb
Author: Ciprian Ciubotariu <ch...@gmx.net>
Date:   2015-12-01T02:12:48Z

    [BROOKLYN-183] Bump to pax-url-2.4.3

commit 71c90cb3c952d950d8bd2c52e57feacc96ef34e1
Author: Ciprian Ciubotariu <ch...@gmx.net>
Date:   2015-12-01T02:13:08Z

    [BROOKLYN-183] Fix brooklyn-itest build with maven custom local repo

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-brooklyn pull request: [BROOKLYN-183] Fix brooklyn-itest

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-brooklyn/pull/1078


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-brooklyn pull request: [BROOKLYN-183] Fix brooklyn-itest

Posted by hzbarcea <gi...@git.apache.org>.
Github user hzbarcea commented on the pull request:

    https://github.com/apache/incubator-brooklyn/pull/1078#issuecomment-161037523
  
    @neykov , I'll take a look, thanks!


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-brooklyn pull request: [BROOKLYN-183] Fix brooklyn-itest

Posted by neykov <gi...@git.apache.org>.
Github user neykov commented on the pull request:

    https://github.com/apache/incubator-brooklyn/pull/1078#issuecomment-160923230
  
    Thanks @hzbarcea, @CMoH.
    
    The Windows build is still failing unfortunately - https://builds.apache.org/job/incubator-brooklyn-master-windows/375/changes, can you take a look.
    ```
    Suppressed: org.osgi.framework.BundleException: Activator start error in bundle org.apache.felix.metatype [72].
    		at org.apache.felix.framework.Felix.activateBundle(Felix.java:2276)
    		at org.apache.felix.framework.Felix.startBundle(Felix.java:2144)
    		at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:998)
    		at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:984)
    		at org.apache.karaf.features.internal.service.FeaturesServiceImpl.startBundle(FeaturesServiceImpl.java:1189)
    		at org.apache.karaf.features.internal.service.Deployer.deploy(Deployer.java:836)
    		... 7 more
    	Caused by: java.lang.IllegalStateException: Unknown protocol: mvn
    		at org.apache.felix.framework.URLHandlersStreamHandlerProxy.toExternalForm(URLHandlersStreamHandlerProxy.java:482)
    		at org.apache.felix.framework.URLHandlersStreamHandlerProxy.toExternalForm(URLHandlersStreamHandlerProxy.java:474)
    		at java.net.URL.toExternalForm(URL.java:919)
    		at java.net.URL.toString(URL.java:905)
    		at java.lang.ClassLoader.defineClassSourceLocation(ClassLoader.java:667)
    		at java.lang.ClassLoader.defineClass(ClassLoader.java:788)
    		at org.apache.felix.framework.BundleWiringImpl$BundleClassLoader.defineClass(BundleWiringImpl.java:2370)
    		at org.apache.felix.framework.BundleWiringImpl$BundleClassLoader.findClass(BundleWiringImpl.java:2154)
    		at org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDelegation(BundleWiringImpl.java:1542)
    		at org.apache.felix.framework.BundleWiringImpl.access$400(BundleWiringImpl.java:79)
    		at org.apache.felix.framework.BundleWiringImpl$BundleClassLoader.loadClass(BundleWiringImpl.java:2018)
    		at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
    		at org.apache.felix.framework.BundleWiringImpl.getClassByDelegation(BundleWiringImpl.java:1415)
    		at org.apache.felix.framework.Felix.createBundleActivator(Felix.java:4468)
    		at org.apache.felix.framework.Felix.activateBundle(Felix.java:2221)
    ```



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-brooklyn pull request: [BROOKLYN-183] Fix brooklyn-itest

Posted by hzbarcea <gi...@git.apache.org>.
Github user hzbarcea commented on the pull request:

    https://github.com/apache/incubator-brooklyn/pull/1078#issuecomment-160844310
  
    It's great to keep the itest enabled, as not we'll be able to spot much easier osgi wiring problems if they pop up. Thanks @CMoH .


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---