[
https://issues.jboss.org/browse/JBDS-4146?page=com.atlassian.jira.plugin....
]
Jeff MAURY commented on JBDS-4146:
----------------------------------
Did a small analysis of this problem:
1) On *DevStudio 10.2.0.AM3*, *org.eclipse.epp.logging.aeri.ide* is *2.0.3.v20160905-1331*
and uses *org.apache.lucene.core;bundle-version="[3.5.0,4.0.0)"*
2) On *DevStudio RPM*, *org.eclipse.epp.logging.aeri.ide is 2.0.3.v201610111629* and uses
*org.apache.lucene.core;bundle-version="[5.4.1,6.0.0)"*
The source code for *org.eclipse.epp.logging.aeri.ide*
(
https://git.eclipse.org/c/epp/org.eclipse.epp.logging.git/tree/bundles/or...)
uses *org.apache.lucene.core;bundle-version="[3.5.0,4.0.0)"*
Lucene 5.4.1 cannot load Lucene index created by AERI. So its looks like the generation of
the base Eclipse RPM did that incompatible and erroneous change
Updating the index from remote
‘https://aer.ctrlflow.com/downloads/redhat/problems.zip’ failed with exception:
org.apache.lucene.index.IndexFormatTooOldException
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: JBDS-4146
URL:
https://issues.jboss.org/browse/JBDS-4146
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Bug
Components: build, rpm, webservices
Affects Versions: 10.2.0.AM2
Reporter: Nick Boldt
Assignee: Jeff MAURY
Priority: Minor
Fix For: 10.x
Attachments: aeri-bug-for-eclipse.org-and-jbosstools-reporting.png,
rh-eclipse46-devstudio10.2.log.20161102-1855.txt
As of the latest rpm build [1] I'm only getting this one error now:
{code}!ENTRY org.eclipse.epp.logging.aeri.ide 2 10 2016-10-28 14:32:25.075
!MESSAGE Updating the index from remote
‘https://aer.ctrlflow.com/downloads/redhat/problems.zip’ failed with exception:
org.apache.lucene.index.IndexFormatTooOldException: Format version is not supported
(resource
BufferedChecksumIndexInput(MMapIndexInput(path="/tmp/1477679545041-0/segments_1"))):
-11 (needs to be between 1071082519 and 1071082519). This version of Lucene only supports
indexes created with release 4.0 and later. ; version: 2.0.3.201610111629
!STACK 0
org.eclipse.epp.logging.aeri.core.util.Logs$LogTraceException
at
org.eclipse.epp.logging.aeri.core.util.Logs$LogTraceException.newTrace(Logs.java:387)
at org.eclipse.epp.logging.aeri.core.util.Logs.log(Logs.java:134)
at
org.eclipse.epp.internal.logging.aeri.ide.server.mars.ServerProblemsHistory$UpdateIndexJob.run(ServerProblemsHistory.java:322)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)