[
https://issues.jboss.org/browse/TEIIDDES-3207?page=com.atlassian.jira.plu...
]
Barry LaFond commented on TEIIDDES-3207:
----------------------------------------
[~nickboldt] [~pleacu] I've installed photon RC4 as my IDE and API baseline and
installed Data Tools features. Opened *SQL Results* view and get the following
{code}
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.internal.index.ResultHistoryLuceneIndex.addResult(ResultHistoryLuceneIndex.java:86)
at
org.eclipse.datatools.sqltools.result.internal.index.HistoryIndexListener.resultInstanceStatusUpdated(HistoryIndexListener.java:53)
at
org.eclipse.datatools.sqltools.result.ResultManager.fireStatusUpdated(ResultManager.java:135)
at
org.eclipse.datatools.sqltools.result.internal.model.ResultInstance.updateStatus(ResultInstance.java:244)
at
org.eclipse.datatools.sqltools.result.ResultsViewAPI.updateStatus(ResultsViewAPI.java:563)
at
org.eclipse.datatools.sqltools.editor.core.result.ResultSupportRunnable.handleSuccess(ResultSupportRunnable.java:422)
at
org.eclipse.datatools.sqltools.editor.core.result.ResultSupportRunnable$HandleSuccessJob.run(ResultSupportRunnable.java:302)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:60)
{code}
which is the same error I'm getting in Designer.
The plugin manifext referencing the lucene src is:
https://github.com/eclipse/datatools.sqltools/blob/master/plugins/org.ecl...
Does not specify a version but it's now loading 3.5. Not sure how to set a specific
version (6.1/7.1) locally and test without pulling down a bunch of eclipse code?
Thoughts?
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
Assignee: Barry LaFond
Priority: Blocker
Fix For: 11.2
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)