[jira] [Commented] (OAK-6542) java.lang.NoClassDefFoundError: com/codahale/metrics/Reservoir

2017-11-09 Thread Francesco Mari (JIRA)

[ 
https://issues.apache.org/jira/browse/OAK-6542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16245351#comment-16245351
 ] 

Francesco Mari commented on OAK-6542:
-

[~olamy], the fix for this issue is to put {{metrics-core}} on the classpath, 
like you already do for every other {{provided}} dependency declared by 
{{oak-segment-tar}}.

> java.lang.NoClassDefFoundError: com/codahale/metrics/Reservoir
> --
>
> Key: OAK-6542
> URL: https://issues.apache.org/jira/browse/OAK-6542
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: segment-tar
>Affects Versions: 1.7.5
>Reporter: Olivier Lamy (*$^¨%`£)
>Assignee: Francesco Mari
> Fix For: 1.8, 1.7.12
>
>
> Upgrading to last 1.7.5.
> I get this exception
> java.lang.NoClassDefFoundError: com/codahale/metrics/Reservoir
>   at 
> org.apache.jackrabbit.oak.segment.SegmentNodeStore.(SegmentNodeStore.java:166)
>   at 
> org.apache.jackrabbit.oak.segment.SegmentNodeStore.(SegmentNodeStore.java:63)
>   at 
> org.apache.jackrabbit.oak.segment.SegmentNodeStore$SegmentNodeStoreBuilder.build(SegmentNodeStore.java:121)
> Looking at the pom the dependency has a scope provided 
> (http://repo.maven.apache.org/maven2/org/apache/jackrabbit/oak-segment-tar/1.7.5/oak-segment-tar-1.7.5.pom)
>  IMHO it's a wrong dependency scope at it's definitely needed as there is no 
> usage of reflection to avoid loading of the classes



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (OAK-6542) java.lang.NoClassDefFoundError: com/codahale/metrics/Reservoir

2017-11-08 Thread *$^¨%`£

[ 
https://issues.apache.org/jira/browse/OAK-6542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16245291#comment-16245291
 ] 

Olivier Lamy (*$^¨%`£) commented on OAK-6542:
-

well except not everyone is using OSGI to use OAK :-)

> java.lang.NoClassDefFoundError: com/codahale/metrics/Reservoir
> --
>
> Key: OAK-6542
> URL: https://issues.apache.org/jira/browse/OAK-6542
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: segment-tar
>Affects Versions: 1.7.5
>Reporter: Olivier Lamy (*$^¨%`£)
>Assignee: Francesco Mari
> Fix For: 1.8, 1.7.12
>
>
> Upgrading to last 1.7.5.
> I get this exception
> java.lang.NoClassDefFoundError: com/codahale/metrics/Reservoir
>   at 
> org.apache.jackrabbit.oak.segment.SegmentNodeStore.(SegmentNodeStore.java:166)
>   at 
> org.apache.jackrabbit.oak.segment.SegmentNodeStore.(SegmentNodeStore.java:63)
>   at 
> org.apache.jackrabbit.oak.segment.SegmentNodeStore$SegmentNodeStoreBuilder.build(SegmentNodeStore.java:121)
> Looking at the pom the dependency has a scope provided 
> (http://repo.maven.apache.org/maven2/org/apache/jackrabbit/oak-segment-tar/1.7.5/oak-segment-tar-1.7.5.pom)
>  IMHO it's a wrong dependency scope at it's definitely needed as there is no 
> usage of reflection to avoid loading of the classes



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (OAK-6542) java.lang.NoClassDefFoundError: com/codahale/metrics/Reservoir

2017-11-07 Thread Francesco Mari (JIRA)

[ 
https://issues.apache.org/jira/browse/OAK-6542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16241804#comment-16241804
 ] 

Francesco Mari commented on OAK-6542:
-

[~olamy], the scope "provided" should be the right scope for {{metrics-core}}. 
Since {{oak-segment-tar}} is built with a packaging of {{bundle}}, it just 
means that {{metrics-core}} is supposed to be provided by the deployer in the 
OSGi framework. This is the same strategy used for other mandatory dependencies 
used by {{oak-segment-tar}}. Does it make sense to you?

> java.lang.NoClassDefFoundError: com/codahale/metrics/Reservoir
> --
>
> Key: OAK-6542
> URL: https://issues.apache.org/jira/browse/OAK-6542
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: segment-tar
>Affects Versions: 1.7.5
>Reporter: Olivier Lamy (*$^¨%`£)
>Assignee: Francesco Mari
> Fix For: 1.8, 1.7.12
>
>
> Upgrading to last 1.7.5.
> I get this exception
> java.lang.NoClassDefFoundError: com/codahale/metrics/Reservoir
>   at 
> org.apache.jackrabbit.oak.segment.SegmentNodeStore.(SegmentNodeStore.java:166)
>   at 
> org.apache.jackrabbit.oak.segment.SegmentNodeStore.(SegmentNodeStore.java:63)
>   at 
> org.apache.jackrabbit.oak.segment.SegmentNodeStore$SegmentNodeStoreBuilder.build(SegmentNodeStore.java:121)
> Looking at the pom the dependency has a scope provided 
> (http://repo.maven.apache.org/maven2/org/apache/jackrabbit/oak-segment-tar/1.7.5/oak-segment-tar-1.7.5.pom)
>  IMHO it's a wrong dependency scope at it's definitely needed as there is no 
> usage of reflection to avoid loading of the classes



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)