Friday, January 8, 2021

Autoconfig Fails With "Timed out( 300000 ): Interrupted Exception" Error

Autoconfig Fails With "Timed out( 300000 ): Interrupted Exception" Error  

While running Autoconfig we faced the error in ebsr12 

 Its not completing and later its giving error 

[ Config tool : /u01/applmgr/abcdef/fs2/EBSapps/appl/fnd/12.0.0/patch/115/bin/txkManageDBConnectionPool.pl ]
Command : /u01/applmgr/abcdef/fs2/FMW_Home/webtier/perl/bin/perl -I /u01/applmgr/abcdef/fs2/FMW_Home/webtier/perl/lib/5.10.0 -I /u01/applmgr/abcdef/fs2/FMW_Home/webtier/perl/lib/site_perl/5.10.0 -I /u01/applmgrabcdef/fs2/EBSapps/appl/au/12.0.0/perl -I /u01/applmgr/abcdef/fs2/FMW_Home/webtier/ohs/mod_perl/lib/site_perl/5.10.0/x86_64-linux-thread-multi /u01/applmgr/abcdef/fs2/EBSapps/appl/fnd/12.0.0/patch/115/bin/txkManageDBConnectionPool.pl PASSWORD contextfile=/u01/applmgr/abcdef/fs2/inst/apps/WYOFNSIT_sit-appofin02/appl/admin/WYOFNSIT_sit-appofin02.xml -options=updateDSOffline

Action : execute

SCRIPT RETURNED:
Timed out( 300000 ): Interrupted Exception


Created SR and oracle provided the solution .

Autoconfig Fails With "Timed out( 300000 ): Interrupted Exception" Error (Doc ID 2177265.1)

[ Config tool : $FND_TOP/patch/115/bin/txkSetConfig.pl ]

Command : ...

Action : execute


SCRIPT RETURNED:

Timed out( 300000 ): Interrupted Exception

:

:

[ Config tool : $FND_TOP/patch/115/bin/txkManageDBConnectionPool.pl ]

Command : ...

Action : execute


SCRIPT RETURNED:

Timed out( 300000 ): Interrupted Exception

:

:

WARNING: [CVM Error Report]

The following report lists errors encountered during CVM Phase

<filename> <return code where appropriate>


$FND_TOP/patch/115/bin/txkSetConfig.pl -1

 $FND_TOP/patch/115/bin/txkManageDBConnectionPool.pl -1


No. of scripts failed in CVM phase: 2

AutoConfig is exiting with status 2

AutoConfig execution completed

CAUSE

The scripts can not finish due to timeout.

Generally, timeout issues are seen when the server is running too slowly to complete the process in the allotted time.
The cause could be because:
1. There are not enough CPU or memory resources to complete the task, or
2. The timeout setting limits were reached.


SOLUTION


1. Perform one of these 2 options:

  a. Free up resources on the server by stopping other processes and/or increasing the CPU and memory.
-or-
  b. Change the timeout value:
Open a new Shell and source the Environment
export TIMEDPROCESS_TIMEOUT=-1 (infinite)
export TIMEDPROCESS_DEBUG=YES

2. Run AutoConfig again.


No comments: