Re: Problems with runing felix in eclipse

2009-05-30 Thread galaxy
I've solved the problem in a rather strange way :)Since I could run felix in the command line without the annoying information,I run it first and then close it .After these done there will be some "bundle*" directories in felix-cache. At this stage I could successfully launch felix in eclipse .Very

Re: Problems with runing felix in eclipse

2009-05-29 Thread Nima Kaviani
Hi, I usually solve the problem by uncommenting "felix.cache.rootdir" and pointing it to the root directory for felix, e.g., "D:/java/.". I keep "felix.auto.start.1" as is and it stops complaining. cheers, N. On Fri, May 29, 2009 at 7:44 PM, galaxy wrote: > Sorry .A small error in the desc

Re: Problems with runing felix in eclipse

2009-05-29 Thread galaxy
Sorry .A small error in the description .The config file when running felix in command line is the same as below ,without the "///" .But I have already tried running the felix in eclipse with the config file same as below and it didn't work. . felix.auto.start.1= \ file:D:/Java/felix-1.8.0/fel

Re: Problems with runing felix in eclipse

2009-05-29 Thread galaxy
Hi , I modified the config file as [1] but still got the error message [2].Seems it's not about the url and when I run the felix in the command line ,with the exact same config it was OK.Could any one know what's going on here? [1] felix.auto.start.1= \ file:///D:/Java/eclipse/WorkSpace/Felix/bund

Re: Problems with runing felix in eclipse

2009-05-29 Thread Richard S. Hall
BTW, I just committed a patch to improve the error message in this situation, so in the next Felix release such errors should hopefully be more obvious. -> richard On 5/29/09 7:17 AM, galaxy wrote: Thanks! 2009/5/29 Stuart McCulloch 2009/5/29 galaxy Hi all, Here is my problem

Re: Problems with runing felix in eclipse

2009-05-29 Thread galaxy
Thanks! 2009/5/29 Stuart McCulloch > 2009/5/29 galaxy > > > Hi all, > > Here is my problem :Every time I tried to run org.apache.felix.main.Main > in > > eclipse there would be the error [1]. > > I searched the problem and found it was related to the url .But my bundle > > url is [2].So can yo

Re: Problems with runing felix in eclipse

2009-05-29 Thread Stuart McCulloch
2009/5/29 galaxy > Hi all, > Here is my problem :Every time I tried to run org.apache.felix.main.Main in > eclipse there would be the error [1]. > I searched the problem and found it was related to the url .But my bundle > url is [2].So can you help me on this problem ?The felix version is 1.8.

Problems with runing felix in eclipse

2009-05-29 Thread galaxy
Hi all, Here is my problem :Every time I tried to run org.apache.felix.main.Main in eclipse there would be the error [1]. I searched the problem and found it was related to the url .But my bundle url is [2].So can you help me on this problem ?The felix version is 1.8. And I installed felix in ecli