-
Notifications
You must be signed in to change notification settings - Fork 171
Description
Logpresso 2.9.2 scanning seems to have side effects on running java processes.
A customer receives warning messages in windows log from RestartManager for each Logpresso scan saying that (see also attached screenshot)
Application 'C:\Program Files\Java\jdk1.6.0_45\bin\java.exe' (pid ####) cannot be restarted - Application SID does not match Conductor SID..
These warnings are irritating because Logpresso is expected to do no modifications at all while in scanning mode.
Are they caused by Logpresso? If yes, how can we get rid of these warnings?

Logpresso has been started with:
C:\Windows\TEMP\log4j2-scan.exe --all-drives --exclude %SYSTEMROOT% --report-csv --report-path "C:\ProgramData\MyCustomer\logpresso\backup\log4jscan_2022-02-24T04.27.06.3618440+08.00_Scan.csv" --scan-log4j1
From the report we can read
Log4J_Status:'POTENTIALLY_VULNERABLE'
Log4J_Fixed:'n.a.'
file locked from x Process:'1'
File locked from ProcessName:'java', ProcessPath:'C:\Program Files\Java\jdk1.6.0_45\bin\java.exe'
ProcessPath 'C:\Program Files\Java\jdk1.6.0_45\bin\java.exe' x count available:'1'
Java_formatMsgNoLookups_Arr:'n.a.'
Java_Instance_Arr:'"C:\Program Files\Java\jdk1.6.0_45\bin\java" -Xrs -Dpilot -Dpilot.template=NO_REPORT -Xms1024m -'
Java_Process_Arr:'C:\Program Files\Java\jdk1.6.0_45\bin\java.exe'
Java_Product_Arr:'Java'
Java_Version_Arr:'1.6.0_45'
Log4J_Hash:'9F5F5799707881451A39C1B2DD22B4E43B97A80698DB7DAF1C9697F545E24387'
BTW: Thanks for providing Logpresso.