[jira] [Updated] (KARAF-4628) Can not start karaf on linux

2016-08-04 Thread Jamie goodyear (JIRA)

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

Jamie goodyear updated KARAF-4628:
--
Fix Version/s: 3.0.8

> Can not start karaf on linux
> 
>
> Key: KARAF-4628
> URL: https://issues.apache.org/jira/browse/KARAF-4628
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-core
>Affects Versions: 4.1.0
>Reporter: Christian Schneider
>Assignee: Guillaume Nodet
> Fix For: 4.1.0, 3.0.8
>
>
> I am not able to start karaf build from master. See below for how to 
> reproduce. 
> Build karaf from master using:
> mvn clean install -Pfastinstall 
> and unpack using
> tar -xzvf 
> ~/checkout/karaf/assemblies/apache-karaf/target/apache-karaf-4.1.0-SNAPSHOT.tar.gz
> cschneider@wscschneider:~/java/apache-karaf-4.1.0-SNAPSHOT$ bin/karaf 
> Error: Could not find or load main class org.apache.karaf.main.Main
> See here for a run with bash -x: http://apaste.info/esV
> It seems like karaf is detecting the karaf directory wrongly.
> If I cd to the bin dir and run karaf from there it works.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (KARAF-4642) featuresBoot order is not honored

2016-08-01 Thread Jamie goodyear (JIRA)

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

Jamie goodyear resolved KARAF-4642.
---
Resolution: Fixed

Patch / Pull Requests provided by James Carman.

> featuresBoot order is not honored
> -
>
> Key: KARAF-4642
> URL: https://issues.apache.org/jira/browse/KARAF-4642
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 3.0.7
>Reporter: James Carman
>Assignee: Jamie goodyear
>Priority: Critical
> Fix For: 4.1.0, 3.0.8, 4.0.5
>
>
> When starting up a vanilla 3.0.7 installation, the featuresBoot is:
> config,standard,region,package,kar,ssh,management
> However, looking at the log files, they are not installed in that order:
> 2016-07-29 14:10:57,555 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> kar 3.0.7
> 2016-07-29 14:10:57,562 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> management 3.0.7
> 2016-07-29 14:10:57,574 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> config 3.0.7
> 2016-07-29 14:10:57,579 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> standard 3.0.7
> 2016-07-29 14:10:57,596 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> region 3.0.7
> 2016-07-29 14:10:57,602 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> ssh 3.0.7
> 2016-07-29 14:10:57,610 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> package 3.0.7



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-4642) featuresBoot order is not honored

2016-08-01 Thread Jamie goodyear (JIRA)

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

Jamie goodyear commented on KARAF-4642:
---

remote: karaf git commit: [KARAF-4642] featuresBoot order is not honored. Thank 
you James Carman for the patch.
To https://git-wip-us.apache.org/repos/asf/karaf.git
   90edb94..78ec188  master -> master

> featuresBoot order is not honored
> -
>
> Key: KARAF-4642
> URL: https://issues.apache.org/jira/browse/KARAF-4642
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 3.0.7
>Reporter: James Carman
>Assignee: Jamie goodyear
>Priority: Critical
> Fix For: 4.1.0, 4.0.5, 3.0.8
>
>
> When starting up a vanilla 3.0.7 installation, the featuresBoot is:
> config,standard,region,package,kar,ssh,management
> However, looking at the log files, they are not installed in that order:
> 2016-07-29 14:10:57,555 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> kar 3.0.7
> 2016-07-29 14:10:57,562 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> management 3.0.7
> 2016-07-29 14:10:57,574 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> config 3.0.7
> 2016-07-29 14:10:57,579 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> standard 3.0.7
> 2016-07-29 14:10:57,596 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> region 3.0.7
> 2016-07-29 14:10:57,602 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> ssh 3.0.7
> 2016-07-29 14:10:57,610 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> package 3.0.7



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (KARAF-4642) featuresBoot order is not honored

2016-08-01 Thread Jamie goodyear (JIRA)

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

Jamie goodyear updated KARAF-4642:
--
Fix Version/s: 4.1.0

> featuresBoot order is not honored
> -
>
> Key: KARAF-4642
> URL: https://issues.apache.org/jira/browse/KARAF-4642
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 3.0.7
>Reporter: James Carman
>Assignee: Jamie goodyear
>Priority: Critical
> Fix For: 4.1.0, 4.0.5, 3.0.8
>
>
> When starting up a vanilla 3.0.7 installation, the featuresBoot is:
> config,standard,region,package,kar,ssh,management
> However, looking at the log files, they are not installed in that order:
> 2016-07-29 14:10:57,555 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> kar 3.0.7
> 2016-07-29 14:10:57,562 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> management 3.0.7
> 2016-07-29 14:10:57,574 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> config 3.0.7
> 2016-07-29 14:10:57,579 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> standard 3.0.7
> 2016-07-29 14:10:57,596 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> region 3.0.7
> 2016-07-29 14:10:57,602 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> ssh 3.0.7
> 2016-07-29 14:10:57,610 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> package 3.0.7



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-4642) featuresBoot order is not honored

2016-08-01 Thread Jamie goodyear (JIRA)

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

Jamie goodyear commented on KARAF-4642:
---

To https://git-wip-us.apache.org/repos/asf/karaf.git
   dbd58bc..9f513b9  karaf-4.0.x -> karaf-4.0.x

> featuresBoot order is not honored
> -
>
> Key: KARAF-4642
> URL: https://issues.apache.org/jira/browse/KARAF-4642
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 3.0.7
>Reporter: James Carman
>Assignee: Jamie goodyear
>Priority: Critical
> Fix For: 4.0.5, 3.0.8
>
>
> When starting up a vanilla 3.0.7 installation, the featuresBoot is:
> config,standard,region,package,kar,ssh,management
> However, looking at the log files, they are not installed in that order:
> 2016-07-29 14:10:57,555 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> kar 3.0.7
> 2016-07-29 14:10:57,562 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> management 3.0.7
> 2016-07-29 14:10:57,574 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> config 3.0.7
> 2016-07-29 14:10:57,579 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> standard 3.0.7
> 2016-07-29 14:10:57,596 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> region 3.0.7
> 2016-07-29 14:10:57,602 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> ssh 3.0.7
> 2016-07-29 14:10:57,610 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> package 3.0.7



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (KARAF-4644) Pin Build to CXF 3.1.7

2016-08-01 Thread Jamie goodyear (JIRA)

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

Jamie goodyear resolved KARAF-4644.
---
   Resolution: Fixed
Fix Version/s: 4.0.6
   4.1.0

Thank you James Carman for the patches.

> Pin Build to CXF 3.1.7
> --
>
> Key: KARAF-4644
> URL: https://issues.apache.org/jira/browse/KARAF-4644
> Project: Karaf
>  Issue Type: Improvement
>Affects Versions: 4.0.5
>Reporter: James Carman
>Assignee: Jamie goodyear
> Fix For: 4.1.0, 4.0.6
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The current build uses CXF 3.1.7-SNAPSHOT in the 
> org.apache.karaf.jaas.modules' pom.xml file.  We should pin that to 3.1.7 
> since  CXF is now at 3.1.8-SNAPSHOT.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-4644) Pin Build to CXF 3.1.7

2016-08-01 Thread Jamie goodyear (JIRA)

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

Jamie goodyear commented on KARAF-4644:
---

To https://git-wip-us.apache.org/repos/asf/karaf.git
   f7e18e3..90edb94  master -> master

> Pin Build to CXF 3.1.7
> --
>
> Key: KARAF-4644
> URL: https://issues.apache.org/jira/browse/KARAF-4644
> Project: Karaf
>  Issue Type: Improvement
>Affects Versions: 4.0.5
>Reporter: James Carman
>Assignee: Jamie goodyear
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The current build uses CXF 3.1.7-SNAPSHOT in the 
> org.apache.karaf.jaas.modules' pom.xml file.  We should pin that to 3.1.7 
> since  CXF is now at 3.1.8-SNAPSHOT.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-4644) Pin Build to CXF 3.1.7

2016-08-01 Thread Jamie goodyear (JIRA)

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

Jamie goodyear commented on KARAF-4644:
---

To https://git-wip-us.apache.org/repos/asf/karaf.git
   2c0bf85..dbd58bc  karaf-4.0.x -> karaf-4.0.x

> Pin Build to CXF 3.1.7
> --
>
> Key: KARAF-4644
> URL: https://issues.apache.org/jira/browse/KARAF-4644
> Project: Karaf
>  Issue Type: Improvement
>Affects Versions: 4.0.5
>Reporter: James Carman
>Assignee: Jamie goodyear
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The current build uses CXF 3.1.7-SNAPSHOT in the 
> org.apache.karaf.jaas.modules' pom.xml file.  We should pin that to 3.1.7 
> since  CXF is now at 3.1.8-SNAPSHOT.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (KARAF-4644) Pin Build to CXF 3.1.7

2016-08-01 Thread Jamie goodyear (JIRA)

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

Jamie goodyear reassigned KARAF-4644:
-

Assignee: Jamie goodyear

> Pin Build to CXF 3.1.7
> --
>
> Key: KARAF-4644
> URL: https://issues.apache.org/jira/browse/KARAF-4644
> Project: Karaf
>  Issue Type: Improvement
>Affects Versions: 4.0.5
>Reporter: James Carman
>Assignee: Jamie goodyear
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The current build uses CXF 3.1.7-SNAPSHOT in the 
> org.apache.karaf.jaas.modules' pom.xml file.  We should pin that to 3.1.7 
> since  CXF is now at 3.1.8-SNAPSHOT.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-4642) featuresBoot order is not honored

2016-08-01 Thread Jamie goodyear (JIRA)

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

Jamie goodyear commented on KARAF-4642:
---

James, could you provide a similar patch for K4 line?

> featuresBoot order is not honored
> -
>
> Key: KARAF-4642
> URL: https://issues.apache.org/jira/browse/KARAF-4642
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 3.0.7
>Reporter: James Carman
>Assignee: Jamie goodyear
>Priority: Critical
> Fix For: 3.0.8
>
>
> When starting up a vanilla 3.0.7 installation, the featuresBoot is:
> config,standard,region,package,kar,ssh,management
> However, looking at the log files, they are not installed in that order:
> 2016-07-29 14:10:57,555 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> kar 3.0.7
> 2016-07-29 14:10:57,562 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> management 3.0.7
> 2016-07-29 14:10:57,574 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> config 3.0.7
> 2016-07-29 14:10:57,579 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> standard 3.0.7
> 2016-07-29 14:10:57,596 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> region 3.0.7
> 2016-07-29 14:10:57,602 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> ssh 3.0.7
> 2016-07-29 14:10:57,610 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> package 3.0.7



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-4642) featuresBoot order is not honored

2016-08-01 Thread Jamie goodyear (JIRA)

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

Jamie goodyear commented on KARAF-4642:
---

PR accepted to K 3.0.x branch. 
Thank you for the patch, James.

> featuresBoot order is not honored
> -
>
> Key: KARAF-4642
> URL: https://issues.apache.org/jira/browse/KARAF-4642
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 3.0.7
>Reporter: James Carman
>Assignee: Jamie goodyear
>Priority: Critical
> Fix For: 3.0.8
>
>
> When starting up a vanilla 3.0.7 installation, the featuresBoot is:
> config,standard,region,package,kar,ssh,management
> However, looking at the log files, they are not installed in that order:
> 2016-07-29 14:10:57,555 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> kar 3.0.7
> 2016-07-29 14:10:57,562 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> management 3.0.7
> 2016-07-29 14:10:57,574 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> config 3.0.7
> 2016-07-29 14:10:57,579 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> standard 3.0.7
> 2016-07-29 14:10:57,596 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> region 3.0.7
> 2016-07-29 14:10:57,602 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> ssh 3.0.7
> 2016-07-29 14:10:57,610 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> package 3.0.7



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (KARAF-4642) featuresBoot order is not honored

2016-08-01 Thread Jamie goodyear (JIRA)

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

Jamie goodyear reassigned KARAF-4642:
-

Assignee: Jamie goodyear  (was: Jean-Baptiste Onofré)

> featuresBoot order is not honored
> -
>
> Key: KARAF-4642
> URL: https://issues.apache.org/jira/browse/KARAF-4642
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 3.0.7
>Reporter: James Carman
>Assignee: Jamie goodyear
>Priority: Critical
> Fix For: 3.0.8
>
>
> When starting up a vanilla 3.0.7 installation, the featuresBoot is:
> config,standard,region,package,kar,ssh,management
> However, looking at the log files, they are not installed in that order:
> 2016-07-29 14:10:57,555 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> kar 3.0.7
> 2016-07-29 14:10:57,562 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> management 3.0.7
> 2016-07-29 14:10:57,574 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> config 3.0.7
> 2016-07-29 14:10:57,579 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> standard 3.0.7
> 2016-07-29 14:10:57,596 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> region 3.0.7
> 2016-07-29 14:10:57,602 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> ssh 3.0.7
> 2016-07-29 14:10:57,610 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> package 3.0.7



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (KARAF-4502) REGRESSION: using OpenJDK on CentOS 7 causes bin/client to fail with "Unable to negotiate key exchange for kex algorithms"

2016-06-03 Thread Jamie goodyear (JIRA)

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

Jamie goodyear updated KARAF-4502:
--
Affects Version/s: 3.0.6

> REGRESSION: using OpenJDK on CentOS 7 causes bin/client to fail with "Unable 
> to negotiate key exchange for kex algorithms"
> --
>
> Key: KARAF-4502
> URL: https://issues.apache.org/jira/browse/KARAF-4502
> Project: Karaf
>  Issue Type: Bug
>Affects Versions: 4.0.3, 3.0.6, 4.0.4
> Environment: CentOS Linux release 7.0.1406 (Core) 
> openjdk version "1.8.0_77"
>Reporter: Damjan Jovanovic
>
> On a fresh install of CentOS 7 with OpenJDK 1.8, running karaf container 
> versions > 4.0.2 either with "bin/karaf" or as a service (whether sysvinit or 
> systemd), trying to log in with "bin/client" always fails with an exception.
> Oracle JDK - by comparison - works.
> "git bisect" narrowed down the regression to the following commit:
> 539540cde099aee52fd523a09aca92e36522261c is the first bad commit
> commit 539540cde099aee52fd523a09aca92e36522261c
> Author: Freeman Fang 
> Date:   Wed Oct 14 12:09:09 2015 +0800
> [KARAF-4062]Karaf client does now work after installing BouncyCastle
> :04 04 926f15997510a671ff77db9623f8b65ce4186706 
> da83c22e043de3004a620f1cc88e25ee672bd09d Mclient
> The exception is:
> # bin/client
> Logging in as karaf
> 3771 [sshd-SshClient[593634ad]-nio2-thread-2] WARN 
> org.apache.sshd.client.session.ClientSessionImpl - Exception caught
> java.lang.IllegalStateException: Unable to negotiate key exchange for kex 
> algorithms (client: 
> ecdh-sha2-nistp256,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp384,ecdh-sha2-nistp521,ecdh-sha2-nistp521
>  / server: 
> diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1)
>   at 
> org.apache.sshd.common.session.AbstractSession.negotiate(AbstractSession.java:1159)
>   at 
> org.apache.sshd.common.session.AbstractSession.doHandleMessage(AbstractSession.java:388)
>   at 
> org.apache.sshd.common.session.AbstractSession.handleMessage(AbstractSession.java:326)
>   at 
> org.apache.sshd.client.session.ClientSessionImpl.handleMessage(ClientSessionImpl.java:306)
>   at 
> org.apache.sshd.common.session.AbstractSession.decode(AbstractSession.java:780)
>   at 
> org.apache.sshd.common.session.AbstractSession.messageReceived(AbstractSession.java:308)
>   at 
> org.apache.sshd.common.AbstractSessionIoHandler.messageReceived(AbstractSessionIoHandler.java:54)
>   at 
> org.apache.sshd.common.io.nio2.Nio2Session$1.onCompleted(Nio2Session.java:184)
>   at 
> org.apache.sshd.common.io.nio2.Nio2Session$1.onCompleted(Nio2Session.java:170)
>   at 
> org.apache.sshd.common.io.nio2.Nio2CompletionHandler$1.run(Nio2CompletionHandler.java:32)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at 
> org.apache.sshd.common.io.nio2.Nio2CompletionHandler.completed(Nio2CompletionHandler.java:30)
>   at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
>   at sun.nio.ch.Invoker$2.run(Invoker.java:218)
>   at 
> sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
>   at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>   at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>   at java.lang.Thread.run(Thread.java:745)
> Authentication failed



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (KARAF-4494) FeaturesService Should Support Variable Interpolation in featuresRepositories property

