Oracle Weblogic

After staring all 12.2.1.4 weblogic services the error log

Got minus one from a read call from weblogic for managerd instance
<[ACTIVE] ExecuteThread: '12' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <2be0d175-deb4-41ab-92e7-b23b53833be5-0000001d> <1645466776152> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] >
<[ACTIVE] ExecuteThread: '12' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <2be0d175-deb4-41ab-92e7-b23b53833be5-0000001d> <1645466776153> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] >
<[ACTIVE] ExecuteThread: '12' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <2be0d175-deb4-41ab-92e7-b23b53833be5-0000001d> <1645466776156> <[severity-value: 8] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > 
<Failure occurred in the execution of deployment request with ID "1215776627147" for task "weblogic.deploy.configChangeTask.0" on [partition-name: DOMAIN]. 
Error is: "weblogic.application.ModuleException: oracle.net.ns.NetException: Got minus one from a read call"
weblogic.application.ModuleException: oracle.net.ns.NetException: Got minus one from a read call

nohup $DOMAIN_HOME/bin/startNodeManager.sh > /dev/null 2>&1 &
nohup $DOMAIN_HOME/bin/startWebLogic.sh > /dev/null 2>&1 &
nohup $DOMAIN_HOME/bin/startManagedWebLogic.sh Managed_PRD1  172.29.10.101:9001 > /dev/null 2>&1 &

solution check the access to Database use dbping utility from weblogic server

setDomainEnv.sh with double dot then run the dbping ?

. ./setDomainEnv.sh

java utils.dbping ORACLE_THIN USERNAME PASSWORD IP:PORT/SID

if above command getting minus error then need to fix this issue from db, if success then check the services and jdbc datasource recheck password and try