[
https://issues.jboss.org/browse/TEIIDDES-3207?page=com.atlassian.jira.plu...
]
Paul Leacu commented on TEIIDDES-3207:
--------------------------------------
Hey [~nickboldt] - Teiid Designer appears to have run across an incompatibility with the
various org.apache.lucene jars in Photon. I noticed in JBT core TP the following:
{code}
<location includeAllPlatforms="false" includeMode="slicer"
includeSource="true" type="InstallableUnit">
<repository
location="http://download.jboss.org/jbosstools/updates/requirements/...
<!-- for these IUs we need multiple versions -->
<unit id="com.google.guava"
version="15.0.0.v201403281430"/> <!-- needed by
org.eclipse.recommenders.injection 2.5.2.v20180401-1226 -->
<unit id="com.google.guava"
version="21.0.0.v20170206-1425"/> <!-- needed by m2e 1.8.1 -->
<unit id="org.apache.lucene.core"
version="3.5.0.v20120725-1805"/> <!-- org.eclipse.recommenders.models
2.5.2.v201804 requires org.apache.lucene.core 3.5 -->
<unit id="org.apache.lucene.core"
version="6.1.0.v20170814-1820"/> <!-- required by
org.eclipse.epp.logging.aeri.feature 2.0.7.v20170906-1327 -->
<unit id="org.apache.lucene.core"
version="7.1.0.v20171214-1510"/>
{code}
Does this appear to be an issue with the 3.5 version of org.apache.lucene no longer being
compatible with Eclipse? Any recommendations on how we can fix it?
Thkx!
Data Tools Result View error in Eclipse Photon M6
-------------------------------------------------
Key: TEIIDDES-3207
URL:
https://issues.jboss.org/browse/TEIIDDES-3207
Project: Teiid Designer
Issue Type: Bug
Components: Eclipse Integration
Affects Versions: 11.2
Reporter: Barry LaFond
Priority: Blocker
While testing initial Designer upgrade to Photon target platform, my initial test
produced an odd error opening the SQL Results View from the Data Tools Eclipse feature.
I then installed basic Eclipse IDE for Java Developers version and added/installed the
*Database Development* category.
Opening the Database Development perspective then opening the *SQL Results* view throws
the same error below:
{code}
Root exception:
java.lang.NoSuchMethodError:
org.apache.lucene.index.IndexWriter.addDocument(Ljava/lang/Iterable;)J
at
org.eclipse.datatools.sqltools.result.internal.index.ResultHistoryLuceneIndex.addResults(ResultHistoryLuceneIndex.java:139)
at
org.eclipse.datatools.sqltools.result.ResultsViewPlugin.start(ResultsViewPlugin.java:117)
at
org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:779)
at
org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:1)
{code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)