[jira] [Commented] (ARIES-1835) TestFastbinRoundTrip fails in a high percentage of the builds

2019-05-16 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/ARIES-1835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16841116#comment-16841116
 ] 

ASF subversion and git services commented on ARIES-1835:


Commit d26a8d3dc64ffe7e5f7762e66e40b06d0457c918 in aries-rsa's branch 
refs/heads/master from Christian Schneider
[ https://gitbox.apache.org/repos/asf?p=aries-rsa.git;h=d26a8d3 ]

Merge pull request #22 from amichair/fix-fastbin-activator

ARIES-1835 - Fix fastbin activator

> TestFastbinRoundTrip fails in a high percentage of the builds
> -
>
> Key: ARIES-1835
> URL: https://issues.apache.org/jira/browse/ARIES-1835
> Project: Aries
>  Issue Type: Test
>  Components: Remote Service Admin
>Affects Versions: rsa-1.12.0
>Reporter: Christian Schneider
>Assignee: Christian Schneider
>Priority: Major
> Fix For: rsa-1.13.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> TestFastbinRoundTrip often fails. This seems to be caused by the server side 
> not being ready in time.
> We should fix this by retrying the call a few times. I will add awatility 
> support to make this easier.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ARIES-1907) IllegalStateException when stopping bundle

2019-05-16 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/ARIES-1907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16841264#comment-16841264
 ] 

ASF subversion and git services commented on ARIES-1907:


Commit 540999b50122b0ba47fdc5762feab0dd2282ff03 in aries-rsa's branch 
refs/heads/master from Amichai Rothman
[ https://gitbox.apache.org/repos/asf?p=aries-rsa.git;h=540999b ]

ARIES-1907 - Fix IllegalStateException when stopping bundle


> IllegalStateException when stopping bundle
> --
>
> Key: ARIES-1907
> URL: https://issues.apache.org/jira/browse/ARIES-1907
> Project: Aries
>  Issue Type: Bug
>  Components: Remote Service Admin
>Affects Versions: rsa-1.14.0
>Reporter: Amichai Rothman
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Happened during the automated build on a PR in github - 
> [https://github.com/apache/aries-rsa/pull/20#issuecomment-477604538.] Here is 
> the stack trace from the build log:
>  
> ERROR: Bundle org.apache.aries.rsa.core [21] ServiceRegistrationImpl: Error 
> ungetting service. (java.lang.IllegalStateException: Invalid BundleContext.)
> java.lang.IllegalStateException: Invalid BundleContext.
>   at 
> org.apache.felix.framework.BundleContextImpl.checkValidity(BundleContextImpl.java:511)
>   at 
> org.apache.felix.framework.BundleContextImpl.getBundle(BundleContextImpl.java:114)
>   at 
> org.apache.aries.rsa.core.RemoteServiceAdminInstance.close(RemoteServiceAdminInstance.java:83)
>   at 
> org.apache.aries.rsa.core.RemoteServiceadminFactory.ungetService(RemoteServiceadminFactory.java:49)
>   at 
> org.apache.aries.rsa.core.RemoteServiceadminFactory.ungetService(RemoteServiceadminFactory.java:28)
>   at 
> org.apache.felix.framework.ServiceRegistrationImpl.ungetFactoryUnchecked(ServiceRegistrationImpl.java:388)
>   at 
> org.apache.felix.framework.ServiceRegistrationImpl.ungetService(ServiceRegistrationImpl.java:286)
>   at 
> org.apache.felix.framework.ServiceRegistry.ungetService(ServiceRegistry.java:470)
>   at 
> org.apache.felix.framework.ServiceRegistry.ungetServices(ServiceRegistry.java:529)
>   at org.apache.felix.framework.Felix.stopBundle(Felix.java:2638)
>   at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1389)
>   at 
> org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:308)
>   at java.lang.Thread.run(Thread.java:748)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ARIES-1907) IllegalStateException when stopping bundle

2019-05-16 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/ARIES-1907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16841265#comment-16841265
 ] 

ASF subversion and git services commented on ARIES-1907:


Commit 7a70c2c6aaa3b59a266744c23dfce25ee55ea200 in aries-rsa's branch 
refs/heads/master from Christian Schneider
[ https://gitbox.apache.org/repos/asf?p=aries-rsa.git;h=7a70c2c ]

Merge pull request #24 from amichair/ARIES-1907

ARIES-1907 - Fix IllegalStateException when stopping bundle

> IllegalStateException when stopping bundle
> --
>
> Key: ARIES-1907
> URL: https://issues.apache.org/jira/browse/ARIES-1907
> Project: Aries
>  Issue Type: Bug
>  Components: Remote Service Admin
>Affects Versions: rsa-1.14.0
>Reporter: Amichai Rothman
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Happened during the automated build on a PR in github - 
> [https://github.com/apache/aries-rsa/pull/20#issuecomment-477604538.] Here is 
> the stack trace from the build log:
>  
> ERROR: Bundle org.apache.aries.rsa.core [21] ServiceRegistrationImpl: Error 
> ungetting service. (java.lang.IllegalStateException: Invalid BundleContext.)
> java.lang.IllegalStateException: Invalid BundleContext.
>   at 
> org.apache.felix.framework.BundleContextImpl.checkValidity(BundleContextImpl.java:511)
>   at 
> org.apache.felix.framework.BundleContextImpl.getBundle(BundleContextImpl.java:114)
>   at 
> org.apache.aries.rsa.core.RemoteServiceAdminInstance.close(RemoteServiceAdminInstance.java:83)
>   at 
> org.apache.aries.rsa.core.RemoteServiceadminFactory.ungetService(RemoteServiceadminFactory.java:49)
>   at 
> org.apache.aries.rsa.core.RemoteServiceadminFactory.ungetService(RemoteServiceadminFactory.java:28)
>   at 
> org.apache.felix.framework.ServiceRegistrationImpl.ungetFactoryUnchecked(ServiceRegistrationImpl.java:388)
>   at 
> org.apache.felix.framework.ServiceRegistrationImpl.ungetService(ServiceRegistrationImpl.java:286)
>   at 
> org.apache.felix.framework.ServiceRegistry.ungetService(ServiceRegistry.java:470)
>   at 
> org.apache.felix.framework.ServiceRegistry.ungetServices(ServiceRegistry.java:529)
>   at org.apache.felix.framework.Felix.stopBundle(Felix.java:2638)
>   at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1389)
>   at 
> org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:308)
>   at java.lang.Thread.run(Thread.java:748)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ARIES-1907) IllegalStateException when stopping bundle

2019-05-16 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/ARIES-1907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16841266#comment-16841266
 ] 

ASF subversion and git services commented on ARIES-1907:


Commit 7a70c2c6aaa3b59a266744c23dfce25ee55ea200 in aries-rsa's branch 
refs/heads/master from Christian Schneider
[ https://gitbox.apache.org/repos/asf?p=aries-rsa.git;h=7a70c2c ]

Merge pull request #24 from amichair/ARIES-1907

ARIES-1907 - Fix IllegalStateException when stopping bundle

> IllegalStateException when stopping bundle
> --
>
> Key: ARIES-1907
> URL: https://issues.apache.org/jira/browse/ARIES-1907
> Project: Aries
>  Issue Type: Bug
>  Components: Remote Service Admin
>Affects Versions: rsa-1.14.0
>Reporter: Amichai Rothman
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Happened during the automated build on a PR in github - 
> [https://github.com/apache/aries-rsa/pull/20#issuecomment-477604538.] Here is 
> the stack trace from the build log:
>  
> ERROR: Bundle org.apache.aries.rsa.core [21] ServiceRegistrationImpl: Error 
> ungetting service. (java.lang.IllegalStateException: Invalid BundleContext.)
> java.lang.IllegalStateException: Invalid BundleContext.
>   at 
> org.apache.felix.framework.BundleContextImpl.checkValidity(BundleContextImpl.java:511)
>   at 
> org.apache.felix.framework.BundleContextImpl.getBundle(BundleContextImpl.java:114)
>   at 
> org.apache.aries.rsa.core.RemoteServiceAdminInstance.close(RemoteServiceAdminInstance.java:83)
>   at 
> org.apache.aries.rsa.core.RemoteServiceadminFactory.ungetService(RemoteServiceadminFactory.java:49)
>   at 
> org.apache.aries.rsa.core.RemoteServiceadminFactory.ungetService(RemoteServiceadminFactory.java:28)
>   at 
> org.apache.felix.framework.ServiceRegistrationImpl.ungetFactoryUnchecked(ServiceRegistrationImpl.java:388)
>   at 
> org.apache.felix.framework.ServiceRegistrationImpl.ungetService(ServiceRegistrationImpl.java:286)
>   at 
> org.apache.felix.framework.ServiceRegistry.ungetService(ServiceRegistry.java:470)
>   at 
> org.apache.felix.framework.ServiceRegistry.ungetServices(ServiceRegistry.java:529)
>   at org.apache.felix.framework.Felix.stopBundle(Felix.java:2638)
>   at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1389)
>   at 
> org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:308)
>   at java.lang.Thread.run(Thread.java:748)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (ARIES-1907) IllegalStateException when stopping bundle

