mt-from-sf-to-gh / bugs

0 stars 0 forks source link

codec footer mismatch & Unhandled event loop exception #114

Closed mt-from-sf-to-gh closed 2 years ago

mt-from-sf-to-gh commented 5 years ago

Windows 10 - MTB ver. 19.7.1 Every time I: Import from file Save Correct altitude

The log shows errors: codec footer mismatch & Unhandled event loop exception But nevertheless everything seems working fine .

Reported by: carbal54

Original Ticket: mytourbook/bugs/112

mt-from-sf-to-gh commented 5 years ago

There are 2 issues in this log file:

  1. NPE
    java.lang.NullPointerException
    at net.tourbook.tour.TourLogView$1.run(TourLogView.java:136)

I discovered this issue 4 weeks ago and it is fixed in the next version

https://github.com/wolfgang-ch/mytourbook/commit/30caceddbff69db2c2d344a1ff19a8356e044923

2 . The fulltext index is corrupted (I never saw this issue), this can be fixed easily

org.apache.lucene.index.CorruptIndexException: codec footer mismatch (file truncated?): actual footer=0 vs expected footer=-1071082520 (resource=MMapIndexInput(path="C:\Users\carlo\mytourbook\derby-database\lucene-index\TOURDATA\_25_Lucene50_0.doc"))

Original comment by: wolfgang-ch

mt-from-sf-to-gh commented 5 years ago

Original comment by: wolfgang-ch

mt-from-sf-to-gh commented 4 years ago

Original comment by: wolfgang-ch