[
https://issues.apache.org/jira/browse/KARAF-6162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16771348#comment-16771348
]
Jean-Baptiste Onofré commented on KARAF-6162:
---------------------------------------------
I saw it can also end with:
{code}
java.lang.NullPointerException: null
at java.util.regex.Matcher.getTextLength(Matcher.java:1283) ~[?:?]
at java.util.regex.Matcher.reset(Matcher.java:309) ~[?:?]
at java.util.regex.Matcher.<init>(Matcher.java:229) ~[?:?]
at java.util.regex.Pattern.matcher(Pattern.java:1093) ~[?:?]
at
org.apache.karaf.cellar.core.CellarSupport.wildCardMatch(CellarSupport.java:220)
~[?:?]
at
org.apache.karaf.cellar.core.CellarSupport.isAllowed(CellarSupport.java:189)
~[?:?]
{code}
> cluster:bundle-update doesn't work
> ----------------------------------
>
> Key: KARAF-6162
> URL: https://issues.apache.org/jira/browse/KARAF-6162
> Project: Karaf
> Issue Type: Bug
> Components: cellar
> Reporter: Jean-Baptiste Onofré
> Assignee: Jean-Baptiste Onofré
> Priority: Major
> Fix For: cellar-4.2.0, cellar-4.3.0, cellar-4.1.3
>
>
> As discussed on the mailing list:
> Bundle update is handled in the Cellar BundleEventHandler:
> (event.getType() == BundleState.UPDATE)
> The problem is then probably located in the BundleSupport#update() method:
> https://github.com/apache/karaf-cellar/blob/master/bundle/src/main/java/org/apache/karaf/cellar/bundle/BundleSupport.java#L130
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)