2019-05-16 Thread Christian Schneider (JIRA)


 [ 
https://issues.apache.org/jira/browse/ARIES-1907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christian Schneider resolved ARIES-1907.

   Resolution: Fixed
 Assignee: Christian Schneider
Fix Version/s: rsa-1.14.0

> IllegalStateException when stopping bundle
> --
>
> Key: ARIES-1907
> URL: https://issues.apache.org/jira/browse/ARIES-1907
> Project: Aries
>  Issue Type: Bug
>  Components: Remote Service Admin
>Affects Versions: rsa-1.14.0
>Reporter: Amichai Rothman
>Assignee: Christian Schneider
>Priority: Major
> Fix For: rsa-1.14.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Happened during the automated build on a PR in github - 
> [https://github.com/apache/aries-rsa/pull/20#issuecomment-477604538.] Here is 
> the stack trace from the build log:
>  
> ERROR: Bundle org.apache.aries.rsa.core [21] ServiceRegistrationImpl: Error 
> ungetting service. (java.lang.IllegalStateException: Invalid BundleContext.)
> java.lang.IllegalStateException: Invalid BundleContext.
>   at 
> org.apache.felix.framework.BundleContextImpl.checkValidity(BundleContextImpl.java:511)
>   at 
> org.apache.felix.framework.BundleContextImpl.getBundle(BundleContextImpl.java:114)
>   at 
> org.apache.aries.rsa.core.RemoteServiceAdminInstance.close(RemoteServiceAdminInstance.java:83)
>   at 
> org.apache.aries.rsa.core.RemoteServiceadminFactory.ungetService(RemoteServiceadminFactory.java:49)
>   at 
> org.apache.aries.rsa.core.RemoteServiceadminFactory.ungetService(RemoteServiceadminFactory.java:28)
>   at 
> org.apache.felix.framework.ServiceRegistrationImpl.ungetFactoryUnchecked(ServiceRegistrationImpl.java:388)
>   at 
> org.apache.felix.framework.ServiceRegistrationImpl.ungetService(ServiceRegistrationImpl.java:286)
>   at 
> org.apache.felix.framework.ServiceRegistry.ungetService(ServiceRegistry.java:470)
>   at 
> org.apache.felix.framework.ServiceRegistry.ungetServices(ServiceRegistry.java:529)
>   at org.apache.felix.framework.Felix.stopBundle(Felix.java:2638)
>   at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1389)
>   at 
> org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:308)
>   at java.lang.Thread.run(Thread.java:748)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (ARIES-1913) Exception event properties are incorrect

2019-05-16 Thread Christian Schneider (JIRA)


 [ 
https://issues.apache.org/jira/browse/ARIES-1913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christian Schneider resolved ARIES-1913.

Resolution: Fixed

> Exception event properties are incorrect
> 
>
> Key: ARIES-1913
> URL: https://issues.apache.org/jira/browse/ARIES-1913
> Project: Aries
>  Issue Type: Bug
>  Components: Remote Service Admin
>Affects Versions: rsa-1.13.0
>Reporter: Amichai Rothman
>Assignee: Christian Schneider
>Priority: Minor
> Fix For: rsa-1.14.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> The "exception.class" event property value is set to the Class instance 
> instead of the class name string, and is then overwritten by the exception 
> message (which should have been in a property named "exception.message").



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ARIES-1913) Exception event properties are incorrect

2019-05-16 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/ARIES-1913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16841275#comment-16841275
 ] 

ASF subversion and git services commented on ARIES-1913:


Commit abf2b2c663127fc53048d6cae28a23358f6f4331 in aries-rsa's branch 
refs/heads/master from Christian Schneider
[ https://gitbox.apache.org/repos/asf?p=aries-rsa.git;h=abf2b2c ]

Merge pull request #25 from amichair/ARIES-1913

ARIES-1913 - Fix event properties

> Exception event properties are incorrect
> 
>
> Key: ARIES-1913
> URL: https://issues.apache.org/jira/browse/ARIES-1913
> Project: Aries
>  Issue Type: Bug
>  Components: Remote Service Admin
>Affects Versions: rsa-1.13.0
>Reporter: Amichai Rothman
>Priority: Minor
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> The "exception.class" event property value is set to the Class instance 
> instead of the class name string, and is then overwritten by the exception 
> message (which should have been in a property named "exception.message").



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (ARIES-1913) Exception event properties are incorrect

2019-05-16 Thread Christian Schneider (JIRA)


 [ 
https://issues.apache.org/jira/browse/ARIES-1913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christian Schneider reassigned ARIES-1913:
--

Assignee: Christian Schneider

> Exception event properties are incorrect
> 
>
> Key: ARIES-1913
> URL: https://issues.apache.org/jira/browse/ARIES-1913
> Project: Aries
>  Issue Type: Bug
>  Components: Remote Service Admin
>Affects Versions: rsa-1.13.0
>Reporter: Amichai Rothman
>Assignee: Christian Schneider
>Priority: Minor
> Fix For: rsa-1.14.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> The "exception.class" event property value is set to the Class instance 
> instead of the class name string, and is then overwritten by the exception 
> message (which should have been in a property named "exception.message").



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ARIES-1913) Exception event properties are incorrect

2019-05-16 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/ARIES-1913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16841276#comment-16841276
 ] 

ASF subversion and git services commented on ARIES-1913:


Commit abf2b2c663127fc53048d6cae28a23358f6f4331 in aries-rsa's branch 
refs/heads/master from Christian Schneider
[ https://gitbox.apache.org/repos/asf?p=aries-rsa.git;h=abf2b2c ]

Merge pull request #25 from amichair/ARIES-1913

ARIES-1913 - Fix event properties

> Exception event properties are incorrect
> 
>
> Key: ARIES-1913
> URL: https://issues.apache.org/jira/browse/ARIES-1913
> Project: Aries
>  Issue Type: Bug
>  Components: Remote Service Admin
>Affects Versions: rsa-1.13.0
>Reporter: Amichai Rothman
>Priority: Minor
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> The "exception.class" event property value is set to the Class instance 
> instead of the class name string, and is then overwritten by the exception 
> message (which should have been in a property named "exception.message").



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ARIES-1913) Exception event properties are incorrect

2019-05-16 Thread Christian Schneider (JIRA)


 [ 
https://issues.apache.org/jira/browse/ARIES-1913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christian Schneider updated ARIES-1913:
---
Fix Version/s: rsa-1.14.0

> Exception event properties are incorrect
> 
>
> Key: ARIES-1913
> URL: https://issues.apache.org/jira/browse/ARIES-1913
> Project: Aries
>  Issue Type: Bug
>  Components: Remote Service Admin
>Affects Versions: rsa-1.13.0
>Reporter: Amichai Rothman
>Priority: Minor
> Fix For: rsa-1.14.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> The "exception.class" event property value is set to the Class instance 
> instead of the class name string, and is then overwritten by the exception 
> message (which should have been in a property named "exception.message").



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ARIES-1913) Exception event properties are incorrect

2019-05-16 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/ARIES-1913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16841274#comment-16841274
 ] 

ASF subversion and git services commented on ARIES-1913:


Commit 91d2410710aa59f057a0c076cf175138052f4b1c in aries-rsa's branch 
refs/heads/master from Amichai Rothman
[ https://gitbox.apache.org/repos/asf?p=aries-rsa.git;h=91d2410 ]

ARIES-1913 - Fix event properties


> Exception event properties are incorrect
> 
>
> Key: ARIES-1913
> URL: https://issues.apache.org/jira/browse/ARIES-1913
> Project: Aries
>  Issue Type: Bug
>  Components: Remote Service Admin
>Affects Versions: rsa-1.13.0
>Reporter: Amichai Rothman
>Priority: Minor
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> The "exception.class" event property value is set to the Class instance 
> instead of the class name string, and is then overwritten by the exception 
> message (which should have been in a property named "exception.message").



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ARIES-1836) Test failure in TestFastbinRoundTrip: SocketException: Invalid argument

2019-05-16 Thread Christian Schneider (JIRA)


 [ 
https://issues.apache.org/jira/browse/ARIES-1836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christian Schneider updated ARIES-1836:
---
Fix Version/s: (was: rsa-1.14.0)
   rsa-1.15.0

> Test failure in TestFastbinRoundTrip: SocketException: Invalid argument
> ---
>
> Key: ARIES-1836
> URL: https://issues.apache.org/jira/browse/ARIES-1836
> Project: Aries
>  Issue Type: Test
>  Components: Remote Service Admin
>Affects Versions: rsa-1.12.0
>Reporter: Christian Schneider
>Priority: Major
> Fix For: rsa-1.15.0
>
>
> Sometimes TestFastbinRoundTrip still fails with these exceptions being shown:
> [https://gist.github.com/cschneider/2e342a72112597dab55c01d65a9f654d]
> ConnectException 
> [https://gist.github.com/cschneider/48b8b72bf972e4da0a01021341fa5bfe]
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ARIES-1836) Test failure in TestFastbinRoundTrip: SocketException: Invalid argument

2019-05-16 Thread Christian Schneider (JIRA)


[ 
https://issues.apache.org/jira/browse/ARIES-1836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16841291#comment-16841291
 ] 

Christian Schneider commented on ARIES-1836:


Yes .. seems to be a different case.

> Test failure in TestFastbinRoundTrip: SocketException: Invalid argument
> ---
>
> Key: ARIES-1836
> URL: https://issues.apache.org/jira/browse/ARIES-1836
> Project: Aries
>  Issue Type: Test
>  Components: Remote Service Admin
>Affects Versions: rsa-1.12.0
>Reporter: Christian Schneider
>Priority: Major
> Fix For: rsa-1.14.0
>
>
> Sometimes TestFastbinRoundTrip still fails with these exceptions being shown:
> [https://gist.github.com/cschneider/2e342a72112597dab55c01d65a9f654d]
> ConnectException 
> [https://gist.github.com/cschneider/48b8b72bf972e4da0a01021341fa5bfe]
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ARIES-1780) Switch Zookeeper Discovery to DS

2019-05-16 Thread Christian Schneider (JIRA)


 [ 
https://issues.apache.org/jira/browse/ARIES-1780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christian Schneider updated ARIES-1780:
---
Fix Version/s: (was: rsa-1.14.0)
   rsa-1.15.0

> Switch Zookeeper Discovery to DS
> 
>
> Key: ARIES-1780
> URL: https://issues.apache.org/jira/browse/ARIES-1780
> Project: Aries
>  Issue Type: Improvement
>  Components: Remote Service Admin
>Affects Versions: rsa-1.11.0
>Reporter: Christian Schneider
>Assignee: Christian Schneider
>Priority: Major
> Fix For: rsa-1.15.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ARIES-1614) Support callback for TopologyManager to change the published properties

2019-05-16 Thread Christian Schneider (JIRA)


 [ 
https://issues.apache.org/jira/browse/ARIES-1614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christian Schneider updated ARIES-1614:
---
Fix Version/s: (was: rsa-1.14.0)
   rsa-1.15.0

> Support callback for TopologyManager to change the published properties
> ---
>
> Key: ARIES-1614
> URL: https://issues.apache.org/jira/browse/ARIES-1614
> Project: Aries
>  Issue Type: New Feature
>  Components: Remote Service Admin
>Reporter: Christian Schneider
>Assignee: Christian Schneider
>Priority: Major
> Fix For: rsa-1.15.0
>
>
> We currently have the DiscoveryPlugin spi in zookeeper discovery that allows 
> to change properties before they are placed in zookeeper. As this SPI 
> currently can not be used (the spi package is private) we can also try to 
> improve this model.
> The idea is to move the property changing SPI to TopologyManager. It would be 
> called before each Endpoint is published. This would allow to provide the 
> same adapted view of the Endpoint for all EndpointListeners. So the changed 
> proerties would for example also be visible in the endpoint shell command.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ARIES-1675) Provide a module to run the tck tests

2019-05-16 Thread Christian Schneider (JIRA)


 [ 
https://issues.apache.org/jira/browse/ARIES-1675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christian Schneider updated ARIES-1675:
---
Fix Version/s: (was: rsa-1.14.0)
   rsa-1.15.0

> Provide a module to run the tck tests
> -
>
> Key: ARIES-1675
> URL: https://issues.apache.org/jira/browse/ARIES-1675
> Project: Aries
>  Issue Type: Test
>  Components: Remote Service Admin
>Affects Versions: rsa-1.9.0
>Reporter: Christian Schneider
>Assignee: Christian Schneider
>Priority: Major
> Fix For: rsa-1.15.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (ARIES-1904) NPE in topology manager activator

2019-05-16 Thread Amichai Rothman (JIRA)


 [ 
https://issues.apache.org/jira/browse/ARIES-1904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Amichai Rothman closed ARIES-1904.
--
   Resolution: Fixed
Fix Version/s: rsa-1.14.0

Closing this as it seems to be fixed. If it is ever encountered again, the 
stack trace will be quite different anyway so a new issue will be open with 
relevant new details.

> NPE in topology manager activator
> -
>
> Key: ARIES-1904
> URL: https://issues.apache.org/jira/browse/ARIES-1904
> Project: Aries
>  Issue Type: Bug
>  Components: Remote Service Admin
>Affects Versions: rsa-1.13.0
>Reporter: Amichai Rothman
>Priority: Major
> Fix For: rsa-1.14.0
>
>
> I just tried upgrading from 1.11.0 to 1.13.0 and got this 
> NullPointerException (never happened before):
> 09:59:50.006 [main] DEBUG o.o.p.e.k.c.i.KarafTestContainer - Shutting down 
> the test container (Pax Runner)
> org.apache.karaf.features.internal.util.MultiException: Error restarting 
> bundles:
> Exception in org.apache.aries.rsa.topologymanager.Activator.start() 
> of bundle org.apache.aries.rsa.topology-manager.
> at 
> org.apache.karaf.features.internal.service.Deployer.deploy(Deployer.java:1005)
> at 
> org.apache.karaf.features.internal.service.FeaturesServiceImpl.doProvision(FeaturesServiceImpl.java:1058)
> at 
> org.apache.karaf.features.internal.service.FeaturesServiceImpl.lambda$doProvisionInThread$13(FeaturesServiceImpl.java:994)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> Suppressed: org.osgi.framework.BundleException: Exception in 
> org.apache.aries.rsa.topologymanager.Activator.start() of bundle 
> org.apache.aries.rsa.topology-manager.
> at 
> org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:800)
> at 
> org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:729)
> at 
> org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:933)
> at 
> org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.startWorker(EquinoxBundle.java:309)
> at org.eclipse.osgi.container.Module.doStart(Module.java:581)
> at org.eclipse.osgi.container.Module.start(Module.java:449)
> at 
> org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:383)
> at 
> org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:402)
> at 
> org.apache.karaf.features.internal.service.BundleInstallSupportImpl.startBundle(BundleInstallSupportImpl.java:161)
> at 
> org.apache.karaf.features.internal.service.FeaturesServiceImpl.startBundle(FeaturesServiceImpl.java:1149)
> at 
> org.apache.karaf.features.internal.service.Deployer.deploy(Deployer.java:997)
> ... 6 more
> Caused by: java.lang.NullPointerException
> at 
> org.apache.aries.rsa.topologymanager.exporter.ServiceExportsRepository$ExportRegistrationHolder.(ServiceExportsRepository.java:60)
> at 
> org.apache.aries.rsa.topologymanager.exporter.ServiceExportsRepository.addService(ServiceExportsRepository.java:99)
> at 
> org.apache.aries.rsa.topologymanager.exporter.TopologyManagerExport.doExport(TopologyManagerExport.java:170)
> at 
> org.apache.aries.rsa.topologymanager.exporter.TopologyManagerExport.serviceChanged(TopologyManagerExport.java:99)
> at 
> org.apache.aries.rsa.topologymanager.Activator.exportExistingServices(Activator.java:135)
> at 
> org.apache.aries.rsa.topologymanager.Activator.doStart(Activator.java:111)
> at 
> org.apache.aries.rsa.topologymanager.Activator$1.addingService(Activator.java:74)
> at 
> org.apache.aries.rsa.topologymanager.Activator$1.addingService(Activator.java:68)
> at 
> org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:941)
> at 
> org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:870)
> at 
> org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256)
> at 
> org.osgi.util.tracker.AbstractTracked.trackInitial(AbstractTracked.java:183)
> at 
> org.osgi.util.tracker.ServiceTracker.open(ServiceTracker.java:318)
> at 
> org.osgi.util.tracker.ServiceTracker.open(Ser

[VOTE] Release Apache Aries Remote Service Admin 1.14.0

2019-05-16 Thread Christian Schneider
This release mainly fixes some bugs and contains some improvements to the
fastbin transport.
Special thanks go to Amichai who provided a big part of the changes.

I've staged the release at
https://repository.apache.org/content/repositories/orgapachearies-1162

For a list of issues resolved see:
https://issues.apache.org/jira/projects/ARIES/versions/12344197

Release Notes - Aries - Version rsa-1.14.0

** Bug
* [ARIES-1846] - Topologymanager doesn't import
org.osgi.service.clusterinfo.* remote services
* [ARIES-1847] - IllegalArgumentException: Path cannot be null when
handling zookeeper event
* [ARIES-1850] - Local service modification is not reflected in changed
export registration
* [ARIES-1851] - NoClassDefFoundError ZooTrace on shutdown of zookeeper
discovery
* [ARIES-1906] - Regression - export of superclass interface fails
* [ARIES-1907] - IllegalStateException when stopping bundle
* [ARIES-1913] - Exception event properties are incorrect

-- 
-- 
Christian Schneider
http://www.liquid-reality.de

Computer Scientist
http://www.adobe.com


Re: [VOTE] Release Apache Aries Remote Service Admin 1.14.0

2019-05-16 Thread Jean-Baptiste Onofré
+1 (binding)

Regards
JB

On 16/05/2019 16:18, Christian Schneider wrote:
> This release mainly fixes some bugs and contains some improvements to the
> fastbin transport.
> Special thanks go to Amichai who provided a big part of the changes.
> 
> I've staged the release at
> https://repository.apache.org/content/repositories/orgapachearies-1162
> 
> For a list of issues resolved see:
> https://issues.apache.org/jira/projects/ARIES/versions/12344197
> 
> Release Notes - Aries - Version rsa-1.14.0
> 
> ** Bug
> * [ARIES-1846] - Topologymanager doesn't import
> org.osgi.service.clusterinfo.* remote services
> * [ARIES-1847] - IllegalArgumentException: Path cannot be null when
> handling zookeeper event
> * [ARIES-1850] - Local service modification is not reflected in changed
> export registration
> * [ARIES-1851] - NoClassDefFoundError ZooTrace on shutdown of zookeeper
> discovery
> * [ARIES-1906] - Regression - export of superclass interface fails
> * [ARIES-1907] - IllegalStateException when stopping bundle
> * [ARIES-1913] - Exception event properties are incorrect
> 

-- 
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com


Re: [VOTE] Release Apache Aries Remote Service Admin 1.14.0

2019-05-16 Thread David Bosschaert
+1

David

On Thu, 16 May 2019 at 15:21, Christian Schneider 
wrote:

> This release mainly fixes some bugs and contains some improvements to the
> fastbin transport.
> Special thanks go to Amichai who provided a big part of the changes.
>
> I've staged the release at
> https://repository.apache.org/content/repositories/orgapachearies-1162
>
> For a list of issues resolved see:
> https://issues.apache.org/jira/projects/ARIES/versions/12344197
>
> Release Notes - Aries - Version rsa-1.14.0
>
> ** Bug
> * [ARIES-1846] - Topologymanager doesn't import
> org.osgi.service.clusterinfo.* remote services
> * [ARIES-1847] - IllegalArgumentException: Path cannot be null when
> handling zookeeper event
> * [ARIES-1850] - Local service modification is not reflected in changed
> export registration
> * [ARIES-1851] - NoClassDefFoundError ZooTrace on shutdown of zookeeper
> discovery
> * [ARIES-1906] - Regression - export of superclass interface fails
> * [ARIES-1907] - IllegalStateException when stopping bundle
> * [ARIES-1913] - Exception event properties are incorrect
>
> --
> --
> Christian Schneider
> http://www.liquid-reality.de
>
> Computer Scientist
> http://www.adobe.com
>


Re: [VOTE] Release Apache Aries Remote Service Admin 1.14.0

2019-05-16 Thread Dominik Przybysz
+1

czw., 16 maj 2019 o 17:19 David Bosschaert 
napisał(a):

> +1
>
> David
>
> On Thu, 16 May 2019 at 15:21, Christian Schneider  >
> wrote:
>
> > This release mainly fixes some bugs and contains some improvements to the
> > fastbin transport.
> > Special thanks go to Amichai who provided a big part of the changes.
> >
> > I've staged the release at
> > https://repository.apache.org/content/repositories/orgapachearies-1162
> >
> > For a list of issues resolved see:
> > https://issues.apache.org/jira/projects/ARIES/versions/12344197
> >
> > Release Notes - Aries - Version rsa-1.14.0
> >
> > ** Bug
> > * [ARIES-1846] - Topologymanager doesn't import
> > org.osgi.service.clusterinfo.* remote services
> > * [ARIES-1847] - IllegalArgumentException: Path cannot be null when
> > handling zookeeper event
> > * [ARIES-1850] - Local service modification is not reflected in
> changed
> > export registration
> > * [ARIES-1851] - NoClassDefFoundError ZooTrace on shutdown of
> zookeeper
> > discovery
> > * [ARIES-1906] - Regression - export of superclass interface fails
> > * [ARIES-1907] - IllegalStateException when stopping bundle
> > * [ARIES-1913] - Exception event properties are incorrect
> >
> > --
> > --
> > Christian Schneider
> > http://www.liquid-reality.de
> >
> > Computer Scientist
> > http://www.adobe.com
> >
>


-- 
Pozdrawiam / Regards,
Dominik Przybysz


Re: [VOTE] Release Apache Aries Remote Service Admin 1.14.0

2019-05-16 Thread Raymond Auge
+1

- Ray

On Thu, May 16, 2019 at 11:58 AM Dominik Przybysz 
wrote:

> +1
>
> czw., 16 maj 2019 o 17:19 David Bosschaert 
> napisał(a):
>
> > +1
> >
> > David
> >
> > On Thu, 16 May 2019 at 15:21, Christian Schneider <
> ch...@die-schneider.net
> > >
> > wrote:
> >
> > > This release mainly fixes some bugs and contains some improvements to
> the
> > > fastbin transport.
> > > Special thanks go to Amichai who provided a big part of the changes.
> > >
> > > I've staged the release at
> > > https://repository.apache.org/content/repositories/orgapachearies-1162
> > >
> > > For a list of issues resolved see:
> > > https://issues.apache.org/jira/projects/ARIES/versions/12344197
> > >
> > > Release Notes - Aries - Version rsa-1.14.0
> > >
> > > ** Bug
> > > * [ARIES-1846] - Topologymanager doesn't import
> > > org.osgi.service.clusterinfo.* remote services
> > > * [ARIES-1847] - IllegalArgumentException: Path cannot be null when
> > > handling zookeeper event
> > > * [ARIES-1850] - Local service modification is not reflected in
> > changed
> > > export registration
> > > * [ARIES-1851] - NoClassDefFoundError ZooTrace on shutdown of
> > zookeeper
> > > discovery
> > > * [ARIES-1906] - Regression - export of superclass interface fails
> > > * [ARIES-1907] - IllegalStateException when stopping bundle
> > > * [ARIES-1913] - Exception event properties are incorrect
> > >
> > > --
> > > --
> > > Christian Schneider
> > > http://www.liquid-reality.de
> > >
> > > Computer Scientist
> > > http://www.adobe.com
> > >
> >
>
>
> --
> Pozdrawiam / Regards,
> Dominik Przybysz
>


-- 
*Raymond Augé* 
 (@rotty3000)
Senior Software Architect *Liferay, Inc.* 
 (@Liferay)
Board Member & EEG Co-Chair, OSGi Alliance  (@OSGiAlliance)


[jira] [Reopened] (ARIES-1751) Typo in namespace url in OSGI-INF/metatype/zookeeper.xml

2019-05-16 Thread Amichai Rothman (JIRA)


 [ 
https://issues.apache.org/jira/browse/ARIES-1751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Amichai Rothman reopened ARIES-1751:


So close... :)

The typo appears also a few lines up from the one that was fixed.

> Typo in namespace url in OSGI-INF/metatype/zookeeper.xml
> 
>
> Key: ARIES-1751
> URL: https://issues.apache.org/jira/browse/ARIES-1751
> Project: Aries
>  Issue Type: Bug
>  Components: Remote Service Admin
>Affects Versions: rsa-1.11.0
>Reporter: Amichai Rothman
>Assignee: Christian Schneider
>Priority: Major
> Fix For: rsa-1.13.0
>
>
> The org.apache.aries.rsa.discovery.zookeeper-1.11.0.jar bundle in Karaf 4.1.2 
> throws an exception: 
> {quote}
> 2017-10-23T10:39:16,173 | ERROR | Start Level: Equinox Container: 
> be93c50b-3556-48a3-b50c-e9a02f324dcf | metatype | 2 - 
> org.apache.felix.metatype - 1.1.2 | fromDocuments: Error accessing document 
> bundleentry://73.fwk1323531427/OSGI-INF/metatype/zookeeper.xml
> java.io.IOException: Unsupported Namespace: 
> 'http://www.osgi.org/xmlns/metadata/v1.0.0'
> {quote}
> It appears that the namespace URL in the original zookeeper.xml source file 
> has a typo in it : it should be 'metatype' rather than 'metadata'.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)