cancel
Showing results for 
Search instead for 
Did you mean: 

ECTR OSGi Solidworks

0 Kudos
311

Hi I am trying to work on Examples mentioned at

https://github.com/dogoodthings

I created jar, as mentioned and kept in the folder

C:\Program Files (x86)\SAP\ECTR\addons\OSGi-Examples\basis\plugins

i restarted the ECTR and checked the functionality, it is not working. even logs are not printing.

My Versions

----------------------

ECTR 5.1

Frontend Version: 5.1.15.2 (16.12.2019 15:06:00)

Backend Version: V 5.01.15.00 - 510 / 0015

Thanks, Somasekhar

former_member751591
Participant
0 Kudos

Thank you for visiting SAP Community to get answers to your questions. Since you're asking a question here for the first time, I recommend that you familiarize yourself with Community Q&A , as it provides tips for preparing questions that draw responses from our members.

For example, you can:

- outline what steps you took to find answers (and why they weren't helpful)

- share screenshots of what you've seen/done

- make sure you've applied the appropriate tags

- use a more descriptive subject line.

The more details you provide, the more likely it is that members will be able to respond. Feel free to also take our Q&A tutorial Q&A tutorial

Should you wish, you can revise your question by selecting Actions, then Edit.

By adding a picture to your Profile you encourage readers to respond.

GerhardHimmelsb
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Somasekhar,

can you check your log files to see if the addon is loaded?

Otherwise I would recommend to reach out to a consultant at DSC, see SAP Note 2303714

Regards,

Gerhard

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

You can find ECTR logfiles using ECTR Tray Menu Icon:

There you will find a file named console*.log.

This file will contain traces about OSGi Bundles and much more.

With Kind Regards,

Waldemar

0 Kudos

Thanks Waldemar

0 Kudos

Hello,

ECTR traces loading and activating the OSGi-Bundles in its log files, the lines are looking like:

[09:40:34.579] main * Installing bundle: <...>\addons\Osgi-Examples\basis\plugins\OSGi-Examples-Events-Part8-1.1.0.jar

...

[09:40:34.909] main * [INSTALLED ] -> org.dogoodthings.ectr.OSGi-Examples-Events-Part8:1.1.0

...

[09:41:17.695] main * Starting bundle: [ ACTIVATED ] -> org.dogoodthings.ectr.OSGi-Examples-Events-Part8:1.1.0

without any provided information i can only assume that you are probably using wrong java version to compile the OSGi-Bundle. ECTR 5.1.* runs on java 8, so the the bundle has to be build for java 8, not higher.

With Kind Regards,

Waldemar Tribus

0 Kudos

Thanks Waldemar Tribus, It was indeed build using java 8 only.

But i dont see the Logs you mentioned above in any of the log files.

Regards,

Somasekhar.