Hi Tim,

It works now... :)
I am able to access the page 
http://localhost:8080/be.iminds.iot.firefly.dashboard/index.html

I would appreciate if you could brief me about this application? That would 
really help.. Thanks.. :)

Thanks,
Manoj
From: osgi-dev-boun...@mail.osgi.org [mailto:osgi-dev-boun...@mail.osgi.org] On 
Behalf Of Tim Verbelen
Sent: 06 September 2016 13:20
To: osgi-dev@mail.osgi.org
Subject: Re: [osgi-dev] Please Help


** This mail has been sent from an external source **
Hi Manoj,

You should not create a Bndtools workspace upfront. The repository itself is a 
self-containing bnd workspace.

So steps to do:
- clone the git repository or extract the downloaded .zip
- open a new clean eclipse workspace
- import projects directly from the directory where you cloned/extracted your 
.zip

You now should have a working workspace.

Another option is to build this project is using command line with gradle. Just 
go into the root directory of the project and execute

./gradlew build

Anyway, I also noticed that the enroute-distro was still pointing at master. It 
only works with enroute v1.0.0. I just fixed it in the git repo, so you might 
want to pull or redownload.

Best regards,

Tim

On 09/06/2016 08:16 AM, 
manoj.vrajam...@wipro.com<mailto:manoj.vrajam...@wipro.com> wrote:

Hi Tim,



*       I have the /home/manoj/Downloads/firefly-master.zip in my local 
Downloads directory (linux)

*       I have created a BndTools Workspace containing a cnf directory and I am 
in the BndTools perspective.

*       Now, how do I import this firefly-master.zip project into this Bndtools 
Workspace for compilation and run ?



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 Tim Verbelen 
<tim.verbe...@intec.ugent.be><mailto:tim.verbe...@intec.ugent.be>
Sent: 06 September 2016 00:27:02
To: osgi-dev@mail.osgi.org<mailto:osgi-dev@mail.osgi.org>
Subject: Re: [osgi-dev] Please Help


** This mail has been sent from an external source **
Hi Manoj,

This repository is a basic example I once created. Although this example was 
built on top of enRoute 1.0, this is not part of / supported by OSGi enRoute in 
any way.

Looking at your first screenshot, it looks like you have checked out the 
repository inside a cnf directory. This is not a correct bnd workspace. You 
should checkout the firefly repository in a separate directory, and then import 
this one directly as your bnd workspace.

Best regards,

Tim



On 09/05/2016 01:47 PM, 
manoj.vrajam...@wipro.com<mailto:manoj.vrajam...@wipro.com> wrote:

I just want to see

https://github.com/ibcn-cloudlet/firefly
running on a Linux/Eclipse/Enroute environment... Need not work 100% per 
se..... But it should compile and run at a basic level right?

From: osgi-dev-boun...@mail.osgi.org<mailto:osgi-dev-boun...@mail.osgi.org> 
[mailto:osgi-dev-boun...@mail.osgi.org] On Behalf Of Neil Bartlett
Sent: 05 September 2016 17:10
To: OSGi Developer Mail List 
<osgi-dev@mail.osgi.org><mailto:osgi-dev@mail.osgi.org>
Subject: Re: [osgi-dev] Please Help


** This mail has been sent from an external source **

Does the bundle exist in a repository?

Run Bundles is just a list of bundles. It doesn't say anything about whether 
any of the listed bundles exist.

On 5 Sep 2016 12:15, 
<manoj.vrajam...@wipro.com<mailto:manoj.vrajam...@wipro.com>> wrote:

Hi All,



Please see attachement.. The Run Bundles shows/lists the org.dyamand.osgi 
bundle..It is very much present in there....



Then why the error ?  Please help..Thanks..



-Manoj

________________________________
From: Manoj Venkatesh Rajamani (Product Engineering Service)
Sent: 05 September 2016 13:40:55
To: osgi-dev@mail.osgi.org<mailto:osgi-dev@mail.osgi.org>
Subject: Re: [osgi-dev] Please Help


