Hi,
We have faced issue with Adminserver during it's startup failed with below error.
[****@servername scripts]$ ./adadminsrvctl.sh start
You are running adadminsrvctl.sh version 120.10.12020000.11
Enter the WebLogic Admin password:
Enter the APPS Schema password:
Starting WLS Admin Server...
Refer /u01/app/****/KUABI/fs2/inst/apps/KUABI_servername/logs/appl/admin/log/adadminsrvctl.txt for details
AdminServer logs are located at /u01/app/****/KUABI/fs2/FMW_Home/user_projects/domains/EBS_domain/servers/AdminServer/log
adadminsrvctl.sh: exiting with status 1
From adminserver log
============
Issue fixed after removing "<cache-in-app-directory>" entries from $EBS_DOMAIN_HOME/config/config.xml file.
BEA-000362 Server failed. Reason: [Management:141245
Schema Validation Error in /u01/app/****/KABAI/fs2/FMW_Home/user_projects/domains/EBS_domain/config/config.xml
<Nov 27, 2021 7:17:20 PM CST> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason: [Management:141245]Schema Validation Error in /u01/app/appqa/KABAI/fs2/FMW_Home/user_projects/domains/EBS_domain/config/config.xml see log for details. Schema validation can be disabled by starting the server with the command line option: -Dweblogic.configuration.schemaValidationEnabled=false>
<Nov 27, 2021 7:17:20 PM CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
<Nov 27, 2021 7:17:20 PM CST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
<Nov 27, 2021 7:17:20 PM CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
<Nov 27, 2021 7:17:20 PM> <FINEST> <NodeManager> <Waiting for the process to die: 32506>
<Nov 27, 2021 7:17:20 PM> <INFO> <NodeManager> <Server failed during startup so will not be restarted>
<Nov 27, 2021 7:17:20 PM> <FINEST> <NodeManager> <runMonitor returned, setting finished=true and notifying waiters>
Fix
===
Remove "<cache-in-app-directory>" entries from $EBS_DOMAIN_HOME/config/config.xml file and start the admin server. It will up.
Thanks.