[jira] [Commented] (KARAF-5245) Running karaf.bat inside a "Program Files (x86)" directory

2017-08-06 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-5245:


Commit 5713c25125811310b49b1a86dc1b4f3575bc6ee7 in karaf's branch 
refs/heads/karaf-4.0.x from [~jbonofre]
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=5713c25 ]

[KARAF-5245] Fix karaf.bat with path contains spaces


> Running karaf.bat inside a "Program Files (x86)" directory
> --
>
> Key: KARAF-5245
> URL: https://issues.apache.org/jira/browse/KARAF-5245
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-core, karaf-os-integration
>Affects Versions: 4.0.7
>Reporter: Michael Zimmermann
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.2.0, 4.1.2, 4.0.10
>
>
> There are missing quotes in the karaf.bat file to correctly handle 
> subdirectories with spaces. Please add them to the lines 80 and 81 as shown 
> here:
> if not "%KARAF_DATA%" == "" (
> if not exist "%KARAF_DATA%" (
> call :warn KARAF_DATA is not valid: "%KARAF_DATA%"
> rem quotes are required here
> *{color:red}call :warn Creating "%KARAF_DATA%"
> mkdir "%KARAF_DATA%"
> {color}*)
> )



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


[jira] [Resolved] (KARAF-5245) Running karaf.bat inside a "Program Files (x86)" directory

2017-08-06 Thread JIRA

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

Jean-Baptiste Onofré resolved KARAF-5245.
-
Resolution: Fixed

> Running karaf.bat inside a "Program Files (x86)" directory
> --
>
> Key: KARAF-5245
> URL: https://issues.apache.org/jira/browse/KARAF-5245
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-core, karaf-os-integration
>Affects Versions: 4.0.7
>Reporter: Michael Zimmermann
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.2.0, 4.1.2, 4.0.10
>
>
> There are missing quotes in the karaf.bat file to correctly handle 
> subdirectories with spaces. Please add them to the lines 80 and 81 as shown 
> here:
> if not "%KARAF_DATA%" == "" (
> if not exist "%KARAF_DATA%" (
> call :warn KARAF_DATA is not valid: "%KARAF_DATA%"
> rem quotes are required here
> *{color:red}call :warn Creating "%KARAF_DATA%"
> mkdir "%KARAF_DATA%"
> {color}*)
> )



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


[jira] [Assigned] (KARAF-5292) uneeded dependency to dbcp in eclipselink feature

2017-08-06 Thread JIRA

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

Jean-Baptiste Onofré reassigned KARAF-5292:
---

Assignee: Jean-Baptiste Onofré

> uneeded dependency to dbcp in eclipselink feature
> -
>
> Key: KARAF-5292
> URL: https://issues.apache.org/jira/browse/KARAF-5292
> Project: Karaf
>  Issue Type: Improvement
>Reporter: Andrea Tarocchi
>Assignee: Jean-Baptiste Onofré
>
> There is an apparently unneeded dependency to dbcp in eclipselink feature.



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


[jira] [Commented] (KARAF-5245) Running karaf.bat inside a "Program Files (x86)" directory

2017-08-06 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-5245:


Commit 0babb128e6de83696563597dabf537eb48cad743 in karaf's branch 
refs/heads/karaf-4.1.x from [~jbonofre]
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=0babb12 ]

[KARAF-5245] Fix karaf.bat with path contains spaces


> Running karaf.bat inside a "Program Files (x86)" directory
> --
>
> Key: KARAF-5245
> URL: https://issues.apache.org/jira/browse/KARAF-5245
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-core, karaf-os-integration
>Affects Versions: 4.0.7
>Reporter: Michael Zimmermann
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.2.0, 4.1.2, 4.0.10
>
>
> There are missing quotes in the karaf.bat file to correctly handle 
> subdirectories with spaces. Please add them to the lines 80 and 81 as shown 
> here:
> if not "%KARAF_DATA%" == "" (
> if not exist "%KARAF_DATA%" (
> call :warn KARAF_DATA is not valid: "%KARAF_DATA%"
> rem quotes are required here
> *{color:red}call :warn Creating "%KARAF_DATA%"
> mkdir "%KARAF_DATA%"
> {color}*)
> )



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


[jira] [Commented] (KARAF-5245) Running karaf.bat inside a "Program Files (x86)" directory

2017-08-06 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-5245:


Commit 9de0cdf8a7b523a4c509b6f7c61290b20c9fd575 in karaf's branch 
refs/heads/master from [~jbonofre]
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=9de0cdf ]

[KARAF-5245] Fix karaf.bat with path contains spaces


> Running karaf.bat inside a "Program Files (x86)" directory
> --
>
> Key: KARAF-5245
> URL: https://issues.apache.org/jira/browse/KARAF-5245
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-core, karaf-os-integration
>Affects Versions: 4.0.7
>Reporter: Michael Zimmermann
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.2.0, 4.1.2, 4.0.10
>
>
> There are missing quotes in the karaf.bat file to correctly handle 
> subdirectories with spaces. Please add them to the lines 80 and 81 as shown 
> here:
> if not "%KARAF_DATA%" == "" (
> if not exist "%KARAF_DATA%" (
> call :warn KARAF_DATA is not valid: "%KARAF_DATA%"
> rem quotes are required here
> *{color:red}call :warn Creating "%KARAF_DATA%"
> mkdir "%KARAF_DATA%"
> {color}*)
> )



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


[jira] [Assigned] (KARAF-4803) Turn off Karaf configuration persistence manager

2017-08-06 Thread JIRA

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

Jean-Baptiste Onofré reassigned KARAF-4803:
---

Assignee: Jean-Baptiste Onofré

> Turn off Karaf configuration persistence manager
> 
>
> Key: KARAF-4803
> URL: https://issues.apache.org/jira/browse/KARAF-4803
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-config
>Reporter: Dominik Przybysz
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.2.0, 4.1.3
>
>
> I have provided my own PersistenceManager which persists configuration in 
> files not ending with cfg or config.
> If I use karaf commands from config:* then for each update there is created 
> .cfg file in etc/
> It should be configurable to turn off this feature.



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


[jira] [Updated] (KARAF-4803) Turn off Karaf configuration persistence manager

2017-08-06 Thread JIRA

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

Jean-Baptiste Onofré updated KARAF-4803:

Fix Version/s: 4.1.3

> Turn off Karaf configuration persistence manager
> 
>
> Key: KARAF-4803
> URL: https://issues.apache.org/jira/browse/KARAF-4803
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-config
>Reporter: Dominik Przybysz
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.2.0, 4.1.3
>
>
> I have provided my own PersistenceManager which persists configuration in 
> files not ending with cfg or config.
> If I use karaf commands from config:* then for each update there is created 
> .cfg file in etc/
> It should be configurable to turn off this feature.



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


[jira] [Commented] (KARAF-5292) uneeded dependency to dbcp in eclipselink feature

2017-08-06 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on KARAF-5292:
---

GitHub user valdar opened a pull request:

https://github.com/apache/karaf/pull/332

KARAF-5292 : removed uneeded dependency to dbcp in eclipselink feature



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

$ git pull https://github.com/valdar/karaf KARAF-5292

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

https://github.com/apache/karaf/pull/332.patch

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

This closes #332


commit b302ee40c0768985bd88161ea6f2adb6b9eb5fbb
Author: Andrea Tarocchi 
Date:   2017-08-06T14:13:45Z

KARAF-5292 : removed uneeded dependency to dbcp in eclipselink feature




> uneeded dependency to dbcp in eclipselink feature
> -
>
> Key: KARAF-5292
> URL: https://issues.apache.org/jira/browse/KARAF-5292
> Project: Karaf
>  Issue Type: Improvement
>Reporter: Andrea Tarocchi
>
> There is an apparently unneeded dependency to dbcp in eclipselink feature.



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


[jira] [Created] (KARAF-5292) uneeded dependency to dbcp in eclipselink feature

2017-08-06 Thread Andrea Tarocchi (JIRA)
Andrea Tarocchi created KARAF-5292:
--

 Summary: uneeded dependency to dbcp in eclipselink feature
 Key: KARAF-5292
 URL: https://issues.apache.org/jira/browse/KARAF-5292
 Project: Karaf
  Issue Type: Improvement
Reporter: Andrea Tarocchi


There is an apparently unneeded dependency to dbcp in eclipselink feature.



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


