Release : 9.0.1
Errors similar to the following appear in the Cmaf.log of the SPE 9 Console:
2023-06-30 19:38:10,236 [http-nio-8008-exec-1] INFO symantec.spe.helper.XMLReaderWriter:158 - reading Attribute: /filtering/Container/MaxCompressionRatio/@value
2023-06-30 19:38:10,236 [http-nio-8008-exec-1] INFO symantec.spe.repo.ArchiveSettingsRepository:70 - loading object...
2023-06-30 19:38:10,236 [http-nio-8008-exec-1] ERROR spe.authentication.filters.JwtRequestFilter:100 - Exception occurred: org.springframework.web.util.NestedServletException: Request processing failed; nested exception is java.lang.NumberFormatException: For input string: ""
Errors similar to the following appear in file SPE_REST_API.log on the SPE 9 Server. Note the timestamps which match the log entries from the Cmaf.log, above.
2023-06-30 19:38:10,236 [http-nio-8008-exec-1] INFO symantec.spe.helper.XMLReaderWriter:158 - reading Attribute: /filtering/Container/MaxCompressionRatio/@value
2023-06-30 19:38:10,236 [http-nio-8008-exec-1] INFO symantec.spe.repo.ArchiveSettingsRepository:70 - loading object...
2023-06-30 19:38:10,236 [http-nio-8008-exec-1] ERROR spe.authentication.filters.JwtRequestFilter:100 - Exception occurred: org.springframework.web.util.NestedServletException: Request processing failed; nested exception is java.lang.NumberFormatException: For input string: "
File corruption of one or more .xml files prior to upgrade.
cd C:\Program files\Symantec\Scan Engine
copy filtering.xml filtering.bak
1 file(s) copied
find /c "MaxCompresstionRatio" filtering.xmlExpected output is 0, indicating not present
xmlmodifier -q /filtering/Container/MaxCompressionRatio/@value filtering.xml
xmlmodifier -s /filtering/Container/MaxCompressionRatio/@value 75 filtering.xml
xmlmodifier -q /filtering/Container/MaxCompressionRatio/@value filtering.xmlexpected to display value of 75
net stop symcscan
net start symcscan
See Enable Debug logging for Protection Engine 9.0 Console and REST API