2016-04-15 Thread Jamie goodyear (JIRA)

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

Jamie goodyear resolved KARAF-4494.
---
   Resolution: Fixed
Fix Version/s: 3.0.7

Karaf 4 line does not require an update.

Thank you James for suppling the patch :)

> FeaturesService Should Support Variable Interpolation in featuresRepositories 
> property
> --
>
> Key: KARAF-4494
> URL: https://issues.apache.org/jira/browse/KARAF-4494
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-feature
>Affects Versions: 3.0.6
>Reporter: James Carman
>Assignee: Jamie goodyear
>Priority: Minor
> Fix For: 3.0.7
>
> Attachments: KARAF-4494.patch
>
>
> When trying to use system properties (from system.properties) in my 
> featuresRepositories URLs, I get an exception, because no interpolation is 
> done on the values before they are turned into a URI object (in the setUrls 
> method).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-4494) FeaturesService Should Support Variable Interpolation in featuresRepositories property

2016-04-14 Thread Jamie goodyear (JIRA)

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

Jamie goodyear commented on KARAF-4494:
---

Note: Supplied patch is for K30x. Some work will be required to merge this into 
4.0.x and 4.1.x.

> FeaturesService Should Support Variable Interpolation in featuresRepositories 
> property
> --
>
> Key: KARAF-4494
> URL: https://issues.apache.org/jira/browse/KARAF-4494
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-feature
>Affects Versions: 3.0.6
>Reporter: James Carman
>Assignee: Jamie goodyear
>Priority: Minor
> Attachments: KARAF-4494.patch
>
>
> When trying to use system properties (from system.properties) in my 
> featuresRepositories URLs, I get an exception, because no interpolation is 
> done on the values before they are turned into a URI object (in the setUrls 
> method).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (KARAF-4494) FeaturesService Should Support Variable Interpolation in featuresRepositories property

2016-04-14 Thread Jamie goodyear (JIRA)

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

Jamie goodyear reassigned KARAF-4494:
-

Assignee: Jamie goodyear

> FeaturesService Should Support Variable Interpolation in featuresRepositories 
> property
> --
>
> Key: KARAF-4494
> URL: https://issues.apache.org/jira/browse/KARAF-4494
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-feature
>Affects Versions: 3.0.6
>Reporter: James Carman
>Assignee: Jamie goodyear
>Priority: Minor
> Attachments: KARAF-4494.patch
>
>
> When trying to use system properties (from system.properties) in my 
> featuresRepositories URLs, I get an exception, because no interpolation is 
> done on the values before they are turned into a URI object (in the setUrls 
> method).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-3638) karaf-maven-plugin:features-add-to-repository fails with NPE

2015-09-03 Thread Jamie goodyear (JIRA)

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

Jamie goodyear commented on KARAF-3638:
---

Same issue occurring with Karaf 3.0.4, does not happen with 3.0.3.

> karaf-maven-plugin:features-add-to-repository fails with NPE
> 
>
> Key: KARAF-3638
> URL: https://issues.apache.org/jira/browse/KARAF-3638
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-tooling
>Affects Versions: 4.0.0.M2, 4.0.0.M3
>Reporter: Igor Lazebny
>Assignee: Jean-Baptiste Onofré
>Priority: Critical
> Attachments: pom.xml
>
>
> karaf-maven-plugin:features-add-to-repository fails with message:
> [ERROR] Failed to execute goal 
> org.apache.karaf.tooling:karaf-maven-plugin:4.0.0-SNAPSHOT:features-add-to-repository
>  (add-features-to-repo) on project karaf-maven-plugin-example: Error 
> populating repository: NullPointerException -> [Help 1]
> Reproducible both for current 4.0.0-SNAPSHOT and 4.0.0.M2
> Works OK in 4.0.0.M1.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (KARAF-3925) Release Apache Karaf 4.0.1

2015-08-19 Thread Jamie goodyear (JIRA)

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

Jamie goodyear resolved KARAF-3925.
---
Resolution: Fixed

Vote passed, updating website, and sending out email announcements.

> Release Apache Karaf 4.0.1
> --
>
> Key: KARAF-3925
> URL: https://issues.apache.org/jira/browse/KARAF-3925
> Project: Karaf
>  Issue Type: Task
>Reporter: Jamie goodyear
>Assignee: Jamie goodyear
> Fix For: 4.0.1
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Work started] (KARAF-3925) Release Apache Karaf 4.0.1

2015-08-15 Thread Jamie goodyear (JIRA)

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

Work on KARAF-3925 started by Jamie goodyear.
-
> Release Apache Karaf 4.0.1
> --
>
> Key: KARAF-3925
> URL: https://issues.apache.org/jira/browse/KARAF-3925
> Project: Karaf
>  Issue Type: Task
>Reporter: Jamie goodyear
>Assignee: Jamie goodyear
> Fix For: 4.0.1
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-3934) Update Apache Directory + make use of random port generation

2015-08-15 Thread Jamie goodyear (JIRA)

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

Jamie goodyear commented on KARAF-3934:
---

Patch applied, with thanks to Colm.

Cyberman:kar401 jgoodyear$ git log -1
commit 0bf1f68dbcc8c38bb44532503047aa65390716c0
Author: jgoodyear 
Date:   Sat Aug 15 19:32:13 2015 -0230

[KARAF-3934] Update Apache Directory and make use of random port generator. 
Patch supplied by Colm O hEigeartaigh.

> Update Apache Directory + make use of random port generation
> 
>
> Key: KARAF-3934
> URL: https://issues.apache.org/jira/browse/KARAF-3934
> Project: Karaf
>  Issue Type: Improvement
>Affects Versions: 4.0.0
>Reporter: Colm O hEigeartaigh
>Assignee: Jamie goodyear
>Priority: Minor
> Fix For: 4.0.1
>
> Attachments: karaf-3934.patch
>
>
> Karaf uses an oldish version of Apache Directory. The M20 release uses random 
> ports (if none are specified in the annotation to start the server), which is 
> better from a testing POV.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (KARAF-3934) Update Apache Directory + make use of random port generation

2015-08-15 Thread Jamie goodyear (JIRA)

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

Jamie goodyear resolved KARAF-3934.
---
Resolution: Fixed

Thank you Colm for supplying the patch set.

> Update Apache Directory + make use of random port generation
> 
>
> Key: KARAF-3934
> URL: https://issues.apache.org/jira/browse/KARAF-3934
> Project: Karaf
>  Issue Type: Improvement
>Affects Versions: 4.0.0
>Reporter: Colm O hEigeartaigh
>Assignee: Jamie goodyear
>Priority: Minor
> Fix For: 4.0.1
>
> Attachments: karaf-3934.patch
>
>
> Karaf uses an oldish version of Apache Directory. The M20 release uses random 
> ports (if none are specified in the annotation to start the server), which is 
> better from a testing POV.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-3934) Update Apache Directory + make use of random port generation

2015-08-15 Thread Jamie goodyear (JIRA)

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

Jamie goodyear commented on KARAF-3934:
---

Looks good :)

> Update Apache Directory + make use of random port generation
> 
>
> Key: KARAF-3934
> URL: https://issues.apache.org/jira/browse/KARAF-3934
> Project: Karaf
>  Issue Type: Improvement
>Affects Versions: 4.0.0
>Reporter: Colm O hEigeartaigh
>Assignee: Jamie goodyear
>Priority: Minor
> Fix For: 4.0.1
>
> Attachments: karaf-3934.patch
>
>
> Karaf uses an oldish version of Apache Directory. The M20 release uses random 
> ports (if none are specified in the annotation to start the server), which is 
> better from a testing POV.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (KARAF-3934) Update Apache Directory + make use of random port generation

2015-08-15 Thread Jamie goodyear (JIRA)

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

Jamie goodyear reassigned KARAF-3934:
-

Assignee: Jamie goodyear

> Update Apache Directory + make use of random port generation
> 
>
> Key: KARAF-3934
> URL: https://issues.apache.org/jira/browse/KARAF-3934
> Project: Karaf
>  Issue Type: Improvement
>Affects Versions: 4.0.0
>Reporter: Colm O hEigeartaigh
>Assignee: Jamie goodyear
>Priority: Minor
> Fix For: 4.0.1
>
> Attachments: karaf-3934.patch
>
>
> Karaf uses an oldish version of Apache Directory. The M20 release uses random 
> ports (if none are specified in the annotation to start the server), which is 
> better from a testing POV.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-3925) Release Apache Karaf 4.0.1

2015-08-12 Thread Jamie goodyear (JIRA)

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

Jamie goodyear commented on KARAF-3925:
---

Awaiting https://issues.apache.org/jira/browse/KARAF-3932

> Release Apache Karaf 4.0.1
> --
>
> Key: KARAF-3925
> URL: https://issues.apache.org/jira/browse/KARAF-3925
> Project: Karaf
>  Issue Type: Task
>Reporter: Jamie goodyear
>Assignee: Jamie goodyear
> Fix For: 4.0.1
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (KARAF-3925) Release Apache Karaf 4.0.1

2015-08-11 Thread Jamie goodyear (JIRA)
Jamie goodyear created KARAF-3925:
-

 Summary: Release Apache Karaf 4.0.1
 Key: KARAF-3925
 URL: https://issues.apache.org/jira/browse/KARAF-3925
 Project: Karaf
  Issue Type: Task
Reporter: Jamie goodyear
Assignee: Jamie goodyear
 Fix For: 4.0.1






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (KARAF-3839) Release Apache Karaf 2.4.3

2015-07-12 Thread Jamie goodyear (JIRA)

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

Jamie goodyear resolved KARAF-3839.
---
Resolution: Fixed

> Release Apache Karaf 2.4.3
> --
>
> Key: KARAF-3839
> URL: https://issues.apache.org/jira/browse/KARAF-3839
> Project: Karaf
>  Issue Type: Task
>Affects Versions: 2.4.3
>Reporter: Jamie goodyear
>Assignee: Jamie goodyear
> Fix For: 2.4.3
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-3839) Release Apache Karaf 2.4.3

2015-07-12 Thread Jamie goodyear (JIRA)

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

Jamie goodyear commented on KARAF-3839:
---

$ svn ci -m "[KARAF-3839] Release Apache Karaf 2.4.3. Update website"
Sendingindex/community/download/archives.page
Adding index/community/download/karaf-2.4.3-release.page
Sendingindex/community/download.page
Adding index/community/news/news-2015-07-12.page
Sendingindex/community/news.page
Sendingindex/documentation/karaf-dependencies/karaf-deps-2.4.x.page
Sendingindex.page
Transmitting file data ...
Committed revision 1690470.

> Release Apache Karaf 2.4.3
> --
>
> Key: KARAF-3839
> URL: https://issues.apache.org/jira/browse/KARAF-3839
> Project: Karaf
>  Issue Type: Task
>Affects Versions: 2.4.3
>Reporter: Jamie goodyear
>Assignee: Jamie goodyear
> Fix For: 2.4.3
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Work started] (KARAF-3839) Release Apache Karaf 2.4.3

2015-07-08 Thread Jamie goodyear (JIRA)

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

Work on KARAF-3839 started by Jamie goodyear.
-
> Release Apache Karaf 2.4.3
> --
>
> Key: KARAF-3839
> URL: https://issues.apache.org/jira/browse/KARAF-3839
> Project: Karaf
>  Issue Type: Task
>Affects Versions: 2.4.3
>Reporter: Jamie goodyear
>Assignee: Jamie goodyear
> Fix For: 2.4.3
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (KARAF-3839) Release Apache Karaf 2.4.3

2015-07-08 Thread Jamie goodyear (JIRA)
Jamie goodyear created KARAF-3839:
-

 Summary: Release Apache Karaf 2.4.3
 Key: KARAF-3839
 URL: https://issues.apache.org/jira/browse/KARAF-3839
 Project: Karaf
  Issue Type: Task
Affects Versions: 2.4.3
Reporter: Jamie goodyear
Assignee: Jamie goodyear
 Fix For: 2.4.3






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (KARAF-3788) Release Apache Karaf 3.0.4

2015-07-02 Thread Jamie goodyear (JIRA)

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

Jamie goodyear resolved KARAF-3788.
---
Resolution: Fixed

> Release Apache Karaf 3.0.4
> --
>
> Key: KARAF-3788
> URL: https://issues.apache.org/jira/browse/KARAF-3788
> Project: Karaf
>  Issue Type: Task
>Affects Versions: 3.0.4
>Reporter: Jamie goodyear
>Assignee: Jamie goodyear
> Fix For: 3.0.4
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Work started] (KARAF-3788) Release Apache Karaf 3.0.4

2015-06-29 Thread Jamie goodyear (JIRA)

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

Work on KARAF-3788 started by Jamie goodyear.
-
> Release Apache Karaf 3.0.4
> --
>
> Key: KARAF-3788
> URL: https://issues.apache.org/jira/browse/KARAF-3788
> Project: Karaf
>  Issue Type: Task
>Affects Versions: 3.0.4
>Reporter: Jamie goodyear
>Assignee: Jamie goodyear
> Fix For: 3.0.4
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (KARAF-3485) Karaf script client option, remove or refactor it.

2015-06-29 Thread Jamie goodyear (JIRA)

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

Jamie goodyear updated KARAF-3485:
--
Fix Version/s: (was: 3.0.4)
   3.0.5

> Karaf script client option, remove or refactor it.
> --
>
> Key: KARAF-3485
> URL: https://issues.apache.org/jira/browse/KARAF-3485
> Project: Karaf
>  Issue Type: Bug
>Affects Versions: 3.0.3
>Reporter: Jamie goodyear
>Assignee: Jamie goodyear
>Priority: Minor
> Fix For: 3.0.5
>
>
> The Karaf script includes a 'client' option, however it does not appear to 
> create client connections to a running Karaf instance. 
> The current Karaf distribution provides a client script which will allow 
> connections to a running instance. Running instances can also be connected to 
> via JMX or SSH clients.
> The client option in the karaf script should either be updated to remove the 
> client option OR have said option made functional once again.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (KARAF-3804) Release Apache Karaf 4.0.0 GA

