Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
Trunk, Upcoming Branch
-
None
-
None
Description
While working on OFBIZ-12080 I noticed this issue:
2020-12-01 10:08:24,652 |jsse-nio-8443-exec-6 |ControlServlet |T| [[[UploadProductImage(Domain:https://localhost)] Request Done- total:4.285,since last([UploadProductIma...):4.285]] 2020-12-01 10:08:24,867 |xer_default_products |DocumentIndexer |E| Format version is not supported (resource BufferedChecksumIndexInput(MMapIndexInput(path="C:\projectsASF\Git\ofbiz-framework\runtime\indexes\lucene\products \index\segments_3a"))): 9 (needs to be between 6 and 7)
IIRR it was with a valid SVG file. According to https://stackoverflow.com/questions/39253272/lucene-format-version-is-not-supported it seems we would need to upate our Lucene version. Unfortunately we have an isue with that as reported by OFBIZ-10213 and its subtasks and more clearly at https://cwiki.apache.org/confluence/display/OFBIZ/About+OWASP+Dependency+Check
So we would need to digg in code...