The FileReader is failing to start and shows as Running Selected in the Enforce console server Overview page:
The DLP Events log shows the Event Code 1302 for the Network Prevent for Web servers:
In the FileReader0.log we have the following events:
File: FileReader0.log
Date: 19/09/2024 12:13:17
Class: com.vontu.messaging.FileReaderSetup
Method: initialize
Level: SEVERE
Message: (DETECTION.3) Failed to initialize Detection
com.vontu.messaging.induction.InductorException: Failed to create a server socket on address:port - 0.0.0.0:1344.
at com.vontu.icap.IcapInductorConfigurator.start(IcapInductorConfigurator.java:204)
at com.vontu.icap.IcapInductor.start(IcapInductor.java:244)
at com.vontu.messaging.induction.InductorPool.start(InductorPool.java:172)
at com.vontu.messaging.FileReader.start(FileReader.java:482)
at com.vontu.messaging.FileReaderSetup.initialize(FileReaderSetup.java:110)
at com.vontu.messaging.FileReader.main(FileReader.java:324)
Caused by: java.lang.NullPointerException
at com.vontu.icap.IcapInductorConfigurator.start(IcapInductorConfigurator.java:184)
... 5 more
File: FileReader0.log
Date: 19/09/2024 12:13:17
Class: com.vontu.logging.LocalLogWriter
Method: write
Level: SEVERE
Message: File Reader failed to start. Error starting File Reader. Failed to create a server socket on address:port - 0.0.0.0:1344. No incidents will be detected.
DLP versions 15.8 MP3, 16.0.x
This error and issue has been observed in the following scenarios:
File: FileReader0.log
Date: 19/09/2024 12:22:20
Class: com.vontu.icap.SocketCreationHelper
Method: getServerSocket
Level: WARNING
Message: There was error creating the socket connection. Error: Keystore was tampered with, or password was incorrect
java.io.IOException: Keystore was tampered with, or password was incorrect
at sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:792)
at sun.security.provider.JavaKeyStore$JKS.engineLoad(JavaKeyStore.java:57)
at sun.security.provider.KeyStoreDelegator.engineLoad(KeyStoreDelegator.java:224)
at sun.security.provider.JavaKeyStore$DualFormatJKS.engineLoad(JavaKeyStore.java:71)
at java.security.KeyStore.load(KeyStore.java:1445)
at com.vontu.icap.SocketCreationHelper.getSslContext(SocketCreationHelper.java:183)
at com.vontu.icap.SocketCreationHelper.getServerSocket(SocketCreationHelper.java:102)
at com.vontu.icap.IcapInductorConfigurator.start(IcapInductorConfigurator.java:178)
at com.vontu.icap.IcapInductor.start(IcapInductor.java:244)
at com.vontu.messaging.induction.InductorPool.start(InductorPool.java:172)
at com.vontu.messaging.FileReader.start(FileReader.java:482)
at com.vontu.messaging.FileReaderSetup.initialize(FileReaderSetup.java:110)
at com.vontu.messaging.FileReader.main(FileReader.java:324)
Caused by: java.security.UnrecoverableKeyException: Password verification failed
at sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:790)
... 12 more
The FileReaderX.log can be found in the default location C:\ProgramData\Symantec\DataLossPrevention\DetectionServer\<DLP-Version>\logs\debug
Useful links: