Re: Bundle Threads

2009-11-26 Thread chihi asma
apache.org Date: Jeudi 26 Novembre 2009, 12h09 On Thu, Nov 26, 2009 at 10:44 AM, chihi asma wrote: > Can anyone tell me please how can I know how much a bundle executes threads > when it starts? > When I type "ps" command in my linux console I see multiple threads related >

Bundle Threads

2009-11-26 Thread chihi asma
Hi, Can anyone tell me please how can I know how much a bundle executes threads when it starts? When I type "ps" command in my linux console I see multiple threads related to the JVM. How can I know each thread belongs to each bundle. Thanks in advance for your help. Asma

RE: Resource Management

2009-11-24 Thread chihi asma
Thanks a lot, that seems very interesting. Best Regards, Asma Chihi --- En date de : Mar 24.11.09, Kiev Gama a écrit : De: Kiev Gama Objet: RE: Resource Management À: users@felix.apache.org Date: Mardi 24 Novembre 2009, 15h55 Hello, You do not have such fine grained control with bundles ver

Resource Management

2009-11-24 Thread chihi asma
Hi, I want to know if there is any bundle which implements a resource management mecanism such as CPU time usage, memory consumption?? Thanks in advance Asma

Invoking UPnP actions

2009-10-28 Thread chihi asma
Hi, I have an UPnP Control point that detects very well UPnP devices and for the need of my application I have to implement another bundle that can invoke a UPnP device's actions, Can anyone tell me which is the best method to do that? How can I invoke actions from another bundle than the con

Re: Web Interface

2009-09-28 Thread chihi asma
-services.html Regards, I Charles Moulliard Senior Enterprise Architect Apache Camel Committer * blog : http://cmoulliard.blogspot.com On Mon, Sep 28, 2009 at 12:54 PM, chihi asma wrote: > Hi, > > I have to implement on OSGi a web interface with which I want to

Web Interface

2009-09-28 Thread chihi asma
Hi, I have to implement on OSGi a web interface with which I want to interact with other bundles (execute methods, retrieve variables..). Can anyone  tell me what's the the best technology (servlets, javascript..) I should use to achieve this? Thanks in advance Asma

Re: Problem with JNI

2009-09-18 Thread chihi asma
looks like it should. Try "x86" instead of "i86"...maybe the alias isn't working. -> richard On 9/18/09 12:07, chihi asma wrote: > Hi to all, > >   I want to deploy a bundle that uses native libraries. I checked that my >application before to integrate

Problem with JNI

2009-09-18 Thread chihi asma
Hi to all, I want to deploy a bundle that uses native libraries. I checked that my application before to integrate on osgi worked fine, the code I used to load my library is :   private native void nativePrint() ;   System.loadLibrary("JNIDemoCdl"); and my manifest is : Manifest-Version: 1.0

Control ZigBee devices using UPnP

2009-09-09 Thread chihi asma
Hi, My problem is how to control ZigBee devices on the network using an UPnP control point within the OSGi framework. My approach is to import ZigBee devices from the network into the framework. For that, I'm implementing UPnP devices matching the ZigBee ones using an API that transmit UPnP ser

Re: OSGi and UPnP AV

2009-08-31 Thread chihi asma
Hi, So, I think we can implement a DLNA control point based on the UPnP stack implemented in the upnp base driver? --- En date de : Sam 29.8.09, Clement Escoffier a écrit : De: Clement Escoffier Objet: Re: OSGi and UPnP AV À: users@felix.apache.org Date: Samedi 29 Août 2009, 15h15 Hi, We a

OSGi/Zigbee

2009-06-23 Thread chihi asma
Hi, Can anybody tell me if there is any work done about OSGi/Zigbee? Thanks in advance. Asma

Servlet dispatcher problem

