Manoj,

You don’t have any libraries on your build path.

What does the content of bnd.bnd look like for this project?

Regards,
Neil


> On 12 Aug 2016, at 14:45, manoj.vrajam...@wipro.com wrote:
> 
> Hi Peter,
> 
> I am new to OSGi.. Following the Quick Start tutorial that you suggested...
> 
> How do I resolve these errors shown in the attachment?
> 
> Thanks,
> Manoj
> From: osgi-dev-boun...@mail.osgi.org <mailto:osgi-dev-boun...@mail.osgi.org> 
> <osgi-dev-boun...@mail.osgi.org <mailto:osgi-dev-boun...@mail.osgi.org>> on 
> behalf of Peter Kriens <peter.kri...@aqute.biz 
> <mailto:peter.kri...@aqute.biz>>
> Sent: 01 August 2016 16:50:44
> To: OSGi Developer Mail List
> Subject: Re: [osgi-dev] Help
>  
> ** This mail has been sent from an external source **
> As I said on SO, you should follow the OSGi enRoute Quick Start tutorial and 
> then the Base tutorial. This should give you sufficient background to debug 
> your problem yourself.
> 
> Kind regards,
> 
> Peter Kriens
> 
>> On 1 aug. 2016, at 12:43, <manoj.vrajam...@wipro.com 
>> <mailto:manoj.vrajam...@wipro.com>> <manoj.vrajam...@wipro.com 
>> <mailto:manoj.vrajam...@wipro.com>> wrote:
>> 
>> Hi Peter,
>>  
>> I am failing to install jetty http service somehow.
>> Can you point me to the right bundle (dependencies included) to install 
>> jetty http service in my equinox.
>>  
>> Thanks,
>> Manoj
>>  
>> From: osgi-dev-boun...@mail.osgi.org <mailto:osgi-dev-boun...@mail.osgi.org> 
>> [mailto:osgi-dev-boun...@mail.osgi.org 
>> <mailto:osgi-dev-boun...@mail.osgi.org>] On Behalf Of Peter Kriens
>> Sent: 01 August 2016 12:06
>> To: OSGi Developer Mail List <osgi-dev@mail.osgi.org 
>> <mailto:osgi-dev@mail.osgi.org>>
>> Subject: Re: [osgi-dev] Help
>>  
>> ** This mail has been sent from an external source **
>> There are many potential problems so it is hard to diagnose with this 
>> information. 
>>  
>> There are extensive tutorials available on [OSGi enRoute][1] that will give 
>> you enough understanding to debug your problem. The default template is 
>> actually a REST interface from a Javascript GUI.
>>  
>> Kind regards,
>>  
>> Peter Kriens
>>  
>> [1]: http://enroute.osgi.org <http://enroute.osgi.org/>
>>  
>> On 1 aug. 2016, at 06:49, <manoj.vrajam...@wipro.com 
>> <mailto:manoj.vrajam...@wipro.com>> <manoj.vrajam...@wipro.com 
>> <mailto:manoj.vrajam...@wipro.com>> wrote:
>>  
>> Hi All,
>> 
>> I am new to OSGi. I am trying to write a sample interface hello (consisting 
>> of a method helloWorld() that returns a simple "Hello" string) accessible 
>> via  REST API.
>> 
>> * I am on Eclipse (mars) running Equinox 4.2 OSGi
>> * I have installed Jersey.all ( implementation of JAX-RS- API)
>> * I have installed the OSGI-JAX-RS connector ( to publish the interface as a 
>> REST API)
>> * I also have the Jetty HTTP Service running
>> 
>> But I am unable to get the desired results when I say:
>> "http://localhost:9090/services/hello 
>> <http://localhost:9090/services/hello>"  (9090 has been configured in the 
>> run configuration, Arguments Tab) from a browser
>> 
>> It gives the following error... Where am I going wrong?
>> 
>> ============================================
>> HTTP ERROR 404
>> 
>> Problem accessing /services/hello Reason:
>> 
>> Proxy servlet  /services/hello
>> 
>> Powered by Jetty://
>> ============================================
>> Thanks,
>> Manoj
>> The information contained in this electronic message and any attachments to 
>> this message are intended for the exclusive use of the addressee(s) and may 
>> contain proprietary, confidential or privileged information. If you are not 
>> the intended recipient, you should not disseminate, distribute or copy this 
>> e-mail. Please notify the sender immediately and destroy all copies of this 
>> message and any attachments. WARNING: Computer viruses can be transmitted 
>> via email. The recipient should check this email and any attachments for the 
>> presence of viruses. The company accepts no liability for any damage caused 
>> by any virus transmitted by this email. www.wipro.com <http://www.wipro.com/>
>> _______________________________________________
>> OSGi Developer Mail List
>> osgi-dev@mail.osgi.org <mailto:osgi-dev@mail.osgi.org>
>> https://mail.osgi.org/mailman/listinfo/osgi-dev 
>> <https://mail.osgi.org/mailman/listinfo/osgi-dev>
>>  
>> The information contained in this electronic message and any attachments to 
>> this message are intended for the exclusive use of the addressee(s) and may 
>> contain proprietary, confidential or privileged information. If you are not 
>> the intended recipient, you should not disseminate, distribute or copy this 
>> e-mail. Please notify the sender immediately and destroy all copies of this 
>> message and any attachments. WARNING: Computer viruses can be transmitted 
>> via email. The recipient should check this email and any attachments for the 
>> presence of viruses. The company accepts no liability for any damage caused 
>> by any virus transmitted by this email. www.wipro.com 
>> <http://www.wipro.com/>_______________________________________________
>> OSGi Developer Mail List
>> osgi-dev@mail.osgi.org <mailto:osgi-dev@mail.osgi.org>
>> https://mail.osgi.org/mailman/listinfo/osgi-dev 
>> <https://mail.osgi.org/mailman/listinfo/osgi-dev>
> The information contained in this electronic message and any attachments to 
> this message are intended for the exclusive use of the addressee(s) and may 
> contain proprietary, confidential or privileged information. If you are not 
> the intended recipient, you should not disseminate, distribute or copy this 
> e-mail. Please notify the sender immediately and destroy all copies of this 
> message and any attachments. WARNING: Computer viruses can be transmitted via 
> email. The recipient should check this email and any attachments for the 
> presence of viruses. The company accepts no liability for any damage caused 
> by any virus transmitted by this email. www.wipro.com <http://www.wipro.com/> 
> <Screenshot from 2016-08-12 
> 19:12:58.png>_______________________________________________
> OSGi Developer Mail List
> osgi-dev@mail.osgi.org <mailto:osgi-dev@mail.osgi.org>
> https://mail.osgi.org/mailman/listinfo/osgi-dev 
> <https://mail.osgi.org/mailman/listinfo/osgi-dev>
_______________________________________________
OSGi Developer Mail List
osgi-dev@mail.osgi.org
https://mail.osgi.org/mailman/listinfo/osgi-dev

Reply via email to