[
https://issues.apache.org/jira/browse/OFBIZ-12083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jacques Le Roux updated OFBIZ-12083:
------------------------------------
Description:
While working on OFBIZ-12080 I noticed this issue:
{noformat}
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)
{noformat}
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...
was:
While working on OFBIZ-12080 I noticed this issue:
{noformat}
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)
{noformat}
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.
> Format version is not supported (resource
> BufferedChecksumIndexInput(MMapIndexInput
> -----------------------------------------------------------------------------------
>
> Key: OFBIZ-12083
> URL: https://issues.apache.org/jira/browse/OFBIZ-12083
> Project: OFBiz
> Issue Type: Bug
> Components: lucene
> Affects Versions: Trunk
> Reporter: Jacques Le Roux
> Priority: Minor
>
> While working on OFBIZ-12080 I noticed this issue:
> {noformat}
> 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)
> {noformat}
> 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...
--
This message was sent by Atlassian Jira
(v8.3.4#803005)