2009-06-04 Thread chihi asma
  hi, i am trying to implement 2 servlets in a bundle using the httpservice. there is the code : the first servlet: public class FirstServlet extends HttpServlet {          protected void doGet(HttpServletRequest req, HttpServletResp

Re: UPnP Basedriver

2009-05-26 Thread chihi asma
: Stefano Lenzi Objet: Re: UPnP Basedriver À: users@felix.apache.org Date: Lundi 25 Mai 2009, 16h11 chihi asma wrote: > Thanks, but I'm not refering to the cyberdomo.ssdp.port which is 1900 but the > port on wich the basedriver receive unicast messages from devices?? where can > I found

Re: UPnP Basedriver

2009-05-25 Thread chihi asma
ver À: users@felix.apache.org Date: Vendredi 22 Mai 2009, 17h53 chihi asma wrote: > Thanks, it's working now, I started the basedriver bundle succesfully. Now, I > want to change the basedriver port, how can I do this? Did you refer to the SSDP port where the basedriver send and r

Re: UPnP Basedriver

2009-05-22 Thread chihi asma
9h42 chihi asma wrote: > Yes, Im using a proxy to connect to Internet, the mvn install command should > not work? Maven works behind a proxy but it has to be configured to use a proxy to access to Internet. Can you check that your maven settings.xm file is configured as requested by this

Re: UPnP Basedriver

2009-05-22 Thread chihi asma
Yes, Im using a proxy to connect to Internet, the mvn install command should not work? --- En date de : Jeu 21.5.09, Stefano Lenzi a écrit : De: Stefano Lenzi Objet: Re: UPnP Basedriver À: users@felix.apache.org Date: Jeudi 21 Mai 2009, 23h36 chihi asma wrote: > I downloaded the subproj

Re: UPnP Basedriver

2009-05-21 Thread chihi asma
M/2M [INFO]   Thanks in advance --- En date de : Jeu 21.5.09, Stefano Lenzi a écrit : De: Stefano Lenzi Objet: Re: UPnP Basedriver À: users@felix.apache.org Date: Jeudi 21 Mai 2009, 14h00 chihi asma wrote: > Hi, > I created a new projet net

Re: UPnP Basedriver

2009-05-21 Thread chihi asma
: De: Stefano Lenzi Objet: Re: UPnP Basedriver À: users@felix.apache.org Date: Mercredi 20 Mai 2009, 17h18 chihi asma wrote: > Hi, > > I downloaded the basedriver source and build it succefully within netbeans > with cybergarage library but when I try to start it, I get this error:

UPnP Basedriver

2009-05-20 Thread chihi asma
Hi, I downloaded the basedriver source and build it succefully within netbeans with cybergarage library but when I try to start it, I get this error: Couldn't start bundle: UPnP Base Driver (#775) (due to: java.lang.NoClassDefFoundError: org/cybergarage/upnp/UPnP) java.lang.NoClassDefFoundError:

Re: UPnP Port

2009-05-19 Thread chihi asma
domoware repository http://domoware.isti.cnr.it/maven2/it/cnr/isti/domoware/cyberdomo/upnp-stack/1.8.0/ francesco chihi asma wrote: > Thanks. but I have an other question. I see that the basedriver import in its > code the org.cybergarage and I dont know from where the basedriver ge

Re: UPnP Port

2009-05-19 Thread chihi asma
t: Re: UPnP Port À: users@felix.apache.org Date: Mardi 19 Mai 2009, 16h14 the right way to reply is by getting the source address of the received M-Search message , I guess the basedriver uses the first available port to send the request, I don't remember now. francesco chihi asma wrote

Re: UPnP Port

2009-05-19 Thread chihi asma
not a problem. It is a port used by all the devices belonging to the same multicast group. You don't need to change the port for the devices running on the OSGi Platform. -- If you have experienced a conflict then there is a bug. francesco chihi asma wrote: > I understand that

Re: UPnP Port

2009-05-19 Thread chihi asma
écrit : De: Stefano Lenzi Objet: Re: UPnP Port À: users@felix.apache.org Date: Mardi 19 Mai 2009, 14h43 chihi asma wrote: > Hi, > > I'm runing the UPnP basedriver in an embedded device to detect UPnP services > on the network and as it is shown in the upnp.properties file the d

UPnP Port

2009-05-18 Thread chihi asma
Hi, I'm runing the UPnP basedriver in an embedded device to detect UPnP services on the network and as it is shown in the upnp.properties file the default ssdp port is 1900 but I'm also runing a media server which listens on the same port. So I get a conflict. May I change the basedriver port w

JNA problem

2009-04-27 Thread chihi asma
Hi, I am a beginner in JNA and I want to test it with OSGi, so I implemented a simple bundle using JNA, but when I start it, I get this error: Couldn't start bundle: JNA (#37) (due to: java.lang.NoClassDefFoundError: com/sun/jna/Library) java.lang.NoClassDefFoundError: com/sun/jna/Library the j

Re: problem with https

2009-04-21 Thread chihi asma
8 Are you getting any kind of error message? Did you try running plain Jetty on JamVM with SSL enabled? On Apr 21, 2009, at 12:20 , chihi asma wrote: > I have already set the sytem properties. with sun JVM, I have no problem. The > version of JAMVM I'm using is 1.5.1 on Linux Kub

Re: problem with https

2009-04-21 Thread chihi asma
quot;users@felix.apache.org" Date: Mardi 21 Avril 2009, 11h56 On Apr 21, 2009, at 11:46 , chihi asma wrote: > I configured the http server to work under ssl but I cant get on the browser > the servlets I have registred under the http server.Im using Jam as Jvm. > Can anyone help me? I'

problem with https

2009-04-21 Thread chihi asma
Hi all, I configured the http server to work under ssl but I cant get on the browser the servlets I have registred under the http server.Im using Jam as Jvm. Can anyone help me? Thanks in advance. Asma

Re : Re : Problem with upnp examples

2009-04-11 Thread chihi asma
Hi Francesco, Thanks a  lot, I'll try this and I will tell you. De : "francesco.furf...@isti.cnr.it" À : "users@felix.apache.org" Cc : francesco.furf...@isti.cnr.it Envoyé le : Samedi, 11 Avril 2009, 17h45mn 54s Objet : Re: Re : Problem with upnp examples Hi

Re : Problem with upnp examples

2009-04-07 Thread chihi asma
ng I don't remember perfectly now) , but the TV uses a Date type. So converting the long in a date causes problems with remote devices. regards, francesco chihi asma wrote: > Hi, > > I'm testing felix upnp examples on a pc and an embedded system. On the PC, > I'

Problem with upnp examples

2009-04-02 Thread chihi asma
Hi, I'm testing felix upnp examples on  a pc and an embedded system. On the PC, I'm running the base driver, the tester, the tv and the clock. On the embedded system, I'm running the clock. - The devices on the PC communicate normaly, the TV displays the date of the clock  correctly. - However

Re : upnp base driver

2009-03-27 Thread chihi asma
your help De : Stefano Lenzi À : users@felix.apache.org Envoyé le : Vendredi, 27 Mars 2009, 17h39mn 01s Objet : Re: upnp base driver chihi asma wrote: > Thanks a lot Stephane, that works now with the 2 PCs. But I tried to run the > Felix UPnP bundles. &g

Re: upnp base driver

2009-03-27 Thread chihi asma
. /stephane On Thu, Mar 26, 2009 at 2:10 PM, chihi asma wrote: > This is the result of route command: > > > Table de routage IP du noyau > Destination     Passerelle      Genmask         Indic Metric Ref    Use > Iface > 192.168.0.0     *                  255.255.255.0  

Re: upnp base driver

2009-03-26 Thread chihi asma
t: Re: upnp base driver À: users@felix.apache.org Date: Jeudi 26 Mars 2009, 10h36 Your network configuration may lack a default route. What does route command return ? mathieu On Wed, Mar 25, 2009 at 13:49, chihi asma wrote: > No there is no firewall, I can ping and telnet from one PC to t

Re: upnp base driver

2009-03-25 Thread chihi asma
sure that there aren't firewalls activated on your pcs. The basedriver fails starting the UPnP discovery request (a multicast messages on port 1900). try to figure out if they are enabled. francesco chihi asma wrote: > Hi, > > I have a similar problem. I tested two KF instances

Re: upnp base driver

2009-03-25 Thread chihi asma
Hi, I have a similar problem. I tested two KF instances in two PCs in the same network, but the basedriver don't recognise  the devices of the other instance on the other PC.  This the error I get: [stdout] CyberDomo warning : addr = 0.0.0.0 [stdout] CyberDomo warning : port = 33159 [stdout] Cy

Manifest is missing

2009-03-24 Thread chihi asma
Hi, I tried to launch KF with Crimson and Httpserver  bundles in an embedded system but I get this error: Removed corrupt bundle dir (Manifest is missing): /tmp/knopflerfish_osgi_2.2.0/knopflerfish.org/osgi/fwdir/bs/8 Removed corrupt bundle dir (Manifest is missing): /tmp/knopflerfish_osgi_2.2.

Testing osgi performance

2009-03-17 Thread chihi asma
Hi, Can anyone tell me how to test osgi performance (memory, startup time ..) I knew that there is some tests suites but I didnt know how to use them. Please help me. Thanks in advance. Asma

Upnp bundles

2009-03-12 Thread chihi asma
Hi, I'm new in Felix and Upnp and I want to know how to deploy Upnp devices in Felix? Where should be the control point? The devices? Can anyone explain to me how to do ? Examples are welcome. Thanks in advance for your help, Asma

Java version

2008-11-13 Thread chihi asma
Hi, What's the minimum version of Java (1.3 or 1.4) can I execute OSGi on? Best Regards Asma De : Arjun Panday <[EMAIL PROTECTED]> À : users@felix.apache.org Envoyé le : Jeudi, 13 Novembre 2008, 12h21mn 11s Objet : maven build for dependencymanager? Hi Mar

Re : Re : Install dependencies from a server?

2008-11-12 Thread chihi asma
y file for its set of repository URLs, then it should work...unless I am misunderstanding you. -> richard chihi asma wrote: > Yes like OBR, I want to install bundle in my PC but the others from wich > it depends are on other PC, can Felix install them? > >

Re : Install dependencies from a server?

2008-11-12 Thread chihi asma
2h50mn 33s Objet : Re: Install dependencies from a server? chihi asma wrote: > Hi everybody, > > Can I let Felix install a bundle dependencies from a distant server? > Do you mean like OBR or something different? http://felix.apache.org/site/apache-felix-osgi-bundle-repositor

Install dependencies from a server?

2008-11-12 Thread chihi asma
Hi everybody, Can I let Felix install a bundle dependencies from a distant server? Best Regards Asma De : Brad Cox <[EMAIL PROTECTED]> À : users@felix.apache.org Envoyé le : Mardi, 11 Novembre 2008, 18h49mn 57s Objet : The right way to chase dependencies? Wh

System Information

2008-10-31 Thread chihi asma
Karl On Tue, Oct 28, 2008 at 5:18 PM, chihi asma <[EMAIL PROTECTED]> wrote: > Thanks karl for your quick reply. > I tried this > java -Dfelix.cache.dir=file:/tmp/usb/sda1 but it doesn't work should I > change anything else? > > Best Regards > > Asma > > >

Re : Re : Re : Felix on read-only filesystem

2008-10-28 Thread chihi asma
should be the path to the dir _not_ a url i.e.: java -Dfelix.cache.dir=/tmp/usb/sda1 should work. regards, Karl On Tue, Oct 28, 2008 at 5:18 PM, chihi asma <[EMAIL PROTECTED]> wrote: > Thanks karl for your quick reply. > I tried this > java -Dfelix.cache.dir=file:/tmp/usb/sda1

Re : Re : Felix on read-only filesystem

2008-10-28 Thread chihi asma
late the profile directory. The specified value of the profile directory property is used directly as the directory to contain all cached bundles. This directory will be created if it does not exist. regards, Karl On Tue, Oct 28, 2008 at 3:53 PM, chihi asma <[EMAIL PROTECTED]> wrote: > Hi

Re : Felix on read-only filesystem

2008-10-28 Thread chihi asma
Hi karl, I have the same problem expect that I can write on the usb disk. So, how can I let felix create the cache on it (usb disk)? Best Regards, Asma De : Karl Pauls <[EMAIL PROTECTED]> À : users@felix.apache.org Envoyé le : Lundi, 27 Octobre 2008, 18h39mn

Felix modules

2008-10-21 Thread chihi asma
Hi everybody, I'm new in Felix and I want to know if it implements all the specification 4 and specially the security module? Best Regards Asma chihi __ Do You Yahoo!? En finir avec le spam? Yahoo! Mail vous offre la meilleure protection possible

Felix, Knopflerfish or Equinox?

2008-10-03 Thread chihi asma
Hi every body, I have to integrate an OSGi framework into a gateway, so I have to chose one between Felix, Knopflerfish and Equinox. As it seems, Eqiunox is the most suitable (less memory and CPU consumption and it implements all the specification 4) Can any one help me by telling me how to c