Re: karaf-3.0.2 Problem with console

2014-07-19 Thread zaerymoghaddam
Hi I've the same problem with 3.0.2-SNAPSHOT and 4.0.0-SNAPSHOT on Windows 7 (32-bit). I downloaded the apache-karaf-3.0.1.zip from project's website and it works fine. my mvn -version output is: Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 17:21:28+0330) Maven

Karaf 4.0.0-SNAPSHOT hang on startup

2014-07-17 Thread zaerymoghaddam
Hi I've cloned the 4.0.0-SNAPSHOT repository and built it from scratch. When I try to run it, it hangs on startup with following message in karaf.log: 2014-07-17 12:29:16,235 | ERROR | pool-1-thread-1 | BootFeaturesInstaller | 6 - org.apache.karaf.features.core - 4.0.0.SNAPSHOT |

RAT plugin error on ssh key files

2014-07-17 Thread zaerymoghaddam
Hi Last night I was trying to rebuild the latest branches of the project from ground up (master, 3.0.x and 2.3.x). I noticed there is an error in RAT plugin while checking SSH key files. I created a JIRA issue ( KARAF-3129 https://issues.apache.org/jira/browse/KARAF-3129 ) and attached an

Re: Having commands for scheduler module

2014-01-14 Thread zaerymoghaddam
Hi imho we have two option: 1. Extend the scheduler service and its related commands using classes in java.util.concurrent package, we can provide more advanced scheduling capabilities like dynamically adding/removing/suspending/resuming scheduled tasks. It can have commands and

Re: Having commands for scheduler module

2014-01-14 Thread zaerymoghaddam
roedll: Thanks for your info I had checked Apache Sling but I didn't mentioned your previous conversations in forum. I've read the discussion http://karaf.922171.n3.nabble.com/Task-scheduler-in-Karaf-td4028481.html and also checked the KARAF-751 https://issues.apache.org/jira/browse/KARAF-751

Having commands for scheduler module

2014-01-13 Thread zaerymoghaddam
Hi guys There is a module in Karaf named scheduler. It's a simple scheduler implemented using java.util.Timer, contains only 4 classes and registers a TaskScheduler service manually. There is no dependency to this module in Karaf. Here is my questions: 1. Why this module registers its only

Missing dependency to pax-web-spi:jar:3.0.5-SNAPSHOT

2013-12-12 Thread zaerymoghaddam
Hi When I try to build the trunk, it gives me the following error: Could not find artifact org.ops4j.pax.web:pax-web-spi:jar:3.0.5-SNAPSHOT The error is on HTTP Core module. There is no such pax-web-spi version in maven repositories (including

Re: Missing dependency to pax-web-spi:jar:3.0.5-SNAPSHOT

2013-12-12 Thread zaerymoghaddam
Hi As I said, I've tested this repository and nothing happened. I've also checked the https://oss.sonatype.org/content/repositories/ops4j-snapshots from browser, and there is no 3.0.5-SNAPSHOT version. Actually there is 2.0.3-SNAPSHOT and then 4.0.0-SNAPSHOT. No 3.x version exists at all. Seems

Re: Which config.properties and startup.properties with admin:create ?

2013-10-31 Thread zaerymoghaddam
Hi guys Isn't it possible having an option on admin:create to decide whether to create a new plain instance or use root instance configurations? For example: 'admin:create -c'. which '-c' could mean clone root instance's configuration. Regards Ehsan - E.Z.Moghaddam

Re: Build failure on Karaf trunk...

2013-10-26 Thread zaerymoghaddam
Hi all I've installed a new clean version of Ubuntu 13.01 with Maven 3.0.5, JRockit 1.6.0.45 . I've checked out a fresh copy of trunk and tried to build an eclipse project using mvn eclipse:eclipse and it gives me this error: [ERROR] Plugin