2015-06-26 Thread Jamie goodyear (JIRA)

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

Jamie goodyear resolved KARAF-3804.
---
Resolution: Fixed

> Release Apache Karaf 4.0.0 GA
> -
>
> Key: KARAF-3804
> URL: https://issues.apache.org/jira/browse/KARAF-3804
> Project: Karaf
>  Issue Type: Task
>Affects Versions: 4.0.0
>Reporter: Jamie goodyear
>Assignee: Jamie goodyear
> Fix For: 4.0.0
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-3804) Release Apache Karaf 4.0.0 GA

2015-06-26 Thread Jamie goodyear (JIRA)

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

Jamie goodyear commented on KARAF-3804:
---

$ svn ci -m "[KARAF-3804] Release Apache karaf 4.0.0"
Sendingindex/community/download/archives.page
Adding index/community/download/karaf-4.0.0-release.page
Sendingindex/community/download.page
Adding index/community/news/news-2015-06-26.page
Sendingindex/community/news.page
Adding index/documentation/karaf-dependencies/karaf-deps-4.0.x.page
Sendingindex/documentation.page
Sendingindex.page
Transmitting file data 
Committed revision 1687880.

> Release Apache Karaf 4.0.0 GA
> -
>
> Key: KARAF-3804
> URL: https://issues.apache.org/jira/browse/KARAF-3804
> Project: Karaf
>  Issue Type: Task
>Affects Versions: 4.0.0
>Reporter: Jamie goodyear
>Assignee: Jamie goodyear
> Fix For: 4.0.0
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (KARAF-3804) Release Apache Karaf 4.0.0 GA

2015-06-23 Thread Jamie goodyear (JIRA)
Jamie goodyear created KARAF-3804:
-

 Summary: Release Apache Karaf 4.0.0 GA
 Key: KARAF-3804
 URL: https://issues.apache.org/jira/browse/KARAF-3804
 Project: Karaf
  Issue Type: Task
Affects Versions: 4.0.0
Reporter: Jamie goodyear
Assignee: Jamie goodyear
 Fix For: 4.0.0






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Work started] (KARAF-3804) Release Apache Karaf 4.0.0 GA

2015-06-23 Thread Jamie goodyear (JIRA)

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

Work on KARAF-3804 started by Jamie goodyear.
-
> Release Apache Karaf 4.0.0 GA
> -
>
> Key: KARAF-3804
> URL: https://issues.apache.org/jira/browse/KARAF-3804
> Project: Karaf
>  Issue Type: Task
>Affects Versions: 4.0.0
>Reporter: Jamie goodyear
>Assignee: Jamie goodyear
> Fix For: 4.0.0
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (KARAF-3788) Release Apache Karaf 3.0.4

2015-06-15 Thread Jamie goodyear (JIRA)
Jamie goodyear created KARAF-3788:
-

 Summary: Release Apache Karaf 3.0.4
 Key: KARAF-3788
 URL: https://issues.apache.org/jira/browse/KARAF-3788
 Project: Karaf
  Issue Type: Task
Affects Versions: 3.0.4
Reporter: Jamie goodyear
Assignee: Jamie goodyear
 Fix For: 3.0.4






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (KARAF-3763) Release Apache Karaf 4.0.0.M3

2015-06-08 Thread Jamie goodyear (JIRA)

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

Jamie goodyear resolved KARAF-3763.
---
Resolution: Fixed

> Release Apache Karaf 4.0.0.M3
> -
>
> Key: KARAF-3763
> URL: https://issues.apache.org/jira/browse/KARAF-3763
> Project: Karaf
>  Issue Type: Task
>Affects Versions: 4.0.0.M3
>Reporter: Jamie goodyear
>Assignee: Jamie goodyear
> Fix For: 4.0.0.M3
>
>
> Release process for K400M3



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Work started] (KARAF-3763) Release Apache Karaf 4.0.0.M3

2015-06-05 Thread Jamie goodyear (JIRA)

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

Work on KARAF-3763 started by Jamie goodyear.
-
> Release Apache Karaf 4.0.0.M3
> -
>
> Key: KARAF-3763
> URL: https://issues.apache.org/jira/browse/KARAF-3763
> Project: Karaf
>  Issue Type: Task
>Affects Versions: 4.0.0.M3
>Reporter: Jamie goodyear
>Assignee: Jamie goodyear
> Fix For: 4.0.0.M3
>
>
> Release process for K400M3



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (KARAF-3763) Release Apache Karaf 4.0.0.M3

2015-06-05 Thread Jamie goodyear (JIRA)
Jamie goodyear created KARAF-3763:
-

 Summary: Release Apache Karaf 4.0.0.M3
 Key: KARAF-3763
 URL: https://issues.apache.org/jira/browse/KARAF-3763
 Project: Karaf
  Issue Type: Task
Affects Versions: 4.0.0.M3
Reporter: Jamie goodyear
Assignee: Jamie goodyear
 Fix For: 4.0.0.M3


Release process for K400M3



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (KARAF-3676) Release Apache Karaf 2.4.2

2015-04-25 Thread Jamie goodyear (JIRA)

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

Jamie goodyear resolved KARAF-3676.
---
Resolution: Fixed

> Release Apache Karaf 2.4.2
> --
>
> Key: KARAF-3676
> URL: https://issues.apache.org/jira/browse/KARAF-3676
> Project: Karaf
>  Issue Type: Task
>Reporter: Jamie goodyear
>Assignee: Jamie goodyear
> Fix For: 2.4.2
>
>
> Release Apache Karaf 2.4.2



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-3676) Release Apache Karaf 2.4.2

2015-04-25 Thread Jamie goodyear (JIRA)

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

Jamie goodyear commented on KARAF-3676:
---

svn ci -m "[KARAF-3676] Release Apache Karaf 2.4.2. Update website"
Sendingsrc/main/webapp/index/community/download/archives.page
Sendingsrc/main/webapp/index/community/download.page
Adding src/main/webapp/index/community/news/news-2015-04-25.page
Sendingsrc/main/webapp/index/community/news.page
Sendingsrc/main/webapp/index.page
Transmitting file data .
Committed revision 1676031.

> Release Apache Karaf 2.4.2
> --
>
> Key: KARAF-3676
> URL: https://issues.apache.org/jira/browse/KARAF-3676
> Project: Karaf
>  Issue Type: Task
>Reporter: Jamie goodyear
>Assignee: Jamie goodyear
> Fix For: 2.4.2
>
>
> Release Apache Karaf 2.4.2



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-3676) Release Apache Karaf 2.4.2

2015-04-22 Thread Jamie goodyear (JIRA)

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

Jamie goodyear commented on KARAF-3676:
---

Updated in kit release notes.

> Release Apache Karaf 2.4.2
> --
>
> Key: KARAF-3676
> URL: https://issues.apache.org/jira/browse/KARAF-3676
> Project: Karaf
>  Issue Type: Task
>Reporter: Jamie goodyear
>Assignee: Jamie goodyear
> Fix For: 2.4.2
>
>
> Release Apache Karaf 2.4.2



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-3676) Release Apache Karaf 2.4.2

2015-04-22 Thread Jamie goodyear (JIRA)

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

Jamie goodyear commented on KARAF-3676:
---

$ svn ci -m "[KARAF-3676] Release Apache Karaf 2.4.2. Udpate online release 
notes and deps table."
Adding src/main/webapp/index/community/download/karaf-2.4.2-release.page
Sending
src/main/webapp/index/documentation/karaf-dependencies/karaf-deps-2.4.x.page
Transmitting file data ..
Committed revision 1675358.

> Release Apache Karaf 2.4.2
> --
>
> Key: KARAF-3676
> URL: https://issues.apache.org/jira/browse/KARAF-3676
> Project: Karaf
>  Issue Type: Task
>Reporter: Jamie goodyear
>Assignee: Jamie goodyear
> Fix For: 2.4.2
>
>
> Release Apache Karaf 2.4.2



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Work started] (KARAF-3676) Release Apache Karaf 2.4.2

2015-04-22 Thread Jamie goodyear (JIRA)

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

Work on KARAF-3676 started by Jamie goodyear.
-
> Release Apache Karaf 2.4.2
> --
>
> Key: KARAF-3676
> URL: https://issues.apache.org/jira/browse/KARAF-3676
> Project: Karaf
>  Issue Type: Task
>Reporter: Jamie goodyear
>Assignee: Jamie goodyear
> Fix For: 2.4.2
>
>
> Release Apache Karaf 2.4.2



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (KARAF-1254) Jasypt config admin property with reload strategy.

2015-04-20 Thread Jamie goodyear (JIRA)

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

Jamie goodyear updated KARAF-1254:
--
Fix Version/s: (was: 2.4.2)
   2.4.3

> Jasypt config admin property with reload strategy.
> --
>
> Key: KARAF-1254
> URL: https://issues.apache.org/jira/browse/KARAF-1254
> Project: Karaf
>  Issue Type: New Feature
>  Components: karaf-core
>Reporter: Edstrom Johan
>Assignee: Jamie goodyear
>Priority: Minor
> Fix For: 3.0.4, 4.0.0.M3, 2.4.3
>
> Attachments: jamie.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (KARAF-3676) Release Apache Karaf 2.4.2

2015-04-20 Thread Jamie goodyear (JIRA)
Jamie goodyear created KARAF-3676:
-

 Summary: Release Apache Karaf 2.4.2
 Key: KARAF-3676
 URL: https://issues.apache.org/jira/browse/KARAF-3676
 Project: Karaf
  Issue Type: Task
Reporter: Jamie goodyear
Assignee: Jamie goodyear
 Fix For: 2.4.2


Release Apache Karaf 2.4.2



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (KARAF-3514) RuntimeException when setting system.properties --> karaf.lock.level to a value greater 4 and starting Karaf

2015-04-12 Thread Jamie goodyear (JIRA)

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

Jamie goodyear resolved KARAF-3514.
---
Resolution: Fixed

Updated K3.0.x and K4.0.x to initially boot Karaf at level one, before moving 
up to Default Start level or Lock Level.

> RuntimeException when setting system.properties -->  karaf.lock.level to a 
> value greater 4 and starting Karaf
> -
>
> Key: KARAF-3514
> URL: https://issues.apache.org/jira/browse/KARAF-3514
> Project: Karaf
>  Issue Type: Bug
>Affects Versions: 3.0.0, 3.0.1, 3.0.2, 3.0.3, 4.0.0.M2
> Environment: - Windows 7 64 bit
> - Java  1.7.0_67 
>Reporter: Johannes
>Assignee: Jamie goodyear
> Fix For: 4.0.0, 3.0.4
>
>
> download the Karaf 3.0.3 distribution:
> http://karaf.apache.org/index/community/download.html#Karaf3.0.3
> and add the following property+value:
> karaf.lock.level=50 to the system.properties
> starting Karaf results in the following error:
> org.apache.karaf.main.Main launch
> Installing and starting initial bundles
> org.apache.karaf.main.Main main
> Could not launch framework
> java.lang.RuntimeException: Error installing bundle listed in 
> startup.properties with url: mvn:org.ops4j.pax.url/pax-url-aether/2.3.0 and 
> startlevel: 5
> at org.apache.karaf.main.Main.installAndStartBundles(Main.java:392)
> at org.apache.karaf.main.Main.launch(Main.java:245)
> at org.apache.karaf.main.Main.main(Main.java:167)
> Caused by: org.osgi.framework.BundleException: Unresolved constraint in 
> bundle org.ops4j.pax.url.mvn [1]: Unable to resolve 1.0: missing requirement 
> [1.0] osgi.wiring.package; 
> (&(osgi.wiring.package=org.slf4j)(version>=1.6.0)(!(version>=2.0.0)))
> at 
> org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
> at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:955)
> at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:942)
> at org.apache.karaf.main.Main.installAndStartBundles(Main.java:389)
> ... 2 more 
> - Works with Karaf 2.3.3.
> The same happens when configuring any Failover-Mechanism and adding 
> karaf.lock.level=50 described here:
> http://karaf.apache.org/manual/latest/users-guide/failover.html  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-3514) RuntimeException when setting system.properties --> karaf.lock.level to a value greater 4 and starting Karaf

2015-04-12 Thread Jamie goodyear (JIRA)

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

Jamie goodyear commented on KARAF-3514:
---

$ git push origin master
Counting objects: 94, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (8/8), done.
Writing objects: 100% (11/11), 832 bytes | 0 bytes/s, done.
Total 11 (delta 4), reused 0 (delta 0)
To https://jgoody...@git-wip-us.apache.org/repos/asf/karaf.git
   d397796..2d883a3  master -> master

> RuntimeException when setting system.properties -->  karaf.lock.level to a 
> value greater 4 and starting Karaf
> -
>
> Key: KARAF-3514
> URL: https://issues.apache.org/jira/browse/KARAF-3514
> Project: Karaf
>  Issue Type: Bug
>Affects Versions: 3.0.0, 3.0.1, 3.0.2, 3.0.3, 4.0.0.M2
> Environment: - Windows 7 64 bit
> - Java  1.7.0_67 
>Reporter: Johannes
>Assignee: Jamie goodyear
> Fix For: 4.0.0, 3.0.4
>
>
> download the Karaf 3.0.3 distribution:
> http://karaf.apache.org/index/community/download.html#Karaf3.0.3
> and add the following property+value:
> karaf.lock.level=50 to the system.properties
> starting Karaf results in the following error:
> org.apache.karaf.main.Main launch
> Installing and starting initial bundles
> org.apache.karaf.main.Main main
> Could not launch framework
> java.lang.RuntimeException: Error installing bundle listed in 
> startup.properties with url: mvn:org.ops4j.pax.url/pax-url-aether/2.3.0 and 
> startlevel: 5
> at org.apache.karaf.main.Main.installAndStartBundles(Main.java:392)
> at org.apache.karaf.main.Main.launch(Main.java:245)
> at org.apache.karaf.main.Main.main(Main.java:167)
> Caused by: org.osgi.framework.BundleException: Unresolved constraint in 
> bundle org.ops4j.pax.url.mvn [1]: Unable to resolve 1.0: missing requirement 
> [1.0] osgi.wiring.package; 
> (&(osgi.wiring.package=org.slf4j)(version>=1.6.0)(!(version>=2.0.0)))
> at 
> org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
> at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:955)
> at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:942)
> at org.apache.karaf.main.Main.installAndStartBundles(Main.java:389)
> ... 2 more 
> - Works with Karaf 2.3.3.
> The same happens when configuring any Failover-Mechanism and adding 
> karaf.lock.level=50 described here:
> http://karaf.apache.org/manual/latest/users-guide/failover.html  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (KARAF-3514) RuntimeException when setting system.properties --> karaf.lock.level to a value greater 4 and starting Karaf

2015-04-12 Thread Jamie goodyear (JIRA)

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

Jamie goodyear updated KARAF-3514:
--
Affects Version/s: 4.0.0.M2

> RuntimeException when setting system.properties -->  karaf.lock.level to a 
> value greater 4 and starting Karaf
> -
>
> Key: KARAF-3514
> URL: https://issues.apache.org/jira/browse/KARAF-3514
> Project: Karaf
>  Issue Type: Bug
>Affects Versions: 3.0.0, 3.0.1, 3.0.2, 3.0.3, 4.0.0.M2
> Environment: - Windows 7 64 bit
> - Java  1.7.0_67 
>Reporter: Johannes
>Assignee: Jamie goodyear
> Fix For: 4.0.0, 3.0.4
>
>
> download the Karaf 3.0.3 distribution:
> http://karaf.apache.org/index/community/download.html#Karaf3.0.3
> and add the following property+value:
> karaf.lock.level=50 to the system.properties
> starting Karaf results in the following error:
> org.apache.karaf.main.Main launch
> Installing and starting initial bundles
> org.apache.karaf.main.Main main
> Could not launch framework
> java.lang.RuntimeException: Error installing bundle listed in 
> startup.properties with url: mvn:org.ops4j.pax.url/pax-url-aether/2.3.0 and 
> startlevel: 5
> at org.apache.karaf.main.Main.installAndStartBundles(Main.java:392)
> at org.apache.karaf.main.Main.launch(Main.java:245)
> at org.apache.karaf.main.Main.main(Main.java:167)
> Caused by: org.osgi.framework.BundleException: Unresolved constraint in 
> bundle org.ops4j.pax.url.mvn [1]: Unable to resolve 1.0: missing requirement 
> [1.0] osgi.wiring.package; 
> (&(osgi.wiring.package=org.slf4j)(version>=1.6.0)(!(version>=2.0.0)))
> at 
> org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
> at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:955)
> at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:942)
> at org.apache.karaf.main.Main.installAndStartBundles(Main.java:389)
> ... 2 more 
> - Works with Karaf 2.3.3.
> The same happens when configuring any Failover-Mechanism and adding 
> karaf.lock.level=50 described here:
> http://karaf.apache.org/manual/latest/users-guide/failover.html  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (KARAF-3514) RuntimeException when setting system.properties --> karaf.lock.level to a value greater 4 and starting Karaf

2015-04-12 Thread Jamie goodyear (JIRA)

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

Jamie goodyear updated KARAF-3514:
--
Fix Version/s: 4.0.0

> RuntimeException when setting system.properties -->  karaf.lock.level to a 
> value greater 4 and starting Karaf
> -
>
> Key: KARAF-3514
> URL: https://issues.apache.org/jira/browse/KARAF-3514
> Project: Karaf
>  Issue Type: Bug
>Affects Versions: 3.0.0, 3.0.1, 3.0.2, 3.0.3
> Environment: - Windows 7 64 bit
> - Java  1.7.0_67 
>Reporter: Johannes
>Assignee: Jamie goodyear
> Fix For: 4.0.0, 3.0.4
>
>
> download the Karaf 3.0.3 distribution:
> http://karaf.apache.org/index/community/download.html#Karaf3.0.3
> and add the following property+value:
> karaf.lock.level=50 to the system.properties
> starting Karaf results in the following error:
> org.apache.karaf.main.Main launch
> Installing and starting initial bundles
> org.apache.karaf.main.Main main
> Could not launch framework
> java.lang.RuntimeException: Error installing bundle listed in 
> startup.properties with url: mvn:org.ops4j.pax.url/pax-url-aether/2.3.0 and 
> startlevel: 5
> at org.apache.karaf.main.Main.installAndStartBundles(Main.java:392)
> at org.apache.karaf.main.Main.launch(Main.java:245)
> at org.apache.karaf.main.Main.main(Main.java:167)
> Caused by: org.osgi.framework.BundleException: Unresolved constraint in 
> bundle org.ops4j.pax.url.mvn [1]: Unable to resolve 1.0: missing requirement 
> [1.0] osgi.wiring.package; 
> (&(osgi.wiring.package=org.slf4j)(version>=1.6.0)(!(version>=2.0.0)))
> at 
> org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
> at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:955)
> at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:942)
> at org.apache.karaf.main.Main.installAndStartBundles(Main.java:389)
> ... 2 more 
> - Works with Karaf 2.3.3.
> The same happens when configuring any Failover-Mechanism and adding 
> karaf.lock.level=50 described here:
> http://karaf.apache.org/manual/latest/users-guide/failover.html  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-3514) RuntimeException when setting system.properties --> karaf.lock.level to a value greater 4 and starting Karaf

2015-04-12 Thread Jamie goodyear (JIRA)

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

Jamie goodyear commented on KARAF-3514:
---

Reverted the feature file as additional testing showed the new default lock 
level boot strap to suffice.

> RuntimeException when setting system.properties -->  karaf.lock.level to a 
> value greater 4 and starting Karaf
> -
>
> Key: KARAF-3514
> URL: https://issues.apache.org/jira/browse/KARAF-3514
> Project: Karaf
>  Issue Type: Bug
>Affects Versions: 3.0.0, 3.0.1, 3.0.2, 3.0.3
> Environment: - Windows 7 64 bit
> - Java  1.7.0_67 
>Reporter: Johannes
>Assignee: Jamie goodyear
> Fix For: 3.0.4
>
>
> download the Karaf 3.0.3 distribution:
> http://karaf.apache.org/index/community/download.html#Karaf3.0.3
> and add the following property+value:
> karaf.lock.level=50 to the system.properties
> starting Karaf results in the following error:
> org.apache.karaf.main.Main launch
> Installing and starting initial bundles
> org.apache.karaf.main.Main main
> Could not launch framework
> java.lang.RuntimeException: Error installing bundle listed in 
> startup.properties with url: mvn:org.ops4j.pax.url/pax-url-aether/2.3.0 and 
> startlevel: 5
> at org.apache.karaf.main.Main.installAndStartBundles(Main.java:392)
> at org.apache.karaf.main.Main.launch(Main.java:245)
> at org.apache.karaf.main.Main.main(Main.java:167)
> Caused by: org.osgi.framework.BundleException: Unresolved constraint in 
> bundle org.ops4j.pax.url.mvn [1]: Unable to resolve 1.0: missing requirement 
> [1.0] osgi.wiring.package; 
> (&(osgi.wiring.package=org.slf4j)(version>=1.6.0)(!(version>=2.0.0)))
> at 
> org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
> at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:955)
> at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:942)
> at org.apache.karaf.main.Main.installAndStartBundles(Main.java:389)
> ... 2 more 
> - Works with Karaf 2.3.3.
> The same happens when configuring any Failover-Mechanism and adding 
> karaf.lock.level=50 described here:
> http://karaf.apache.org/manual/latest/users-guide/failover.html  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-3514) RuntimeException when setting system.properties --> karaf.lock.level to a value greater 4 and starting Karaf

2015-04-12 Thread Jamie goodyear (JIRA)

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

Jamie goodyear commented on KARAF-3514:
---

Testing Karaf 4 to verify if it requires a similar fix.

> RuntimeException when setting system.properties -->  karaf.lock.level to a 
> value greater 4 and starting Karaf
> -
>
> Key: KARAF-3514
> URL: https://issues.apache.org/jira/browse/KARAF-3514
> Project: Karaf
>  Issue Type: Bug
>Affects Versions: 3.0.0, 3.0.1, 3.0.2, 3.0.3
> Environment: - Windows 7 64 bit
> - Java  1.7.0_67 
>Reporter: Johannes
>Assignee: Jamie goodyear
> Fix For: 3.0.4
>
>
> download the Karaf 3.0.3 distribution:
> http://karaf.apache.org/index/community/download.html#Karaf3.0.3
> and add the following property+value:
> karaf.lock.level=50 to the system.properties
> starting Karaf results in the following error:
> org.apache.karaf.main.Main launch
> Installing and starting initial bundles
> org.apache.karaf.main.Main main
> Could not launch framework
> java.lang.RuntimeException: Error installing bundle listed in 
> startup.properties with url: mvn:org.ops4j.pax.url/pax-url-aether/2.3.0 and 
> startlevel: 5
> at org.apache.karaf.main.Main.installAndStartBundles(Main.java:392)
> at org.apache.karaf.main.Main.launch(Main.java:245)
> at org.apache.karaf.main.Main.main(Main.java:167)
> Caused by: org.osgi.framework.BundleException: Unresolved constraint in 
> bundle org.ops4j.pax.url.mvn [1]: Unable to resolve 1.0: missing requirement 
> [1.0] osgi.wiring.package; 
> (&(osgi.wiring.package=org.slf4j)(version>=1.6.0)(!(version>=2.0.0)))
> at 
> org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
> at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:955)
> at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:942)
> at org.apache.karaf.main.Main.installAndStartBundles(Main.java:389)
> ... 2 more 
> - Works with Karaf 2.3.3.
> The same happens when configuring any Failover-Mechanism and adding 
> karaf.lock.level=50 described here:
> http://karaf.apache.org/manual/latest/users-guide/failover.html  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-3514) RuntimeException when setting system.properties --> karaf.lock.level to a value greater 4 and starting Karaf

2015-04-12 Thread Jamie goodyear (JIRA)

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

Jamie goodyear commented on KARAF-3514:
---

$ git push origin karaf-3.0.x
Counting objects: 151, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (14/14), done.
Writing objects: 100% (19/19), 1.78 KiB | 0 bytes/s, done.
Total 19 (delta 8), reused 0 (delta 0)
To https://jgoody...@git-wip-us.apache.org/repos/asf/karaf.git
   9b85f04..2cecfdf  karaf-3.0.x -> karaf-3.0.x

> RuntimeException when setting system.properties -->  karaf.lock.level to a 
> value greater 4 and starting Karaf
> -
>
> Key: KARAF-3514
> URL: https://issues.apache.org/jira/browse/KARAF-3514
> Project: Karaf
>  Issue Type: Bug
>Affects Versions: 3.0.0, 3.0.1, 3.0.2, 3.0.3
> Environment: - Windows 7 64 bit
> - Java  1.7.0_67 
>Reporter: Johannes
>Assignee: Jamie goodyear
> Fix For: 3.0.4
>
>
> download the Karaf 3.0.3 distribution:
> http://karaf.apache.org/index/community/download.html#Karaf3.0.3
> and add the following property+value:
> karaf.lock.level=50 to the system.properties
> starting Karaf results in the following error:
> org.apache.karaf.main.Main launch
> Installing and starting initial bundles
> org.apache.karaf.main.Main main
> Could not launch framework
> java.lang.RuntimeException: Error installing bundle listed in 
> startup.properties with url: mvn:org.ops4j.pax.url/pax-url-aether/2.3.0 and 
> startlevel: 5
> at org.apache.karaf.main.Main.installAndStartBundles(Main.java:392)
> at org.apache.karaf.main.Main.launch(Main.java:245)
> at org.apache.karaf.main.Main.main(Main.java:167)
> Caused by: org.osgi.framework.BundleException: Unresolved constraint in 
> bundle org.ops4j.pax.url.mvn [1]: Unable to resolve 1.0: missing requirement 
> [1.0] osgi.wiring.package; 
> (&(osgi.wiring.package=org.slf4j)(version>=1.6.0)(!(version>=2.0.0)))
> at 
> org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
> at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:955)
> at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:942)
> at org.apache.karaf.main.Main.installAndStartBundles(Main.java:389)
> ... 2 more 
> - Works with Karaf 2.3.3.
> The same happens when configuring any Failover-Mechanism and adding 
> karaf.lock.level=50 described here:
> http://karaf.apache.org/manual/latest/users-guide/failover.html  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-3514) RuntimeException when setting system.properties --> karaf.lock.level to a value greater 4 and starting Karaf

2015-04-12 Thread Jamie goodyear (JIRA)

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

Jamie goodyear commented on KARAF-3514:
---

Huzzah - found the secondary issue.

On boot when lock.level is in use the default start level is set to lock.level 
instead of 1. Given that lock.level is handled externally to initial boot 
wiring, we should maintain the internal level one boot, then raise it to 
lock.level.

I'll clean up my branch, then merge in my changes.

> RuntimeException when setting system.properties -->  karaf.lock.level to a 
> value greater 4 and starting Karaf
> -
>
> Key: KARAF-3514
> URL: https://issues.apache.org/jira/browse/KARAF-3514
> Project: Karaf
>  Issue Type: Bug
>Affects Versions: 3.0.0, 3.0.1, 3.0.2, 3.0.3
> Environment: - Windows 7 64 bit
> - Java  1.7.0_67 
>Reporter: Johannes
>Assignee: Jamie goodyear
> Fix For: 3.0.4
>
>
> download the Karaf 3.0.3 distribution:
> http://karaf.apache.org/index/community/download.html#Karaf3.0.3
> and add the following property+value:
> karaf.lock.level=50 to the system.properties
> starting Karaf results in the following error:
> org.apache.karaf.main.Main launch
> Installing and starting initial bundles
> org.apache.karaf.main.Main main
> Could not launch framework
> java.lang.RuntimeException: Error installing bundle listed in 
> startup.properties with url: mvn:org.ops4j.pax.url/pax-url-aether/2.3.0 and 
> startlevel: 5
> at org.apache.karaf.main.Main.installAndStartBundles(Main.java:392)
> at org.apache.karaf.main.Main.launch(Main.java:245)
> at org.apache.karaf.main.Main.main(Main.java:167)
> Caused by: org.osgi.framework.BundleException: Unresolved constraint in 
> bundle org.ops4j.pax.url.mvn [1]: Unable to resolve 1.0: missing requirement 
> [1.0] osgi.wiring.package; 
> (&(osgi.wiring.package=org.slf4j)(version>=1.6.0)(!(version>=2.0.0)))
> at 
> org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
> at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:955)
> at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:942)
> at org.apache.karaf.main.Main.installAndStartBundles(Main.java:389)
> ... 2 more 
> - Works with Karaf 2.3.3.
> The same happens when configuring any Failover-Mechanism and adding 
> karaf.lock.level=50 described here:
> http://karaf.apache.org/manual/latest/users-guide/failover.html  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-3514) RuntimeException when setting system.properties --> karaf.lock.level to a value greater 4 and starting Karaf

2015-04-12 Thread Jamie goodyear (JIRA)

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

Jamie goodyear commented on KARAF-3514:
---

The NPE will only occur if lock.level >4, while using updated framework feature 
template.

If you reboot karaf instance, then it will work as expected. Some occurs during 
first boot, that is corrected for subsequent boots.

Given that on 'blessed' instances the lock.level appears to work, then our 
attention should focus upon the initial first boot. 


> RuntimeException when setting system.properties -->  karaf.lock.level to a 
> value greater 4 and starting Karaf
> -
>
> Key: KARAF-3514
> URL: https://issues.apache.org/jira/browse/KARAF-3514
> Project: Karaf
>  Issue Type: Bug
>Affects Versions: 3.0.0, 3.0.1, 3.0.2, 3.0.3
> Environment: - Windows 7 64 bit
> - Java  1.7.0_67 
>Reporter: Johannes
>Assignee: Jamie goodyear
> Fix For: 3.0.4
>
>
> download the Karaf 3.0.3 distribution:
> http://karaf.apache.org/index/community/download.html#Karaf3.0.3
> and add the following property+value:
> karaf.lock.level=50 to the system.properties
> starting Karaf results in the following error:
> org.apache.karaf.main.Main launch
> Installing and starting initial bundles
> org.apache.karaf.main.Main main
> Could not launch framework
> java.lang.RuntimeException: Error installing bundle listed in 
> startup.properties with url: mvn:org.ops4j.pax.url/pax-url-aether/2.3.0 and 
> startlevel: 5
> at org.apache.karaf.main.Main.installAndStartBundles(Main.java:392)
> at org.apache.karaf.main.Main.launch(Main.java:245)
> at org.apache.karaf.main.Main.main(Main.java:167)
> Caused by: org.osgi.framework.BundleException: Unresolved constraint in 
> bundle org.ops4j.pax.url.mvn [1]: Unable to resolve 1.0: missing requirement 
> [1.0] osgi.wiring.package; 
> (&(osgi.wiring.package=org.slf4j)(version>=1.6.0)(!(version>=2.0.0)))
> at 
> org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
> at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:955)
> at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:942)
> at org.apache.karaf.main.Main.installAndStartBundles(Main.java:389)
> ... 2 more 
> - Works with Karaf 2.3.3.
> The same happens when configuring any Failover-Mechanism and adding 
> karaf.lock.level=50 described here:
> http://karaf.apache.org/manual/latest/users-guide/failover.html  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-3514) RuntimeException when setting system.properties --> karaf.lock.level to a value greater 4 and starting Karaf

2015-04-11 Thread Jamie goodyear (JIRA)

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

Jamie goodyear commented on KARAF-3514:
---

I've updated my local features template such that the RuntimeException is 
resolved. I may merge in those changes, then open a new Jira for the NPE on the 
console. 

> RuntimeException when setting system.properties -->  karaf.lock.level to a 
> value greater 4 and starting Karaf
> -
>
> Key: KARAF-3514
> URL: https://issues.apache.org/jira/browse/KARAF-3514
> Project: Karaf
>  Issue Type: Bug
>Affects Versions: 3.0.0, 3.0.1, 3.0.2, 3.0.3
> Environment: - Windows 7 64 bit
> - Java  1.7.0_67 
>Reporter: Johannes
>Assignee: Jamie goodyear
> Fix For: 3.0.4
>
>
> download the Karaf 3.0.3 distribution:
> http://karaf.apache.org/index/community/download.html#Karaf3.0.3
> and add the following property+value:
> karaf.lock.level=50 to the system.properties
> starting Karaf results in the following error:
> org.apache.karaf.main.Main launch
> Installing and starting initial bundles
> org.apache.karaf.main.Main main
> Could not launch framework
> java.lang.RuntimeException: Error installing bundle listed in 
> startup.properties with url: mvn:org.ops4j.pax.url/pax-url-aether/2.3.0 and 
> startlevel: 5
> at org.apache.karaf.main.Main.installAndStartBundles(Main.java:392)
> at org.apache.karaf.main.Main.launch(Main.java:245)
> at org.apache.karaf.main.Main.main(Main.java:167)
> Caused by: org.osgi.framework.BundleException: Unresolved constraint in 
> bundle org.ops4j.pax.url.mvn [1]: Unable to resolve 1.0: missing requirement 
> [1.0] osgi.wiring.package; 
> (&(osgi.wiring.package=org.slf4j)(version>=1.6.0)(!(version>=2.0.0)))
> at 
> org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
> at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:955)
> at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:942)
> at org.apache.karaf.main.Main.installAndStartBundles(Main.java:389)
> ... 2 more 
> - Works with Karaf 2.3.3.
> The same happens when configuring any Failover-Mechanism and adding 
> karaf.lock.level=50 described here:
> http://karaf.apache.org/manual/latest/users-guide/failover.html  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-3514) RuntimeException when setting system.properties --> karaf.lock.level to a value greater 4 and starting Karaf

2015-04-11 Thread Jamie goodyear (JIRA)

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

Jamie goodyear commented on KARAF-3514:
---

Notes:

After a restart, the slave instance of Karaf will perform as expected. This 
indicates that something goes wrong during the initial startup, an upon reboot 
wirings/init is corrected.

> RuntimeException when setting system.properties -->  karaf.lock.level to a 
> value greater 4 and starting Karaf
> -
>
> Key: KARAF-3514
> URL: https://issues.apache.org/jira/browse/KARAF-3514
> Project: Karaf
>  Issue Type: Bug
>Affects Versions: 3.0.0, 3.0.1, 3.0.2, 3.0.3
> Environment: - Windows 7 64 bit
> - Java  1.7.0_67 
>Reporter: Johannes
>Assignee: Jamie goodyear
> Fix For: 3.0.4
>
>
> download the Karaf 3.0.3 distribution:
> http://karaf.apache.org/index/community/download.html#Karaf3.0.3
> and add the following property+value:
> karaf.lock.level=50 to the system.properties
> starting Karaf results in the following error:
> org.apache.karaf.main.Main launch
> Installing and starting initial bundles
> org.apache.karaf.main.Main main
> Could not launch framework
> java.lang.RuntimeException: Error installing bundle listed in 
> startup.properties with url: mvn:org.ops4j.pax.url/pax-url-aether/2.3.0 and 
> startlevel: 5
> at org.apache.karaf.main.Main.installAndStartBundles(Main.java:392)
> at org.apache.karaf.main.Main.launch(Main.java:245)
> at org.apache.karaf.main.Main.main(Main.java:167)
> Caused by: org.osgi.framework.BundleException: Unresolved constraint in 
> bundle org.ops4j.pax.url.mvn [1]: Unable to resolve 1.0: missing requirement 
> [1.0] osgi.wiring.package; 
> (&(osgi.wiring.package=org.slf4j)(version>=1.6.0)(!(version>=2.0.0)))
> at 
> org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
> at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:955)
> at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:942)
> at org.apache.karaf.main.Main.installAndStartBundles(Main.java:389)
> ... 2 more 
> - Works with Karaf 2.3.3.
> The same happens when configuring any Failover-Mechanism and adding 
> karaf.lock.level=50 described here:
> http://karaf.apache.org/manual/latest/users-guide/failover.html  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (KARAF-3647) Release Apache Karaf 2.3.11

2015-04-11 Thread Jamie goodyear (JIRA)

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

Jamie goodyear resolved KARAF-3647.
---
Resolution: Fixed

> Release Apache Karaf 2.3.11 
> 
>
> Key: KARAF-3647
> URL: https://issues.apache.org/jira/browse/KARAF-3647
> Project: Karaf
>  Issue Type: Task
>Reporter: Jamie goodyear
>Assignee: Jamie goodyear
>
> Release Apache Karaf 2.3.11 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-3647) Release Apache Karaf 2.3.11

2015-04-11 Thread Jamie goodyear (JIRA)

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

Jamie goodyear commented on KARAF-3647:
---

$ svn ci -m "[KARAF-3647] Release APache Karaf 2.3.11"
Sendingsrc/main/webapp/index/community/download/archives.page
Adding 
src/main/webapp/index/community/download/karaf-2.3.11-release.page
Sendingsrc/main/webapp/index/community/download.page
Adding src/main/webapp/index/community/news/news-2015-04-11.page
Sendingsrc/main/webapp/index/community/news.page
Sending
src/main/webapp/index/documentation/karaf-dependencies/karaf-deps-2.3.x.page
Sendingsrc/main/webapp/index.page
Transmitting file data ...
Committed revision 1672915.

> Release Apache Karaf 2.3.11 
> 
>
> Key: KARAF-3647
> URL: https://issues.apache.org/jira/browse/KARAF-3647
> Project: Karaf
>  Issue Type: Task
>Reporter: Jamie goodyear
>Assignee: Jamie goodyear
>
> Release Apache Karaf 2.3.11 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-3514) RuntimeException when setting system.properties --> karaf.lock.level to a value greater 4 and starting Karaf

2015-04-09 Thread Jamie goodyear (JIRA)

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

Jamie goodyear commented on KARAF-3514:
---

I've updated Framework feature file template, which produces the desired 
filteredFeaturesFile. Now I'm reviewing the Generated Features File code in 
karaf maven plugin to determine how to re-organize its output appropriately.

> RuntimeException when setting system.properties -->  karaf.lock.level to a 
> value greater 4 and starting Karaf
> -
>
> Key: KARAF-3514
> URL: https://issues.apache.org/jira/browse/KARAF-3514
> Project: Karaf
>  Issue Type: Bug
>Affects Versions: 3.0.0, 3.0.1, 3.0.2, 3.0.3
> Environment: - Windows 7 64 bit
> - Java  1.7.0_67 
>Reporter: Johannes
>Assignee: Jamie goodyear
> Fix For: 3.0.4
>
>
> download the Karaf 3.0.3 distribution:
> http://karaf.apache.org/index/community/download.html#Karaf3.0.3
> and add the following property+value:
> karaf.lock.level=50 to the system.properties
> starting Karaf results in the following error:
> org.apache.karaf.main.Main launch
> Installing and starting initial bundles
> org.apache.karaf.main.Main main
> Could not launch framework
> java.lang.RuntimeException: Error installing bundle listed in 
> startup.properties with url: mvn:org.ops4j.pax.url/pax-url-aether/2.3.0 and 
> startlevel: 5
> at org.apache.karaf.main.Main.installAndStartBundles(Main.java:392)
> at org.apache.karaf.main.Main.launch(Main.java:245)
> at org.apache.karaf.main.Main.main(Main.java:167)
> Caused by: org.osgi.framework.BundleException: Unresolved constraint in 
> bundle org.ops4j.pax.url.mvn [1]: Unable to resolve 1.0: missing requirement 
> [1.0] osgi.wiring.package; 
> (&(osgi.wiring.package=org.slf4j)(version>=1.6.0)(!(version>=2.0.0)))
> at 
> org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
> at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:955)
> at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:942)
> at org.apache.karaf.main.Main.installAndStartBundles(Main.java:389)
> ... 2 more 
> - Works with Karaf 2.3.3.
> The same happens when configuring any Failover-Mechanism and adding 
> karaf.lock.level=50 described here:
> http://karaf.apache.org/manual/latest/users-guide/failover.html  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-3514) RuntimeException when setting system.properties --> karaf.lock.level to a value greater 4 and starting Karaf

2015-04-09 Thread Jamie goodyear (JIRA)

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

Jamie goodyear commented on KARAF-3514:
---

When i reorganize, and update the startup properties to the below, Karaf will 
boot up as expected. I'm in the process now of updating the various files 
required to have the below generated at build time.

{code}
mvn\:log4j/log4j/1.2.17 = 3
mvn\:org.slf4j/slf4j-log4j12/1.7.7 = 4
mvn\:org.slf4j/slf4j-api/1.7.7 = 4
mvn\:org.ops4j.pax.url/pax-url-aether/2.4.0 = 5
mvn\:org.ops4j.pax.url/pax-url-wrap/2.4.0/jar/uber = 5
mvn\:org.apache.felix/org.apache.felix.configadmin/1.8.2 = 7
mvn\:org.ops4j.pax.logging/pax-logging-api/1.8.2 = 8
mvn\:org.ops4j.pax.logging/pax-logging-service/1.8.2 = 8
mvn\:org.apache.aries/org.apache.aries.util/1.1.0 = 9
mvn\:org.apache.aries.proxy/org.apache.aries.proxy.api/1.0.1 = 9
mvn\:org.apache.aries.proxy/org.apache.aries.proxy.impl/1.0.4 = 9
mvn\:org.apache.karaf.service/org.apache.karaf.service.guard/3.0.4-SNAPSHOT = 10
mvn\:org.apache.felix/org.apache.felix.fileinstall/3.4.2 = 11
mvn\:org.ow2.asm/asm-all/5.0.3 = 12
mvn\:org.apache.aries.blueprint/org.apache.aries.blueprint.api/1.0.1 = 20
mvn\:org.apache.aries.blueprint/org.apache.aries.blueprint.core.compatibility/1.0.0
 = 20
mvn\:org.apache.aries.blueprint/org.apache.aries.blueprint.core/1.4.3 = 20
mvn\:org.apache.aries.blueprint/org.apache.aries.blueprint.cm/1.0.6 = 20
mvn\:org.apache.karaf.deployer/org.apache.karaf.deployer.spring/3.0.4-SNAPSHOT 
= 24
mvn\:org.apache.karaf.deployer/org.apache.karaf.deployer.blueprint/3.0.4-SNAPSHOT
 = 24
mvn\:org.apache.karaf.deployer/org.apache.karaf.deployer.wrap/3.0.4-SNAPSHOT = 
24
mvn\:org.apache.karaf.region/org.apache.karaf.region.core/3.0.4-SNAPSHOT = 25
mvn\:org.apache.karaf.features/org.apache.karaf.features.core/3.0.4-SNAPSHOT = 
25
mvn\:org.apache.karaf.deployer/org.apache.karaf.deployer.features/3.0.4-SNAPSHOT
 = 26
mvn\:jline/jline/2.12.1 = 30
mvn\:org.jledit/core/0.2.1 = 30
mvn\:org.apache.karaf.shell/org.apache.karaf.shell.console/3.0.4-SNAPSHOT = 30
mvn\:org.apache.karaf.jaas/org.apache.karaf.jaas.modules/3.0.4-SNAPSHOT = 30
mvn\:org.apache.karaf.jaas/org.apache.karaf.jaas.config/3.0.4-SNAPSHOT = 30
mvn\:org.apache.sshd/sshd-core/0.13.0 = 30
mvn\:org.apache.karaf.bundle/org.apache.karaf.bundle.core/3.0.4-SNAPSHOT = 30
mvn\:org.apache.karaf.system/org.apache.karaf.system.core/3.0.4-SNAPSHOT = 30
mvn\:org.apache.karaf.system/org.apache.karaf.system.command/3.0.4-SNAPSHOT = 30
mvn\:org.apache.aries.quiesce/org.apache.aries.quiesce.api/1.0.0 = 30
mvn\:org.apache.karaf.shell/org.apache.karaf.shell.table/3.0.4-SNAPSHOT = 30
mvn\:org.apache.karaf.features/org.apache.karaf.features.command/3.0.4-SNAPSHOT 
= 30
mvn\:org.apache.karaf.bundle/org.apache.karaf.bundle.command/3.0.4-SNAPSHOT = 30
mvn\:org.apache.karaf.shell/org.apache.karaf.shell.help/3.0.4-SNAPSHOT = 30
mvn\:org.apache.karaf.shell/org.apache.karaf.shell.commands/3.0.4-SNAPSHOT = 30
{code}

> RuntimeException when setting system.properties -->  karaf.lock.level to a 
> value greater 4 and starting Karaf
> -
>
> Key: KARAF-3514
> URL: https://issues.apache.org/jira/browse/KARAF-3514
> Project: Karaf
>  Issue Type: Bug
>Affects Versions: 3.0.0, 3.0.1, 3.0.2, 3.0.3
> Environment: - Windows 7 64 bit
> - Java  1.7.0_67 
>Reporter: Johannes
>Assignee: Jamie goodyear
> Fix For: 3.0.4
>
>
> download the Karaf 3.0.3 distribution:
> http://karaf.apache.org/index/community/download.html#Karaf3.0.3
> and add the following property+value:
> karaf.lock.level=50 to the system.properties
> starting Karaf results in the following error:
> org.apache.karaf.main.Main launch
> Installing and starting initial bundles
> org.apache.karaf.main.Main main
> Could not launch framework
> java.lang.RuntimeException: Error installing bundle listed in 
> startup.properties with url: mvn:org.ops4j.pax.url/pax-url-aether/2.3.0 and 
> startlevel: 5
> at org.apache.karaf.main.Main.installAndStartBundles(Main.java:392)
> at org.apache.karaf.main.Main.launch(Main.java:245)
> at org.apache.karaf.main.Main.main(Main.java:167)
> Caused by: org.osgi.framework.BundleException: Unresolved constraint in 
> bundle org.ops4j.pax.url.mvn [1]: Unable to resolve 1.0: missing requirement 
> [1.0] osgi.wiring.package; 
> (&(osgi.wiring.package=org.slf4j)(version>=1.6.0)(!(version>=2.0.0)))
> at 
> org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
> at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:955)
> at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:

