Advertisement
Guest User

Untitled

a guest
Apr 28th, 2017
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. log4j:WARN No appenders could be found for logger (org.eclipse.jgit.util.FS).
  2. log4j:WARN Please initialize the log4j system properly.
  3. Exception in thread "LocalReportsHistory STARTING" java.lang.RuntimeException: org.apache.lucene.index.IndexFormatTooOldException: Format version is not supported (resource: ChecksumIndexInput(MMapIndexInput(path="/home/mastepan/workspace/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.jboss.tools/local-history/segments_1"))): 1071082519 (needs to be between -1 and -11). This version of Lucene only supports indexes created with release 1.9 and later.
  4. at com.google.common.base.Throwables.propagate(Throwables.java:160)
  5. at com.google.common.util.concurrent.AbstractIdleService$2$1.run(AbstractIdleService.java:58)
  6. at com.google.common.util.concurrent.Callables$3.run(Callables.java:93)
  7. at java.lang.Thread.run(Thread.java:745)
  8. Caused by: org.apache.lucene.index.IndexFormatTooOldException: Format version is not supported (resource: ChecksumIndexInput(MMapIndexInput(path="/home/mastepan/workspace/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.jboss.tools/local-history/segments_1"))): 1071082519 (needs to be between -1 and -11). This version of Lucene only supports indexes created with release 1.9 and later.
  9. at org.apache.lucene.index.SegmentInfos.read(SegmentInfos.java:275)
  10. at org.apache.lucene.index.IndexFileDeleter.<init>(IndexFileDeleter.java:182)
  11. at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:1178)
  12. at org.eclipse.epp.internal.logging.aeri.ide.server.LocalReportsHistory.createWriter(LocalReportsHistory.java:163)
  13. at org.eclipse.epp.internal.logging.aeri.ide.server.LocalReportsHistory.startUp(LocalReportsHistory.java:78)
  14. at com.google.common.util.concurrent.AbstractIdleService$2$1.run(AbstractIdleService.java:54)
  15. ... 2 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement