Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[gyrex-dev] New topic in forum Gyrex, called osgi.ee filter , by Nirmalya Chattopadhyay

Title: Eclipse Community Forums
Subject: osgi.ee filter Author: Nirmalya Chattopadhyay Date: Fri, 17 June 2016 15:36
I have installed sonarlint plugin in eclipse kepler.
Here is list with state of the related bundles:
1195 INSTALLED org.sonarlint.eclipse.core_2.1.0.20160603-1122-RELEASE
1196 INSTALLED org.sonarlint.eclipse.jdt_2.1.0.20160603-1122-RELEASE
1197 INSTALLED org.sonarlint.eclipse.ui_2.1.0.20160603-1122-RELEASE
1198 INSTALLED org.sonarsource.sonarlint.core.sonarlint-client-api_2.3.2
1199 INSTALLED org.sonarsource.sonarlint.core.sonarlint-core_2.3.2

However, since I didn't find sonarlint view after installation, I wanted to diagnose the installation and found the following:
osgi> diag 1195
reference:file:plugins/org.sonarlint.eclipse.core_2.1.0.20160603-1122-RELEASE.jar [1195]
Missing Constraint: Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Direct constraints which are unresolved:
Missing required bundle org.sonarsource.sonarlint.core.sonarlint-client-api_2.3.1.
Missing required bundle org.sonarsource.sonarlint.core.sonarlint-core_2.3.1.
Missing required capability Require-Capability: osgi.ee; filter="(&(osgi.ee=JavaSE)(version=1.7))".
Leaf constraints in the dependency chain which are unresolved:
reference:file:plugins/org.sonarsource.sonarlint.core.sonarlint-client-api_2.3.2.jar [1198]
Missing required capability Require-Capability: osgi.ee; filter="(&(osgi.ee=JavaSE)(version=1.7))".
reference:file:plugins/org.sonarsource.sonarlint.core.sonarlint-core_2.3.2.jar [1199]
Missing required capability Require-Capability: osgi.ee; filter="(&(osgi.ee=JavaSE)(version=1.7))".

It seems , the root is:
Missing required capability Require-Capability: osgi.ee; filter="(&(osgi.ee=JavaSE)(version=1.7))"

I have Java 1.7 as installed JRE.
Any help, in this regard is highly appreciated. We want to point to our sonar server analyze and fix our project source code using sonalint plugin in eclipse on an ongoing basis instead of depending on the sonar server.

Thanks
Nirmalya

[ Reply ][ Quote ][ View Topic/Message ][ Unsubscribe from this forum ]

Back to the top