[jira] [Commented] (KARAF-3514) RuntimeException when setting system.properties --> karaf.lock.level to a value greater 4 and starting Karaf

2015-04-09 Thread Jamie goodyear (JIRA)

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

Jamie goodyear commented on KARAF-3514:
---

The startup properties are constructed using 
features/framework/src/main/feature/feature.xml  as a template. It appears this 
template requires updating to include dependencies. I'll make adjustments to 
this file and retest.

> RuntimeException when setting system.properties -->  karaf.lock.level to a 
> value greater 4 and starting Karaf
> -
>
> Key: KARAF-3514
> URL: https://issues.apache.org/jira/browse/KARAF-3514
> Project: Karaf
>  Issue Type: Bug
>Affects Versions: 3.0.0, 3.0.1, 3.0.2, 3.0.3
> Environment: - Windows 7 64 bit
> - Java  1.7.0_67 
>Reporter: Johannes
>Assignee: Jamie goodyear
> Fix For: 3.0.4
>
>
> download the Karaf 3.0.3 distribution:
> http://karaf.apache.org/index/community/download.html#Karaf3.0.3
> and add the following property+value:
> karaf.lock.level=50 to the system.properties
> starting Karaf results in the following error:
> org.apache.karaf.main.Main launch
> Installing and starting initial bundles
> org.apache.karaf.main.Main main
> Could not launch framework
> java.lang.RuntimeException: Error installing bundle listed in 
> startup.properties with url: mvn:org.ops4j.pax.url/pax-url-aether/2.3.0 and 
> startlevel: 5
> at org.apache.karaf.main.Main.installAndStartBundles(Main.java:392)
> at org.apache.karaf.main.Main.launch(Main.java:245)
> at org.apache.karaf.main.Main.main(Main.java:167)
> Caused by: org.osgi.framework.BundleException: Unresolved constraint in 
> bundle org.ops4j.pax.url.mvn [1]: Unable to resolve 1.0: missing requirement 
> [1.0] osgi.wiring.package; 
> (&(osgi.wiring.package=org.slf4j)(version>=1.6.0)(!(version>=2.0.0)))
> at 
> org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
> at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:955)
> at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:942)
> at org.apache.karaf.main.Main.installAndStartBundles(Main.java:389)
> ... 2 more 
> - Works with Karaf 2.3.3.
> The same happens when configuring any Failover-Mechanism and adding 
> karaf.lock.level=50 described here:
> http://karaf.apache.org/manual/latest/users-guide/failover.html  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-3514) RuntimeException when setting system.properties --> karaf.lock.level to a value greater 4 and starting Karaf

2015-04-08 Thread Jamie goodyear (JIRA)

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

Jamie goodyear commented on KARAF-3514:
---

Adding in the below to startup.properties allows the lock level to work up to 
level 8 now. The specified jars were placed inside of the system folder.

mvn\:log4j/log4j/1.2.17 = 3
mvn\:org.slf4j/slf4j-log4j12/1.7.7 = 4
mvn\:org.slf4j/slf4j-api/1.7.7 = 4

With the above in place, karaf hot slave will boot up to :

log4j:WARN No appenders could be found for logger 
(shaded.org.apache.http.impl.conn.PoolingHttpClientConnectionManager).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more 
info.
ERROR: Bundle org.ops4j.pax.logging.pax-logging-service [7] Error starting 
mvn:org.ops4j.pax.logging/pax-logging-service/1.8.2 
(org.osgi.framework.BundleException: Unresolved constraint in bundle 
org.ops4j.pax.logging.pax-logging-service [7]: Unable to resolve 7.0: missing 
requirement [7.0] osgi.wiring.package; 
(&(osgi.wiring.package=org.osgi.service.cm)(version>=1.0.0)(!(version>=2.0.0
org.osgi.framework.BundleException: Unresolved constraint in bundle 
org.ops4j.pax.logging.pax-logging-service [7]: Unable to resolve 7.0: missing 
requirement [7.0] osgi.wiring.package; 
(&(osgi.wiring.package=org.osgi.service.cm)(version>=1.0.0)(!(version>=2.0.0)))
at 
org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
at 
org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
at java.lang.Thread.run(Thread.java:745)


> RuntimeException when setting system.properties -->  karaf.lock.level to a 
> value greater 4 and starting Karaf
> -
>
> Key: KARAF-3514
> URL: https://issues.apache.org/jira/browse/KARAF-3514
> Project: Karaf
>  Issue Type: Bug
>Affects Versions: 3.0.0, 3.0.1, 3.0.2, 3.0.3
> Environment: - Windows 7 64 bit
> - Java  1.7.0_67 
>Reporter: Johannes
>Assignee: Jamie goodyear
> Fix For: 3.0.4
>
>
> download the Karaf 3.0.3 distribution:
> http://karaf.apache.org/index/community/download.html#Karaf3.0.3
> and add the following property+value:
> karaf.lock.level=50 to the system.properties
> starting Karaf results in the following error:
> org.apache.karaf.main.Main launch
> Installing and starting initial bundles
> org.apache.karaf.main.Main main
> Could not launch framework
> java.lang.RuntimeException: Error installing bundle listed in 
> startup.properties with url: mvn:org.ops4j.pax.url/pax-url-aether/2.3.0 and 
> startlevel: 5
> at org.apache.karaf.main.Main.installAndStartBundles(Main.java:392)
> at org.apache.karaf.main.Main.launch(Main.java:245)
> at org.apache.karaf.main.Main.main(Main.java:167)
> Caused by: org.osgi.framework.BundleException: Unresolved constraint in 
> bundle org.ops4j.pax.url.mvn [1]: Unable to resolve 1.0: missing requirement 
> [1.0] osgi.wiring.package; 
> (&(osgi.wiring.package=org.slf4j)(version>=1.6.0)(!(version>=2.0.0)))
> at 
> org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
> at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:955)
> at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:942)
> at org.apache.karaf.main.Main.installAndStartBundles(Main.java:389)
> ... 2 more 
> - Works with Karaf 2.3.3.
> The same happens when configuring any Failover-Mechanism and adding 
> karaf.lock.level=50 described here:
> http://karaf.apache.org/manual/latest/users-guide/failover.html  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-3514) RuntimeException when setting system.properties --> karaf.lock.level to a value greater 4 and starting Karaf

2015-04-08 Thread Jamie goodyear (JIRA)

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

Jamie goodyear commented on KARAF-3514:
---

Interestingly, some times the container will perform as expected and boot up to 
the specified run level -- currently investigating if there is a timing issue.

> RuntimeException when setting system.properties -->  karaf.lock.level to a 
> value greater 4 and starting Karaf
> -
>
> Key: KARAF-3514
> URL: https://issues.apache.org/jira/browse/KARAF-3514
> Project: Karaf
>  Issue Type: Bug
>Affects Versions: 3.0.0, 3.0.1, 3.0.2, 3.0.3
> Environment: - Windows 7 64 bit
> - Java  1.7.0_67 
>Reporter: Johannes
>Assignee: Jamie goodyear
> Fix For: 3.0.4
>
>
> download the Karaf 3.0.3 distribution:
> http://karaf.apache.org/index/community/download.html#Karaf3.0.3
> and add the following property+value:
> karaf.lock.level=50 to the system.properties
> starting Karaf results in the following error:
> org.apache.karaf.main.Main launch
> Installing and starting initial bundles
> org.apache.karaf.main.Main main
> Could not launch framework
> java.lang.RuntimeException: Error installing bundle listed in 
> startup.properties with url: mvn:org.ops4j.pax.url/pax-url-aether/2.3.0 and 
> startlevel: 5
> at org.apache.karaf.main.Main.installAndStartBundles(Main.java:392)
> at org.apache.karaf.main.Main.launch(Main.java:245)
> at org.apache.karaf.main.Main.main(Main.java:167)
> Caused by: org.osgi.framework.BundleException: Unresolved constraint in 
> bundle org.ops4j.pax.url.mvn [1]: Unable to resolve 1.0: missing requirement 
> [1.0] osgi.wiring.package; 
> (&(osgi.wiring.package=org.slf4j)(version>=1.6.0)(!(version>=2.0.0)))
> at 
> org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
> at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:955)
> at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:942)
> at org.apache.karaf.main.Main.installAndStartBundles(Main.java:389)
> ... 2 more 
> - Works with Karaf 2.3.3.
> The same happens when configuring any Failover-Mechanism and adding 
> karaf.lock.level=50 described here:
> http://karaf.apache.org/manual/latest/users-guide/failover.html  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-3514) RuntimeException when setting system.properties --> karaf.lock.level to a value greater 4 and starting Karaf

2015-04-08 Thread Jamie goodyear (JIRA)

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

Jamie goodyear commented on KARAF-3514:
---

Tested backwards along the 3.0 line:

Cyberman:bin jgoodyear$ ./karaf 
Error installing bundle listed in startup.properties with url: 
mvn:org.apache.karaf.features/org.apache.karaf.features.core/3.0.0 and 
startlevel: 25
Exception in thread "main" java.lang.NullPointerException
at org.apache.karaf.main.Main.destroy(Main.java:518)
at org.apache.karaf.main.Main.main(Main.java:178)

It appears the hot spare lock has not worked properly on the Karaf 3.0.x line.

> RuntimeException when setting system.properties -->  karaf.lock.level to a 
> value greater 4 and starting Karaf
> -
>
> Key: KARAF-3514
> URL: https://issues.apache.org/jira/browse/KARAF-3514
> Project: Karaf
>  Issue Type: Bug
>Affects Versions: 3.0.0, 3.0.1, 3.0.2, 3.0.3
> Environment: - Windows 7 64 bit
> - Java  1.7.0_67 
>Reporter: Johannes
>Assignee: Jamie goodyear
> Fix For: 3.0.4
>
>
> download the Karaf 3.0.3 distribution:
> http://karaf.apache.org/index/community/download.html#Karaf3.0.3
> and add the following property+value:
> karaf.lock.level=50 to the system.properties
> starting Karaf results in the following error:
> org.apache.karaf.main.Main launch
> Installing and starting initial bundles
> org.apache.karaf.main.Main main
> Could not launch framework
> java.lang.RuntimeException: Error installing bundle listed in 
> startup.properties with url: mvn:org.ops4j.pax.url/pax-url-aether/2.3.0 and 
> startlevel: 5
> at org.apache.karaf.main.Main.installAndStartBundles(Main.java:392)
> at org.apache.karaf.main.Main.launch(Main.java:245)
> at org.apache.karaf.main.Main.main(Main.java:167)
> Caused by: org.osgi.framework.BundleException: Unresolved constraint in 
> bundle org.ops4j.pax.url.mvn [1]: Unable to resolve 1.0: missing requirement 
> [1.0] osgi.wiring.package; 
> (&(osgi.wiring.package=org.slf4j)(version>=1.6.0)(!(version>=2.0.0)))
> at 
> org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
> at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:955)
> at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:942)
> at org.apache.karaf.main.Main.installAndStartBundles(Main.java:389)
> ... 2 more 
> - Works with Karaf 2.3.3.
> The same happens when configuring any Failover-Mechanism and adding 
> karaf.lock.level=50 described here:
> http://karaf.apache.org/manual/latest/users-guide/failover.html  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (KARAF-3514) RuntimeException when setting system.properties --> karaf.lock.level to a value greater 4 and starting Karaf

2015-04-08 Thread Jamie goodyear (JIRA)

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

Jamie goodyear updated KARAF-3514:
--
Affects Version/s: 3.0.0

> RuntimeException when setting system.properties -->  karaf.lock.level to a 
> value greater 4 and starting Karaf
> -
>
> Key: KARAF-3514
> URL: https://issues.apache.org/jira/browse/KARAF-3514
> Project: Karaf
>  Issue Type: Bug
>Affects Versions: 3.0.0, 3.0.1, 3.0.2, 3.0.3
> Environment: - Windows 7 64 bit
> - Java  1.7.0_67 
>Reporter: Johannes
>Assignee: Jamie goodyear
> Fix For: 3.0.4
>
>
> download the Karaf 3.0.3 distribution:
> http://karaf.apache.org/index/community/download.html#Karaf3.0.3
> and add the following property+value:
> karaf.lock.level=50 to the system.properties
> starting Karaf results in the following error:
> org.apache.karaf.main.Main launch
> Installing and starting initial bundles
> org.apache.karaf.main.Main main
> Could not launch framework
> java.lang.RuntimeException: Error installing bundle listed in 
> startup.properties with url: mvn:org.ops4j.pax.url/pax-url-aether/2.3.0 and 
> startlevel: 5
> at org.apache.karaf.main.Main.installAndStartBundles(Main.java:392)
> at org.apache.karaf.main.Main.launch(Main.java:245)
> at org.apache.karaf.main.Main.main(Main.java:167)
> Caused by: org.osgi.framework.BundleException: Unresolved constraint in 
> bundle org.ops4j.pax.url.mvn [1]: Unable to resolve 1.0: missing requirement 
> [1.0] osgi.wiring.package; 
> (&(osgi.wiring.package=org.slf4j)(version>=1.6.0)(!(version>=2.0.0)))
> at 
> org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
> at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:955)
> at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:942)
> at org.apache.karaf.main.Main.installAndStartBundles(Main.java:389)
> ... 2 more 
> - Works with Karaf 2.3.3.
> The same happens when configuring any Failover-Mechanism and adding 
> karaf.lock.level=50 described here:
> http://karaf.apache.org/manual/latest/users-guide/failover.html  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (KARAF-3514) RuntimeException when setting system.properties --> karaf.lock.level to a value greater 4 and starting Karaf

2015-04-08 Thread Jamie goodyear (JIRA)

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

Jamie goodyear updated KARAF-3514:
--
Affects Version/s: 3.0.1

> RuntimeException when setting system.properties -->  karaf.lock.level to a 
> value greater 4 and starting Karaf
> -
>
> Key: KARAF-3514
> URL: https://issues.apache.org/jira/browse/KARAF-3514
> Project: Karaf
>  Issue Type: Bug
>Affects Versions: 3.0.1, 3.0.2, 3.0.3
> Environment: - Windows 7 64 bit
> - Java  1.7.0_67 
>Reporter: Johannes
>Assignee: Jamie goodyear
> Fix For: 3.0.4
>
>
> download the Karaf 3.0.3 distribution:
> http://karaf.apache.org/index/community/download.html#Karaf3.0.3
> and add the following property+value:
> karaf.lock.level=50 to the system.properties
> starting Karaf results in the following error:
> org.apache.karaf.main.Main launch
> Installing and starting initial bundles
> org.apache.karaf.main.Main main
> Could not launch framework
> java.lang.RuntimeException: Error installing bundle listed in 
> startup.properties with url: mvn:org.ops4j.pax.url/pax-url-aether/2.3.0 and 
> startlevel: 5
> at org.apache.karaf.main.Main.installAndStartBundles(Main.java:392)
> at org.apache.karaf.main.Main.launch(Main.java:245)
> at org.apache.karaf.main.Main.main(Main.java:167)
> Caused by: org.osgi.framework.BundleException: Unresolved constraint in 
> bundle org.ops4j.pax.url.mvn [1]: Unable to resolve 1.0: missing requirement 
> [1.0] osgi.wiring.package; 
> (&(osgi.wiring.package=org.slf4j)(version>=1.6.0)(!(version>=2.0.0)))
> at 
> org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
> at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:955)
> at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:942)
> at org.apache.karaf.main.Main.installAndStartBundles(Main.java:389)
> ... 2 more 
> - Works with Karaf 2.3.3.
> The same happens when configuring any Failover-Mechanism and adding 
> karaf.lock.level=50 described here:
> http://karaf.apache.org/manual/latest/users-guide/failover.html  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (KARAF-3514) RuntimeException when setting system.properties --> karaf.lock.level to a value greater 4 and starting Karaf