Hi All,



I was trying to get the following sample application working in OSGi Enroute.



https://github.com/ibcn-cloudlet/firefly



But I landed up in the problem as attached..



Please help.. 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 Daghan ACAY <daghana...@hotmail.com<mailto:daghana...@hotmail.com>>
Sent: 01 September 2016 13:01:57
To: osgi-dev@mail.osgi.org<mailto:osgi-dev@mail.osgi.org>
Subject: Re: [osgi-dev] Please Help


** This mail has been sent from an external source **

Thanks monaj,

It is good that it is working for you. I noted your feedback and will try to 
put in to the doco.

Cheers
Daghan

Sent by MailWise<http://www.mail-wise.com/installation/2> - See your emails as 
clean, short chats.


-------- Original Message --------
From: manoj.vrajam...@wipro.com<mailto:manoj.vrajam...@wipro.com>
Sent: Thursday, September 1, 2016 02:33 PM
To: osgi-dev@mail.osgi.org<mailto:osgi-dev@mail.osgi.org>
Subject: Re: [osgi-dev] Please Help
The tutorial is fair enough. It does convey that the Provider has to export the 
API in the bnd.bnd !!  One thing that I felt that was missing is:

*         Impl class is autogenerated . We have to specify in the tutorial that 
this provider/impl class has to implement the interface/api class that we 
intend to export



I did this and it is working..  :)


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 Daghan ACAY
Sent: 01 September 2016 04:02
To: osgi-dev@mail.osgi.org<mailto:osgi-dev@mail.osgi.org>
Subject: Re: [osgi-dev] Please Help


** This mail has been sent from an external source **

Hi manoj,

Please do base tutorial. Pay special attention to 
http://enroute.osgi.org/tutorial_base/320-provider.html section "imports". It 
basically says that your provider should export api bundles.

To solve your problem you should drag api bundles from calculated imports to 
exported bundles in your provider project's bnd.bnd file.

Please provide feedback on "quick start tutorial" if this is not clear so we 
can improve it.

Regards
Daghan

Sent by MailWise<http://www.mail-wise.com/installation/2> - See your emails as 
clean, short chats.


-------- Original Message --------
From: manoj.vrajam...@wipro.com<mailto:manoj.vrajam...@wipro.com>
Sent: Wednesday, August 31, 2016 09:34 PM
To: osgi-dev@mail.osgi.org<mailto:osgi-dev@mail.osgi.org>
Subject: [osgi-dev] Please Help

Hi All,



I am trying to do the "Excercise Services" Section in the Quick Start Tutorial. 
I have followed exactly the same steps as said in the Section. But, on 
resolution, I get the following Resolve Error. (please see attachment)



Please help....



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>
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>
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
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




--

Tim Verbelen

Department of Information Technology

Broadband Communication Networks (IBCN)

Ghent University - iMinds

Technologiepark-Zwijnaarde 15, 9052 Gent

T: +32 9 33 14905 ; T Secr: +32 9 33 14900

E: tim.verbe...@intec.ugent.be<mailto:tim.verbe...@intec.ugent.be>

W : www.ibcn.intec.UGent.be<http://www.ibcn.intec.UGent.be>
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




--

Tim Verbelen

Department of Information Technology

Broadband Communication Networks (IBCN)

Ghent University - iMinds

Technologiepark-Zwijnaarde 15, 9052 Gent

T: +32 9 33 14905 ; T Secr: +32 9 33 14900

E: tim.verbe...@intec.ugent.be<mailto:tim.verbe...@intec.ugent.be>

W : www.ibcn.intec.UGent.be<http://www.ibcn.intec.UGent.be>

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
_______________________________________________
OSGi Developer Mail List
osgi-dev@mail.osgi.org
https://mail.osgi.org/mailman/listinfo/osgi-dev

Reply via email to