[jira] [Updated] (KARAF-4803) Turn off Karaf configuration persistence manager

2017-08-06 Thread Achim Nierbeck (JIRA)

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

Achim Nierbeck updated KARAF-4803:
--
Fix Version/s: 4.2.0

> Turn off Karaf configuration persistence manager
> 
>
> Key: KARAF-4803
> URL: https://issues.apache.org/jira/browse/KARAF-4803
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-config
>Reporter: Dominik Przybysz
> Fix For: 4.2.0
>
>
> I have provided my own PersistenceManager which persists configuration in 
> files not ending with cfg or config.
> If I use karaf commands from config:* then for each update there is created 
> .cfg file in etc/
> It should be configurable to turn off this feature.



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


[jira] [Updated] (KARAF-5245) Running karaf.bat inside a "Program Files (x86)" directory

2017-08-06 Thread JIRA

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

Jean-Baptiste Onofré updated KARAF-5245:

Fix Version/s: 4.0.10
   4.1.2
   4.2.0

> Running karaf.bat inside a "Program Files (x86)" directory
> --
>
> Key: KARAF-5245
> URL: https://issues.apache.org/jira/browse/KARAF-5245
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-core, karaf-os-integration
>Affects Versions: 4.0.7
>Reporter: Michael Zimmermann
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.2.0, 4.1.2, 4.0.10
>
>
> There are missing quotes in the karaf.bat file to correctly handle 
> subdirectories with spaces. Please add them to the lines 80 and 81 as shown 
> here:
> if not "%KARAF_DATA%" == "" (
> if not exist "%KARAF_DATA%" (
> call :warn KARAF_DATA is not valid: "%KARAF_DATA%"
> rem quotes are required here
> *{color:red}call :warn Creating "%KARAF_DATA%"
> mkdir "%KARAF_DATA%"
> {color}*)
> )



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


[jira] [Resolved] (KARAF-5254) Issue wile installing activemq-web-console in apache servicemix 7.0.0

2017-08-06 Thread JIRA

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

Jean-Baptiste Onofré resolved KARAF-5254.
-
Resolution: Won't Fix

> Issue wile installing activemq-web-console in apache servicemix 7.0.0
> -
>
> Key: KARAF-5254
> URL: https://issues.apache.org/jira/browse/KARAF-5254
> Project: Karaf
>  Issue Type: Project
>Reporter: Pragya
>Assignee: Jean-Baptiste Onofré
>
> Hi team,
> I am new to servicemix and trying to install activemq-web-console using 
> command : feature:install activemq-web-console
> I don't have internet connection in my server location. So I want to use 
> local repository for the same.
> Please help me to install web-console feature using local repository.
> +I have tried below as part of using local repo:+
> I have edited Property file org.ops4j.pax.url.mvn.cfg,
> Added the 
> org.ops4j.pax.url.mvn.localRepository=/apps/ilmsusr/binaries/respository
>  and copied 
> org/apache/activemq/activemq-web-console/5.14.3/activemq-web-console-5.14.3.war
>  inside the repository folder.
> But I am getting below error in org.ops4j.pax.url.mvn.log
> 2017-07-18 14:39:48,571 | WARN  | pool-29-thread-2 | AetherBasedResolver  
> | Error resolving artifact 
> org.apache.felix:org.apache.felix.webconsole.plugins.event:jar:1.1.4: [Could 
> not transfer artifact 
> org.apache.felix:org.apache.felix.webconsole.plugins.event:jar:1.1.4 from/to 
> central (http://repo1.maven.org/maven2/): Connect to repo1.maven.org:80 
> [repo1.maven.org/151.101.40.209] failed: connect timed out, Could not 
> transfer artifact 
> org.apache.felix:org.apache.felix.webconsole.plugins.event:jar:1.1.4 from/to 
> spring.ebr.release 
> (http://repository.springsource.com/maven/bundles/release/): Connect to 
> repository.springsource.com:80 [repository.springsource.com/54.231.72.99] 
> failed: connect timed out, Could not transfer artifact 
> org.apache.felix:org.apache.felix.webconsole.plugins.event:jar:1.1.4 from/to 
> spring.ebr.external 
> (http://repository.springsource.com/maven/bundles/external/): Connect to 
> repository.springsource.com:80 [repository.springsource.com/54.231.72.99] 
> failed: connect timed out, Could not transfer artifact 
> org.apache.felix:org.apache.felix.webconsole.plugins.event:jar:1.1.4 from/to 
> gemini (http://zodiac.springsource.com/maven/bundles/release/): Connect to 
> zodiac.springsource.com:80 [zodiac.springsource.com/52.218.64.89] failed: 
> connect timed out]
> java.io.IOException: Error resolving artifact 
> org.apache.felix:org.apache.felix.webconsole.plugins.event:jar:1.1.4: [Could 
> not transfer artifact 
> org.apache.felix:org.apache.felix.webconsole.plugins.event:jar:1.1.4 from/to 
> central (http://repo1.maven.org/maven2/): Connect to repo1.maven.org:80 
> [repo1.maven.org/151.101.40.209] failed: connect timed out, Could not 
> transfer artifact 
> org.apache.felix:org.apache.felix.webconsole.plugins.event:jar:1.1.4 from/to 
> spring.ebr.release 
> (http://repository.springsource.com/maven/bundles/release/): Connect to 
> repository.springsource.com:80 [repository.springsource.com/54.231.72.99] 
> failed: connect timed out, Could not transfer artifact 
> org.apache.felix:org.apache.felix.webconsole.plugins.event:jar:1.1.4 from/to 
> spring.ebr.external 
> (http://repository.springsource.com/maven/bundles/external/): Connect to 
> repository.springsource.com:80 [repository.springsource.com/54.231.72.99] 
> failed: connect timed out, Could not transfer artifact 
> org.apache.felix:org.apache.felix.webconsole.plugins.event:jar:1.1.4 from/to 
> gemini (http://zodiac.springsource.com/maven/bundles/release/): Connect to 
> zodiac.springsource.com:80 [zodiac.springsource.com/52.218.64.89] failed: 
> connect timed out]



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


[jira] [Updated] (KARAF-5245) Running karaf.bat inside a "Program Files (x86)" directory

2017-08-06 Thread JIRA

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

Jean-Baptiste Onofré updated KARAF-5245:

Component/s: karaf-core

> Running karaf.bat inside a "Program Files (x86)" directory
> --
>
> Key: KARAF-5245
> URL: https://issues.apache.org/jira/browse/KARAF-5245
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-core, karaf-os-integration
>Affects Versions: 4.0.7
>Reporter: Michael Zimmermann
>Assignee: Jean-Baptiste Onofré
>
> There are missing quotes in the karaf.bat file to correctly handle 
> subdirectories with spaces. Please add them to the lines 80 and 81 as shown 
> here:
> if not "%KARAF_DATA%" == "" (
> if not exist "%KARAF_DATA%" (
> call :warn KARAF_DATA is not valid: "%KARAF_DATA%"
> rem quotes are required here
> *{color:red}call :warn Creating "%KARAF_DATA%"
> mkdir "%KARAF_DATA%"
> {color}*)
> )



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


[jira] [Assigned] (KARAF-5245) Running karaf.bat inside a "Program Files (x86)" directory

2017-08-06 Thread JIRA

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

Jean-Baptiste Onofré reassigned KARAF-5245:
---

Assignee: Jean-Baptiste Onofré

> Running karaf.bat inside a "Program Files (x86)" directory
> --
>
> Key: KARAF-5245
> URL: https://issues.apache.org/jira/browse/KARAF-5245
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-core, karaf-os-integration
>Affects Versions: 4.0.7
>Reporter: Michael Zimmermann
>Assignee: Jean-Baptiste Onofré
>
> There are missing quotes in the karaf.bat file to correctly handle 
> subdirectories with spaces. Please add them to the lines 80 and 81 as shown 
> here:
> if not "%KARAF_DATA%" == "" (
> if not exist "%KARAF_DATA%" (
> call :warn KARAF_DATA is not valid: "%KARAF_DATA%"
> rem quotes are required here
> *{color:red}call :warn Creating "%KARAF_DATA%"
> mkdir "%KARAF_DATA%"
> {color}*)
> )



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


[jira] [Commented] (KARAF-5254) Issue wile installing activemq-web-console in apache servicemix 7.0.0

2017-08-06 Thread JIRA

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

Jean-Baptiste Onofré commented on KARAF-5254:
-

As you don't have Internet connection, and as the ActiveMQ feature needs 
additional dependencies, the error is "normal". I think it's more a ServiceMix 
improvement as the ServiceMix distribution should populate the system folder to 
work offline with the default features set.

> Issue wile installing activemq-web-console in apache servicemix 7.0.0
> -
>
> Key: KARAF-5254
> URL: https://issues.apache.org/jira/browse/KARAF-5254
> Project: Karaf
>  Issue Type: Project
>Reporter: Pragya
>
> Hi team,
> I am new to servicemix and trying to install activemq-web-console using 
> command : feature:install activemq-web-console
> I don't have internet connection in my server location. So I want to use 
> local repository for the same.
> Please help me to install web-console feature using local repository.
> +I have tried below as part of using local repo:+
> I have edited Property file org.ops4j.pax.url.mvn.cfg,
> Added the 
> org.ops4j.pax.url.mvn.localRepository=/apps/ilmsusr/binaries/respository
>  and copied 
> org/apache/activemq/activemq-web-console/5.14.3/activemq-web-console-5.14.3.war
>  inside the repository folder.
> But I am getting below error in org.ops4j.pax.url.mvn.log
> 2017-07-18 14:39:48,571 | WARN  | pool-29-thread-2 | AetherBasedResolver  
> | Error resolving artifact 
> org.apache.felix:org.apache.felix.webconsole.plugins.event:jar:1.1.4: [Could 
> not transfer artifact 
> org.apache.felix:org.apache.felix.webconsole.plugins.event:jar:1.1.4 from/to 
> central (http://repo1.maven.org/maven2/): Connect to repo1.maven.org:80 
> [repo1.maven.org/151.101.40.209] failed: connect timed out, Could not 
> transfer artifact 
> org.apache.felix:org.apache.felix.webconsole.plugins.event:jar:1.1.4 from/to 
> spring.ebr.release 
> (http://repository.springsource.com/maven/bundles/release/): Connect to 
> repository.springsource.com:80 [repository.springsource.com/54.231.72.99] 
> failed: connect timed out, Could not transfer artifact 
> org.apache.felix:org.apache.felix.webconsole.plugins.event:jar:1.1.4 from/to 
> spring.ebr.external 
> (http://repository.springsource.com/maven/bundles/external/): Connect to 
> repository.springsource.com:80 [repository.springsource.com/54.231.72.99] 
> failed: connect timed out, Could not transfer artifact 
> org.apache.felix:org.apache.felix.webconsole.plugins.event:jar:1.1.4 from/to 
> gemini (http://zodiac.springsource.com/maven/bundles/release/): Connect to 
> zodiac.springsource.com:80 [zodiac.springsource.com/52.218.64.89] failed: 
> connect timed out]
> java.io.IOException: Error resolving artifact 
> org.apache.felix:org.apache.felix.webconsole.plugins.event:jar:1.1.4: [Could 
> not transfer artifact 
> org.apache.felix:org.apache.felix.webconsole.plugins.event:jar:1.1.4 from/to 
> central (http://repo1.maven.org/maven2/): Connect to repo1.maven.org:80 
> [repo1.maven.org/151.101.40.209] failed: connect timed out, Could not 
> transfer artifact 
> org.apache.felix:org.apache.felix.webconsole.plugins.event:jar:1.1.4 from/to 
> spring.ebr.release 
> (http://repository.springsource.com/maven/bundles/release/): Connect to 
> repository.springsource.com:80 [repository.springsource.com/54.231.72.99] 
> failed: connect timed out, Could not transfer artifact 
> org.apache.felix:org.apache.felix.webconsole.plugins.event:jar:1.1.4 from/to 
> spring.ebr.external 
> (http://repository.springsource.com/maven/bundles/external/): Connect to 
> repository.springsource.com:80 [repository.springsource.com/54.231.72.99] 
> failed: connect timed out, Could not transfer artifact 
> org.apache.felix:org.apache.felix.webconsole.plugins.event:jar:1.1.4 from/to 
> gemini (http://zodiac.springsource.com/maven/bundles/release/): Connect to 
> zodiac.springsource.com:80 [zodiac.springsource.com/52.218.64.89] failed: 
> connect timed out]



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


[jira] [Assigned] (KARAF-5254) Issue wile installing activemq-web-console in apache servicemix 7.0.0

2017-08-06 Thread JIRA

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

Jean-Baptiste Onofré reassigned KARAF-5254:
---

Assignee: Jean-Baptiste Onofré

> Issue wile installing activemq-web-console in apache servicemix 7.0.0
> -
>
> Key: KARAF-5254
> URL: https://issues.apache.org/jira/browse/KARAF-5254
> Project: Karaf
>  Issue Type: Project
>Reporter: Pragya
>Assignee: Jean-Baptiste Onofré
>
> Hi team,
> I am new to servicemix and trying to install activemq-web-console using 
> command : feature:install activemq-web-console
> I don't have internet connection in my server location. So I want to use 
> local repository for the same.
> Please help me to install web-console feature using local repository.
> +I have tried below as part of using local repo:+
> I have edited Property file org.ops4j.pax.url.mvn.cfg,
> Added the 
> org.ops4j.pax.url.mvn.localRepository=/apps/ilmsusr/binaries/respository
>  and copied 
> org/apache/activemq/activemq-web-console/5.14.3/activemq-web-console-5.14.3.war
>  inside the repository folder.
> But I am getting below error in org.ops4j.pax.url.mvn.log
> 2017-07-18 14:39:48,571 | WARN  | pool-29-thread-2 | AetherBasedResolver  
> | Error resolving artifact 
> org.apache.felix:org.apache.felix.webconsole.plugins.event:jar:1.1.4: [Could 
> not transfer artifact 
> org.apache.felix:org.apache.felix.webconsole.plugins.event:jar:1.1.4 from/to 
> central (http://repo1.maven.org/maven2/): Connect to repo1.maven.org:80 
> [repo1.maven.org/151.101.40.209] failed: connect timed out, Could not 
> transfer artifact 
> org.apache.felix:org.apache.felix.webconsole.plugins.event:jar:1.1.4 from/to 
> spring.ebr.release 
> (http://repository.springsource.com/maven/bundles/release/): Connect to 
> repository.springsource.com:80 [repository.springsource.com/54.231.72.99] 
> failed: connect timed out, Could not transfer artifact 
> org.apache.felix:org.apache.felix.webconsole.plugins.event:jar:1.1.4 from/to 
> spring.ebr.external 
> (http://repository.springsource.com/maven/bundles/external/): Connect to 
> repository.springsource.com:80 [repository.springsource.com/54.231.72.99] 
> failed: connect timed out, Could not transfer artifact 
> org.apache.felix:org.apache.felix.webconsole.plugins.event:jar:1.1.4 from/to 
> gemini (http://zodiac.springsource.com/maven/bundles/release/): Connect to 
> zodiac.springsource.com:80 [zodiac.springsource.com/52.218.64.89] failed: 
> connect timed out]
> java.io.IOException: Error resolving artifact 
> org.apache.felix:org.apache.felix.webconsole.plugins.event:jar:1.1.4: [Could 
> not transfer artifact 
> org.apache.felix:org.apache.felix.webconsole.plugins.event:jar:1.1.4 from/to 
> central (http://repo1.maven.org/maven2/): Connect to repo1.maven.org:80 
> [repo1.maven.org/151.101.40.209] failed: connect timed out, Could not 
> transfer artifact 
> org.apache.felix:org.apache.felix.webconsole.plugins.event:jar:1.1.4 from/to 
> spring.ebr.release 
> (http://repository.springsource.com/maven/bundles/release/): Connect to 
> repository.springsource.com:80 [repository.springsource.com/54.231.72.99] 
> failed: connect timed out, Could not transfer artifact 
> org.apache.felix:org.apache.felix.webconsole.plugins.event:jar:1.1.4 from/to 
> spring.ebr.external 
> (http://repository.springsource.com/maven/bundles/external/): Connect to 
> repository.springsource.com:80 [repository.springsource.com/54.231.72.99] 
> failed: connect timed out, Could not transfer artifact 
> org.apache.felix:org.apache.felix.webconsole.plugins.event:jar:1.1.4 from/to 
> gemini (http://zodiac.springsource.com/maven/bundles/release/): Connect to 
> zodiac.springsource.com:80 [zodiac.springsource.com/52.218.64.89] failed: 
> connect timed out]



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


[jira] [Commented] (KARAF-5263) org.apache.karaf.shell.cfg et al still reference obsolete 'karaf.admin.role'

2017-08-06 Thread JIRA

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

Jean-Baptiste Onofré commented on KARAF-5263:
-

I think you are right as {{karaf.admin.role}} has been superseded by RBAC/ACL.

> org.apache.karaf.shell.cfg et al still reference obsolete 'karaf.admin.role'
> 
>
> Key: KARAF-5263
> URL: https://issues.apache.org/jira/browse/KARAF-5263
> Project: Karaf
>  Issue Type: Improvement
>Affects Versions: 4.0.9
>Reporter: Martin Lichtin
>Assignee: Jean-Baptiste Onofré
>Priority: Trivial
>
> I believe karaf.admin.role is no longer supported:
> {noformat}
> #
> # Role name used for SSH access authorization
> # If not set, this defaults to the ${karaf.admin.role} configured in 
> etc/system.properties
> #
> # sshRole = admin
> {noformat}
> Other occurences:
> * page https://karaf.apache.org/manual/latest/ the property name still occurs 
> in 3 places.
> * JaasSecurityProvider.java



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


[jira] [Commented] (KARAF-5287) Provide a way to hide passwords in shell

2017-08-06 Thread JIRA

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

Jean-Baptiste Onofré commented on KARAF-5287:
-

Now, {{jaas:user-add}} command uses regular {{Argument}} for the password. I 
think the most elegant way would be to add an option to the {{Argument}} 
annotation to inform the shell console that the argument should not be 
displayed.

> Provide a way to hide passwords in shell
> 
>
> Key: KARAF-5287
> URL: https://issues.apache.org/jira/browse/KARAF-5287
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-shell
>Reporter: John Poth
>
> It'd be nice to have a way of hiding passwords when typing commands in the 
> shell. So for example:
> {code}
> jaas:user-add jpoth mypassword
> {code}
> would be displayed as 
> {code}
> jaas:user-add jpoth **
> {code}



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


[jira] [Assigned] (KARAF-5263) org.apache.karaf.shell.cfg et al still reference obsolete 'karaf.admin.role'

2017-08-06 Thread JIRA

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

Jean-Baptiste Onofré reassigned KARAF-5263:
---

Assignee: Jean-Baptiste Onofré

> org.apache.karaf.shell.cfg et al still reference obsolete 'karaf.admin.role'
> 
>
> Key: KARAF-5263
> URL: https://issues.apache.org/jira/browse/KARAF-5263
> Project: Karaf
>  Issue Type: Improvement
>Affects Versions: 4.0.9
>Reporter: Martin Lichtin
>Assignee: Jean-Baptiste Onofré
>Priority: Trivial
>
> I believe karaf.admin.role is no longer supported:
> {noformat}
> #
> # Role name used for SSH access authorization
> # If not set, this defaults to the ${karaf.admin.role} configured in 
> etc/system.properties
> #
> # sshRole = admin
> {noformat}
> Other occurences:
> * page https://karaf.apache.org/manual/latest/ the property name still occurs 
> in 3 places.
> * JaasSecurityProvider.java



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


[jira] [Assigned] (KARAF-5283) Karaf in offline (no internet) environment - NamespaceHandler bugs

2017-08-06 Thread JIRA

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

Jean-Baptiste Onofré reassigned KARAF-5283:
---

Assignee: Jean-Baptiste Onofré

> Karaf in offline (no internet) environment - NamespaceHandler bugs
> --
>
> Key: KARAF-5283
> URL: https://issues.apache.org/jira/browse/KARAF-5283
> Project: Karaf
>  Issue Type: Bug
>Affects Versions: 4.1.1
>Reporter: Pointbreak
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.2.0, 4.1.3
>
>
> See https://issues.apache.org/jira/browse/ARIES-1723. This was previously 
> fixed in https://issues.apache.org/jira/browse/ARIES-1540, but the fix was 
> only applied to blueprint-core-1.6.2, not to later versions.
> Karaf 4.x.x uses blueprint-core-1.8.x, which contains the exact same bug that 
> blueprint-core-1.6.1 had.
> It would be really helpfull if this could be fixed in a karaf bugfix release.



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