2015-04-08 Thread Jamie goodyear (JIRA)

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

Jamie goodyear updated KARAF-3514:
--
Affects Version/s: 3.0.2

> RuntimeException when setting system.properties -->  karaf.lock.level to a 
> value greater 4 and starting Karaf
> -
>
> Key: KARAF-3514
> URL: https://issues.apache.org/jira/browse/KARAF-3514
> Project: Karaf
>  Issue Type: Bug
>Affects Versions: 3.0.2, 3.0.3
> Environment: - Windows 7 64 bit
> - Java  1.7.0_67 
>Reporter: Johannes
>Assignee: Jamie goodyear
> Fix For: 3.0.4
>
>
> download the Karaf 3.0.3 distribution:
> http://karaf.apache.org/index/community/download.html#Karaf3.0.3
> and add the following property+value:
> karaf.lock.level=50 to the system.properties
> starting Karaf results in the following error:
> org.apache.karaf.main.Main launch
> Installing and starting initial bundles
> org.apache.karaf.main.Main main
> Could not launch framework
> java.lang.RuntimeException: Error installing bundle listed in 
> startup.properties with url: mvn:org.ops4j.pax.url/pax-url-aether/2.3.0 and 
> startlevel: 5
> at org.apache.karaf.main.Main.installAndStartBundles(Main.java:392)
> at org.apache.karaf.main.Main.launch(Main.java:245)
> at org.apache.karaf.main.Main.main(Main.java:167)
> Caused by: org.osgi.framework.BundleException: Unresolved constraint in 
> bundle org.ops4j.pax.url.mvn [1]: Unable to resolve 1.0: missing requirement 
> [1.0] osgi.wiring.package; 
> (&(osgi.wiring.package=org.slf4j)(version>=1.6.0)(!(version>=2.0.0)))
> at 
> org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
> at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:955)
> at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:942)
> at org.apache.karaf.main.Main.installAndStartBundles(Main.java:389)
> ... 2 more 
> - Works with Karaf 2.3.3.
> The same happens when configuring any Failover-Mechanism and adding 
> karaf.lock.level=50 described here:
> http://karaf.apache.org/manual/latest/users-guide/failover.html  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Work started] (KARAF-3647) Release Apache Karaf 2.3.11

2015-04-07 Thread Jamie goodyear (JIRA)

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

Work on KARAF-3647 started by Jamie goodyear.
-
> Release Apache Karaf 2.3.11 
> 
>
> Key: KARAF-3647
> URL: https://issues.apache.org/jira/browse/KARAF-3647
> Project: Karaf
>  Issue Type: Task
>Reporter: Jamie goodyear
>Assignee: Jamie goodyear
>
> Release Apache Karaf 2.3.11 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (KARAF-3647) Release Apache Karaf 2.3.11

2015-04-07 Thread Jamie goodyear (JIRA)
Jamie goodyear created KARAF-3647:
-

 Summary: Release Apache Karaf 2.3.11 
 Key: KARAF-3647
 URL: https://issues.apache.org/jira/browse/KARAF-3647
 Project: Karaf
  Issue Type: Task
Reporter: Jamie goodyear
Assignee: Jamie goodyear


Release Apache Karaf 2.3.11 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Reopened] (KARAF-3514) RuntimeException when setting system.properties --> karaf.lock.level to a value greater 4 and starting Karaf

2015-04-07 Thread Jamie goodyear (JIRA)

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

Jamie goodyear reopened KARAF-3514:
---

Regression appears to have occurred, reviewing.

Cyberman:bin jgoodyear$ ./karaf 
Error installing bundle listed in startup.properties with url: 
mvn:org.ops4j.pax.url/pax-url-aether/2.4.0 and startlevel: 5
Exception in thread "main" java.lang.NullPointerException
at org.apache.karaf.main.Main.destroy(Main.java:525)
at org.apache.karaf.main.Main.main(Main.java:173)
Cyberman:bin jgoodyear$ 


> RuntimeException when setting system.properties -->  karaf.lock.level to a 
> value greater 4 and starting Karaf
> -
>
> Key: KARAF-3514
> URL: https://issues.apache.org/jira/browse/KARAF-3514
> Project: Karaf
>  Issue Type: Bug
>Affects Versions: 3.0.3
> Environment: - Windows 7 64 bit
> - Java  1.7.0_67 
>Reporter: Johannes
>Assignee: Jamie goodyear
> Fix For: 3.0.4
>
>
> download the Karaf 3.0.3 distribution:
> http://karaf.apache.org/index/community/download.html#Karaf3.0.3
> and add the following property+value:
> karaf.lock.level=50 to the system.properties
> starting Karaf results in the following error:
> org.apache.karaf.main.Main launch
> Installing and starting initial bundles
> org.apache.karaf.main.Main main
> Could not launch framework
> java.lang.RuntimeException: Error installing bundle listed in 
> startup.properties with url: mvn:org.ops4j.pax.url/pax-url-aether/2.3.0 and 
> startlevel: 5
> at org.apache.karaf.main.Main.installAndStartBundles(Main.java:392)
> at org.apache.karaf.main.Main.launch(Main.java:245)
> at org.apache.karaf.main.Main.main(Main.java:167)
> Caused by: org.osgi.framework.BundleException: Unresolved constraint in 
> bundle org.ops4j.pax.url.mvn [1]: Unable to resolve 1.0: missing requirement 
> [1.0] osgi.wiring.package; 
> (&(osgi.wiring.package=org.slf4j)(version>=1.6.0)(!(version>=2.0.0)))
> at 
> org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
> at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:955)
> at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:942)
> at org.apache.karaf.main.Main.installAndStartBundles(Main.java:389)
> ... 2 more 
> - Works with Karaf 2.3.3.
> The same happens when configuring any Failover-Mechanism and adding 
> karaf.lock.level=50 described here:
> http://karaf.apache.org/manual/latest/users-guide/failover.html  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (KARAF-3514) RuntimeException when setting system.properties --> karaf.lock.level to a value greater 4 and starting Karaf

2015-04-06 Thread Jamie goodyear (JIRA)

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

Jamie goodyear resolved KARAF-3514.
---
   Resolution: Fixed
Fix Version/s: 3.0.4

Verified fixed as of Karaf 3.0.4.

> RuntimeException when setting system.properties -->  karaf.lock.level to a 
> value greater 4 and starting Karaf
> -
>
> Key: KARAF-3514
> URL: https://issues.apache.org/jira/browse/KARAF-3514
> Project: Karaf
>  Issue Type: Bug
>Affects Versions: 3.0.3
> Environment: - Windows 7 64 bit
> - Java  1.7.0_67 
>Reporter: Johannes
>Assignee: Jamie goodyear
> Fix For: 3.0.4
>
>
> download the Karaf 3.0.3 distribution:
> http://karaf.apache.org/index/community/download.html#Karaf3.0.3
> and add the following property+value:
> karaf.lock.level=50 to the system.properties
> starting Karaf results in the following error:
> org.apache.karaf.main.Main launch
> Installing and starting initial bundles
> org.apache.karaf.main.Main main
> Could not launch framework
> java.lang.RuntimeException: Error installing bundle listed in 
> startup.properties with url: mvn:org.ops4j.pax.url/pax-url-aether/2.3.0 and 
> startlevel: 5
> at org.apache.karaf.main.Main.installAndStartBundles(Main.java:392)
> at org.apache.karaf.main.Main.launch(Main.java:245)
> at org.apache.karaf.main.Main.main(Main.java:167)
> Caused by: org.osgi.framework.BundleException: Unresolved constraint in 
> bundle org.ops4j.pax.url.mvn [1]: Unable to resolve 1.0: missing requirement 
> [1.0] osgi.wiring.package; 
> (&(osgi.wiring.package=org.slf4j)(version>=1.6.0)(!(version>=2.0.0)))
> at 
> org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
> at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:955)
> at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:942)
> at org.apache.karaf.main.Main.installAndStartBundles(Main.java:389)
> ... 2 more 
> - Works with Karaf 2.3.3.
> The same happens when configuring any Failover-Mechanism and adding 
> karaf.lock.level=50 described here:
> http://karaf.apache.org/manual/latest/users-guide/failover.html  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (KARAF-3514) RuntimeException when setting system.properties --> karaf.lock.level to a value greater 4 and starting Karaf

2015-04-03 Thread Jamie goodyear (JIRA)

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

Jamie goodyear reassigned KARAF-3514:
-

Assignee: Jamie goodyear  (was: Jean-Baptiste Onofré)

> RuntimeException when setting system.properties -->  karaf.lock.level to a 
> value greater 4 and starting Karaf
> -
>
> Key: KARAF-3514
> URL: https://issues.apache.org/jira/browse/KARAF-3514
> Project: Karaf
>  Issue Type: Bug
>Affects Versions: 3.0.3
> Environment: - Windows 7 64 bit
> - Java  1.7.0_67 
>Reporter: Johannes
>Assignee: Jamie goodyear
>
> download the Karaf 3.0.3 distribution:
> http://karaf.apache.org/index/community/download.html#Karaf3.0.3
> and add the following property+value:
> karaf.lock.level=50 to the system.properties
> starting Karaf results in the following error:
> org.apache.karaf.main.Main launch
> Installing and starting initial bundles
> org.apache.karaf.main.Main main
> Could not launch framework
> java.lang.RuntimeException: Error installing bundle listed in 
> startup.properties with url: mvn:org.ops4j.pax.url/pax-url-aether/2.3.0 and 
> startlevel: 5
> at org.apache.karaf.main.Main.installAndStartBundles(Main.java:392)
> at org.apache.karaf.main.Main.launch(Main.java:245)
> at org.apache.karaf.main.Main.main(Main.java:167)
> Caused by: org.osgi.framework.BundleException: Unresolved constraint in 
> bundle org.ops4j.pax.url.mvn [1]: Unable to resolve 1.0: missing requirement 
> [1.0] osgi.wiring.package; 
> (&(osgi.wiring.package=org.slf4j)(version>=1.6.0)(!(version>=2.0.0)))
> at 
> org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
> at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:955)
> at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:942)
> at org.apache.karaf.main.Main.installAndStartBundles(Main.java:389)
> ... 2 more 
> - Works with Karaf 2.3.3.
> The same happens when configuring any Failover-Mechanism and adding 
> karaf.lock.level=50 described here:
> http://karaf.apache.org/manual/latest/users-guide/failover.html  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (KARAF-3580) FeaturesService expose register and unregister FeaturesListener methods

2015-03-05 Thread Jamie goodyear (JIRA)

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

Jamie goodyear resolved KARAF-3580.
---
Resolution: Fixed

Updated k4 and k304.

> FeaturesService expose register and unregister FeaturesListener methods
> ---
>
> Key: KARAF-3580
> URL: https://issues.apache.org/jira/browse/KARAF-3580
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-feature
>Affects Versions: 3.0.3
>Reporter: Jamie goodyear
> Fix For: 4.0.0, 3.0.4
>
>
> FeaturesListener is provided as a way to add custom behaviours to feature and 
> repository events. The FeaturesService API however does not provide a way to 
> add these custom listeners. It would be nice if we could extend the API to 
> include a register and unregister FeaturesListener call.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (KARAF-3580) FeaturesService expose register and unregister FeaturesListener methods

2015-03-05 Thread Jamie goodyear (JIRA)

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

Jamie goodyear reassigned KARAF-3580:
-

Assignee: Jamie goodyear

> FeaturesService expose register and unregister FeaturesListener methods
> ---
>
> Key: KARAF-3580
> URL: https://issues.apache.org/jira/browse/KARAF-3580
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-feature
>Affects Versions: 3.0.3
>Reporter: Jamie goodyear
>Assignee: Jamie goodyear
> Fix For: 4.0.0, 3.0.4
>
>
> FeaturesListener is provided as a way to add custom behaviours to feature and 
> repository events. The FeaturesService API however does not provide a way to 
> add these custom listeners. It would be nice if we could extend the API to 
> include a register and unregister FeaturesListener call.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Comment Edited] (KARAF-3580) FeaturesService expose register and unregister FeaturesListener methods

2015-03-04 Thread Jamie goodyear (JIRA)

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

Jamie goodyear edited comment on KARAF-3580 at 3/4/15 5:30 PM:
---

I was hoping to programatically access reg/unreg generically against 
FeaturesService instead of dipping into the FeaturesServiceImpl class. 

This is to say the current impl in karaf is working :)

I just wanted a direct access for custom features listeners development.


was (Author: jgoodyear):
I was hoping to programatically access reg/unreg generically against 
FeaturesService instead of dipping into the FeaturesServiceImpl class. 

> FeaturesService expose register and unregister FeaturesListener methods
> ---
>
> Key: KARAF-3580
> URL: https://issues.apache.org/jira/browse/KARAF-3580
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-feature
>Affects Versions: 3.0.3
>Reporter: Jamie goodyear
> Fix For: 4.0.0, 3.0.4
>
>
> FeaturesListener is provided as a way to add custom behaviours to feature and 
> repository events. The FeaturesService API however does not provide a way to 
> add these custom listeners. It would be nice if we could extend the API to 
> include a register and unregister FeaturesListener call.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-3580) FeaturesService expose register and unregister FeaturesListener methods

2015-03-04 Thread Jamie goodyear (JIRA)

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

Jamie goodyear commented on KARAF-3580:
---

I was hoping to programatically access reg/unreg generically against 
FeaturesService instead of dipping into the FeaturesServiceImpl class. 

> FeaturesService expose register and unregister FeaturesListener methods
> ---
>
> Key: KARAF-3580
> URL: https://issues.apache.org/jira/browse/KARAF-3580
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-feature
>Affects Versions: 3.0.3
>Reporter: Jamie goodyear
> Fix For: 4.0.0, 3.0.4
>
>
> FeaturesListener is provided as a way to add custom behaviours to feature and 
> repository events. The FeaturesService API however does not provide a way to 
> add these custom listeners. It would be nice if we could extend the API to 
> include a register and unregister FeaturesListener call.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Comment Edited] (KARAF-3580) FeaturesService expose register and unregister FeaturesListener methods

2015-03-04 Thread Jamie goodyear (JIRA)

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

Jamie goodyear edited comment on KARAF-3580 at 3/4/15 12:47 PM:


Hmm, that functionality isn't in K3 line as far as I can tell.

Reviewing that snippet the reg/unreg call is being made directly against the 
FeaturesServiceImpl instead of the generic  FeaturesService API - that was the 
level I was requesting to add the methods too.


