E-INSTALL: Creating Process Scheduler Domain Using Command-Line Interface Fails With "INFO: Exception Virus scan xml File Not found Error"
(Doc ID 2998613.1)
Last updated on SEPTEMBER 05, 2024
Applies to:
PeopleSoft Enterprise PT PeopleTools - Version 8.60 and laterInformation in this document applies to any platform.
Symptoms
While trying to create a new Process Scheduler Domain using PSADMIN Command-Line Interface, the below error message is triggered:
INFO: Exception Virus scan xml File Not found Error
java.io.FileNotFoundException: /home/...../applis/psoft/..../config/appserv/prcs/..../VirusScan.xml (Not such file or directory)
at java.base/java.io.FileInputStream.open0(Native Method)
at java.base/java.io.FileInputStream.open(FileInputStream.java:219)
at java.base/java.io.FileInputStream.(FileInputStream.java:157)
at psft.pt8.virusscan.VirusScanProviderManager.initialize(VirusScanProviderManager.java:134)
java.io.FileNotFoundException: /home/...../applis/psoft/..../config/appserv/prcs/..../VirusScan.xml (Not such file or directory)
at java.base/java.io.FileInputStream.open0(Native Method)
at java.base/java.io.FileInputStream.open(FileInputStream.java:219)
at java.base/java.io.FileInputStream.(FileInputStream.java:157)
at psft.pt8.virusscan.VirusScanProviderManager.initialize(VirusScanProviderManager.java:134)
Steps to replicate the issue:
1. Navigate to $PS_HOME/appserv path
2. Execute the following command: psadmin -p create -d TEST -t unix -silent
3. Error message is received
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |