adautocfg.sh is failing

496 views
Skip to first unread message

AdityA

unread,
Mar 9, 2009, 8:41:53 AM3/9/09
to Oracle Apps Technology
When running adautocfg.sh on concurrent node, it is failing as below:


Context Value Management will now update the Context file

Updating Context file...COMPLETED

Attempting upload of Context file and templates to
database...COMPLETED

Configuring templates from all of the product tops...
Configuring AD_TOP........java.io.IOException: A file
descriptor does not refer to an open file.
at java.io.FileOutputStream.close(FileOutputStream.java:310)
at java.io.FilterOutputStream.close(FilterOutputStream.java:
160)
at oracle.apps.ad.util.TimedProcess$TimedProcessProcess.run
(TimedProcess.java:659)
at java.lang.Thread.run(Thread.java:810)
java.io.IOException: A file descriptor does not refer to an open file.
at java.io.FileOutputStream.close(FileOutputStream.java:310)
at java.io.FilterOutputStream.close(FilterOutputStream.java:
160)
at oracle.apps.ad.util.TimedProcess$TimedProcessProcess.run
(TimedProcess.java:659)
at java.lang.Thread.run(Thread.java:810)
java.io.IOException: A file descriptor does not refer to an open file.
at java.io.FileOutputStream.close0(Native Method)
at java.io.FileOutputStream.close(FileOutputStream.java:310)
at java.io.FilterOutputStream.close(FilterOutputStream.java:
160)
at oracle.apps.ad.util.TimedProcess$TimedProcessProcess.run
(TimedProcess.java:659)
at java.lang.Thread.run(Thread.java:810)


The autoconfig log file content is:


instantiate file:
source : $FND_TOP/admin/template/afcpgsm.sql
dest : $COMMON_TOP/admin/install/CONTEXT_NAME/afcpgsm.sql
backup : $COMMON_TOP/admin/install/CONTEXT_NAME/afcpgsm.sql to
$APPL_TOP/admin/CONTEXT_NAME/out/03090448/afcpgsm.sql
setting permissions: 600
AC-00425: Setting permissions failed for file: $COMMON_TOP/admin/
install/CONTEXT_NAME/afcpgsm.sql
Raised by oracle.apps.ad.autoconfig.InstantiateFile
setting ownership: oragold:dba



AutoConfig could not successfully instantiate the following files:
Directory: $COMMON_TOP/Aadmin/install/CONTEXT_NAME
afcpgsm.sql INSTE8
cnadmprf.sql INSTE8
csdadmprf.sql INSTE8
csiadmprf.sql INSTE8
eamadmprf.sh INSTE8_PRF
ecxadmprf.sql INSTE8
wipadmprf.sh INSTE8_PRF

Directory: $IAS_ORACLE_HOME/Apache/Apache/conf
httpd.conf INSTE8


AutoConfig is exiting with status 8


What could be wrong?

Abhinav Kotnala

unread,
Mar 9, 2009, 12:53:43 PM3/9/09
to oracle-apps...@googlegroups.com
Hi

Please try to run the individual script and try to identify the error in
each script...

Regards,
Abhinav

oracleapps...@gmail.com

unread,
Apr 22, 2009, 11:15:08 AM4/22/09
to Oracle Apps Technology
Hi Aditya,

Check why permissions could not be set for the files. Try setting
permission manually. What is your instance architectue ? Does one
unix user own all the files, that is Application binaries and Oracle
Database files ?

Also check the value of open file descriptors by executing this
command:

ulimit -n

Try increasing ulimit to a higher number and re-executing the command.

- Vikram
Reply all
Reply to author
Forward
0 new messages