was (Author: jgoodyear):
Hmm, that functionality isn't in K3 line as far as I can tell.

Reviewing that snipper the reg/unreg call is being made directly against the 
FeaturesServiceImpl instead of the generic  FeaturesService API - that was the 
level I was requesting to add the methods too.

> FeaturesService expose register and unregister FeaturesListener methods
> ---
>
> Key: KARAF-3580
> URL: https://issues.apache.org/jira/browse/KARAF-3580
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-feature
>Affects Versions: 3.0.3
>Reporter: Jamie goodyear
> Fix For: 4.0.0, 3.0.4
>
>
> FeaturesListener is provided as a way to add custom behaviours to feature and 
> repository events. The FeaturesService API however does not provide a way to 
> add these custom listeners. It would be nice if we could extend the API to 
> include a register and unregister FeaturesListener call.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-3580) FeaturesService expose register and unregister FeaturesListener methods

2015-03-04 Thread Jamie goodyear (JIRA)

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

Jamie goodyear commented on KARAF-3580:
---

Hmm, that functionality isn't in K3 line as far as I can tell.

Reviewing that snipper the reg/unreg call is being made directly against the 
FeaturesServiceImpl instead of the generic  FeaturesService API - that was the 
level I was requesting to add the methods too.

> FeaturesService expose register and unregister FeaturesListener methods
> ---
>
> Key: KARAF-3580
> URL: https://issues.apache.org/jira/browse/KARAF-3580
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-feature
>Affects Versions: 3.0.3
>Reporter: Jamie goodyear
> Fix For: 4.0.0, 3.0.4
>
>
> FeaturesListener is provided as a way to add custom behaviours to feature and 
> repository events. The FeaturesService API however does not provide a way to 
> add these custom listeners. It would be nice if we could extend the API to 
> include a register and unregister FeaturesListener call.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-3580) FeaturesService expose register and unregister FeaturesListener methods

2015-03-02 Thread Jamie goodyear (JIRA)

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

Jamie goodyear commented on KARAF-3580:
---

I was just looking at the FeaturesServiceImpl - it just has the register and 
unregister methods. I was hoping to have a minimal impact on existing 
implementations of FeaturesService. 


> FeaturesService expose register and unregister FeaturesListener methods
> ---
>
> Key: KARAF-3580
> URL: https://issues.apache.org/jira/browse/KARAF-3580
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-feature
>Affects Versions: 3.0.3
>Reporter: Jamie goodyear
> Fix For: 4.0.0, 3.0.4
>
>
> FeaturesListener is provided as a way to add custom behaviours to feature and 
> repository events. The FeaturesService API however does not provide a way to 
> add these custom listeners. It would be nice if we could extend the API to 
> include a register and unregister FeaturesListener call.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (KARAF-3580) FeaturesService expose register and unregister FeaturesListener methods

2015-03-02 Thread Jamie goodyear (JIRA)
Jamie goodyear created KARAF-3580:
-

 Summary: FeaturesService expose register and unregister 
FeaturesListener methods
 Key: KARAF-3580
 URL: https://issues.apache.org/jira/browse/KARAF-3580
 Project: Karaf
  Issue Type: Improvement
  Components: karaf-feature
Affects Versions: 3.0.3
Reporter: Jamie goodyear
 Fix For: 4.0.0, 3.0.4


FeaturesListener is provided as a way to add custom behaviours to feature and 
repository events. The FeaturesService API however does not provide a way to 
add these custom listeners. It would be nice if we could extend the API to 
include a register and unregister FeaturesListener call.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Work started] (KARAF-3511) Release Apache Karaf 4.0.0.M2

2015-02-09 Thread Jamie goodyear (JIRA)

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

Work on KARAF-3511 started by Jamie goodyear.
-
> Release Apache Karaf 4.0.0.M2
> -
>
> Key: KARAF-3511
> URL: https://issues.apache.org/jira/browse/KARAF-3511
> Project: Karaf
>  Issue Type: Task
>Reporter: Jamie goodyear
>Assignee: Jamie goodyear
> Fix For: 4.0.0.M2
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (KARAF-3511) Release Apache Karaf 4.0.0.M2

2015-02-09 Thread Jamie goodyear (JIRA)
Jamie goodyear created KARAF-3511:
-

 Summary: Release Apache Karaf 4.0.0.M2
 Key: KARAF-3511
 URL: https://issues.apache.org/jira/browse/KARAF-3511
 Project: Karaf
  Issue Type: Task
Reporter: Jamie goodyear
Assignee: Jamie goodyear
 Fix For: 4.0.0.M2






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (KARAF-3495) Release Apache Karaf 2.3.10

2015-02-06 Thread Jamie goodyear (JIRA)

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

Jamie goodyear resolved KARAF-3495.
---
Resolution: Fixed

> Release Apache Karaf 2.3.10
> ---
>
> Key: KARAF-3495
> URL: https://issues.apache.org/jira/browse/KARAF-3495
> Project: Karaf
>  Issue Type: Task
>Affects Versions: 2.3.10
>Reporter: Jamie goodyear
>Assignee: Jamie goodyear
> Fix For: 2.3.10
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (KARAF-3505) Trim trailing whitespace characters from system property file when reading values

2015-02-05 Thread Jamie goodyear (JIRA)
Jamie goodyear created KARAF-3505:
-

 Summary: Trim trailing whitespace characters from system property 
file when reading values
 Key: KARAF-3505
 URL: https://issues.apache.org/jira/browse/KARAF-3505
 Project: Karaf
  Issue Type: Bug
Affects Versions: 3.0.3, 3.0.2
Reporter: Jamie goodyear
 Fix For: 3.0.4


If a trailing whitespace character is found after a property, such as 
karaf.name, then karaf will use that whitespace as part of the value.

In the case of karaf.name however, tools such as jconsole will be unable to 
establish a valid connection as karaf has registered its name as "name " 
instead of "name".



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (KARAF-3495) Release Apache Karaf 2.3.10

2015-02-03 Thread Jamie goodyear (JIRA)
Jamie goodyear created KARAF-3495:
-

 Summary: Release Apache Karaf 2.3.10
 Key: KARAF-3495
 URL: https://issues.apache.org/jira/browse/KARAF-3495
 Project: Karaf
  Issue Type: Task
Affects Versions: 2.3.10
Reporter: Jamie goodyear
Assignee: Jamie goodyear
 Fix For: 2.3.10






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Work started] (KARAF-3495) Release Apache Karaf 2.3.10

2015-02-03 Thread Jamie goodyear (JIRA)

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

Work on KARAF-3495 started by Jamie goodyear.
-
> Release Apache Karaf 2.3.10
> ---
>
> Key: KARAF-3495
> URL: https://issues.apache.org/jira/browse/KARAF-3495
> Project: Karaf
>  Issue Type: Task
>Affects Versions: 2.3.10
>Reporter: Jamie goodyear
>Assignee: Jamie goodyear
> Fix For: 2.3.10
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-3437) Release Apache Karaf 3.0.3

2015-01-30 Thread Jamie goodyear (JIRA)

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

Jamie goodyear commented on KARAF-3437:
---

Repository released on Nexus.
Kits svn published at Apache.
Website updates:

$ svn ci -m "[KARAF-3437] Release Apache Karaf 3.0.3. Website updates"
Sendingsrc/main/webapp/index/community/download/archives.page
Sendingsrc/main/webapp/index/community/download.page
Adding src/main/webapp/index/community/news/news-2015-01-30.page
Sendingsrc/main/webapp/index/community/news.page
Sendingsrc/main/webapp/index.page
Transmitting file data .
Committed revision 1656138.

> Release Apache Karaf 3.0.3
> --
>
> Key: KARAF-3437
> URL: https://issues.apache.org/jira/browse/KARAF-3437
> Project: Karaf
>  Issue Type: Task
>Affects Versions: 3.0.3
>Reporter: Jamie goodyear
>Assignee: Jamie goodyear
> Fix For: 3.0.3
>
>
> Release Apache Karaf 3.0.3



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (KARAF-3485) Karaf script client option, remove or refactor it.

2015-01-28 Thread Jamie goodyear (JIRA)
Jamie goodyear created KARAF-3485:
-

 Summary: Karaf script client option, remove or refactor it.
 Key: KARAF-3485
 URL: https://issues.apache.org/jira/browse/KARAF-3485
 Project: Karaf
  Issue Type: Bug
Affects Versions: 3.0.3
Reporter: Jamie goodyear
Priority: Minor
 Fix For: 3.0.4


The Karaf script includes a 'client' option, however it does not appear to 
create client connections to a running Karaf instance. 

The current Karaf distribution provides a client script which will allow 
connections to a running instance. Running instances can also be connected to 
via JMX or SSH clients.

The client option in the karaf script should either be updated to remove the 
client option OR have said option made functional once again.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (KARAF-3485) Karaf script client option, remove or refactor it.

2015-01-28 Thread Jamie goodyear (JIRA)

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

Jamie goodyear reassigned KARAF-3485:
-

Assignee: Jamie goodyear

> Karaf script client option, remove or refactor it.
> --
>
> Key: KARAF-3485
> URL: https://issues.apache.org/jira/browse/KARAF-3485
> Project: Karaf
>  Issue Type: Bug
>Affects Versions: 3.0.3
>Reporter: Jamie goodyear
>Assignee: Jamie goodyear
>Priority: Minor
> Fix For: 3.0.4
>
>
> The Karaf script includes a 'client' option, however it does not appear to 
> create client connections to a running Karaf instance. 
> The current Karaf distribution provides a client script which will allow 
> connections to a running instance. Running instances can also be connected to 
> via JMX or SSH clients.
> The client option in the karaf script should either be updated to remove the 
> client option OR have said option made functional once again.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-3437) Release Apache Karaf 3.0.3

2015-01-27 Thread Jamie goodyear (JIRA)

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

Jamie goodyear commented on KARAF-3437:
---

Update in kit and online release notes.
Update dependencies table.

> Release Apache Karaf 3.0.3
> --
>
> Key: KARAF-3437
> URL: https://issues.apache.org/jira/browse/KARAF-3437
> Project: Karaf
>  Issue Type: Task
>Affects Versions: 3.0.3
>Reporter: Jamie goodyear
>Assignee: Jamie goodyear
> Fix For: 3.0.3
>
>
> Release Apache Karaf 3.0.3



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Work started] (KARAF-3437) Release Apache Karaf 3.0.3

2015-01-27 Thread Jamie goodyear (JIRA)

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

Work on KARAF-3437 started by Jamie goodyear.
-
> Release Apache Karaf 3.0.3
> --
>
> Key: KARAF-3437
> URL: https://issues.apache.org/jira/browse/KARAF-3437
> Project: Karaf
>  Issue Type: Task
>Affects Versions: 3.0.3
>Reporter: Jamie goodyear
>Assignee: Jamie goodyear
> Fix For: 3.0.3
>
>
> Release Apache Karaf 3.0.3



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (KARAF-1254) Jasypt config admin property with reload strategy.

2015-01-25 Thread Jamie goodyear (JIRA)

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

Jamie goodyear updated KARAF-1254:
--
Fix Version/s: (was: 3.0.3)
   3.0.4

> Jasypt config admin property with reload strategy.
> --
>
> Key: KARAF-1254
> URL: https://issues.apache.org/jira/browse/KARAF-1254
> Project: Karaf
>  Issue Type: New Feature
>  Components: karaf-core
>Reporter: Edstrom Johan
>Assignee: Jamie goodyear
>Priority: Minor
> Fix For: 4.0.0, 2.4.2, 3.0.4
>
> Attachments: jamie.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (KARAF-3437) Release Apache Karaf 3.0.3

2015-01-08 Thread Jamie goodyear (JIRA)
Jamie goodyear created KARAF-3437:
-

 Summary: Release Apache Karaf 3.0.3
 Key: KARAF-3437
 URL: https://issues.apache.org/jira/browse/KARAF-3437
 Project: Karaf
  Issue Type: Task
Affects Versions: 3.0.3
Reporter: Jamie goodyear
Assignee: Jamie goodyear
 Fix For: 3.0.3


Release Apache Karaf 3.0.3



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (KARAF-3424) Release Apache Karaf 2.4.1

2015-01-03 Thread Jamie goodyear (JIRA)

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

Jamie goodyear resolved KARAF-3424.
---
Resolution: Fixed

> Release Apache Karaf 2.4.1
> --
>
> Key: KARAF-3424
> URL: https://issues.apache.org/jira/browse/KARAF-3424
> Project: Karaf
>  Issue Type: Task
>Affects Versions: 2.4.1
>Reporter: Jamie goodyear
>Assignee: Jamie goodyear
> Fix For: 2.4.1
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-3424) Release Apache Karaf 2.4.1

2014-12-30 Thread Jamie goodyear (JIRA)

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

Jamie goodyear commented on KARAF-3424:
---

Update dependencies table:

$ svn ci -m "[KARAF-3424] Release Apache Karaf 2.4.1. Update online deps table"
Sendingkaraf-deps-2.4.x.page
Transmitting file data .
Committed revision 1648531.

> Release Apache Karaf 2.4.1
> --
>
> Key: KARAF-3424
> URL: https://issues.apache.org/jira/browse/KARAF-3424
> Project: Karaf
>  Issue Type: Task
>Affects Versions: 2.4.1
>Reporter: Jamie goodyear
>Assignee: Jamie goodyear
> Fix For: 2.4.1
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-3424) Release Apache Karaf 2.4.1

2014-12-30 Thread Jamie goodyear (JIRA)

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

Jamie goodyear commented on KARAF-3424:
---

Online release notes update:

$ svn ci -m "[KARAF-3424] Release Apache Karaf 2.4.1. Update online release 
notes"
Adding karaf-2.4.1-release.page
Transmitting file data .
Committed revision 1648530.

> Release Apache Karaf 2.4.1
> --
>
> Key: KARAF-3424
> URL: https://issues.apache.org/jira/browse/KARAF-3424
> Project: Karaf
>  Issue Type: Task
>Affects Versions: 2.4.1
>Reporter: Jamie goodyear
>Assignee: Jamie goodyear
> Fix For: 2.4.1
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Work started] (KARAF-3424) Release Apache Karaf 2.4.1

2014-12-30 Thread Jamie goodyear (JIRA)

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

Work on KARAF-3424 started by Jamie goodyear.
-
> Release Apache Karaf 2.4.1
> --
>
> Key: KARAF-3424
> URL: https://issues.apache.org/jira/browse/KARAF-3424
> Project: Karaf
>  Issue Type: Task
>Affects Versions: 2.4.1
>Reporter: Jamie goodyear
>Assignee: Jamie goodyear
> Fix For: 2.4.1
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-3424) Release Apache Karaf 2.4.1

2014-12-28 Thread Jamie goodyear (JIRA)

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

Jamie goodyear commented on KARAF-3424:
---

Update releases notes in kit and online.
Update dependencies matrix.

> Release Apache Karaf 2.4.1
> --
>
> Key: KARAF-3424
> URL: https://issues.apache.org/jira/browse/KARAF-3424
> Project: Karaf
>  Issue Type: Task
>Affects Versions: 2.4.1
>Reporter: Jamie goodyear
>Assignee: Jamie goodyear
> Fix For: 2.4.1
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


  1   2   3   4   5   6   7   8   9   10   >