You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@koppenho
That is weird. If you are using log4j2-scan.exe, it does not use java on system. (it is self-executable image). Moreover, log4j2-scan is based on JDK7 (it cannot run on JDK6). I googled about RestartManager logs and many articles says it's permission issue. I think that is just a coincidence.
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
BTW: Thanks for providing Logpresso.
The text was updated successfully, but these errors were encountered: