Re: adapcctl.sh: exiting with status 204 after running adconfigclone appstier

Posted by ErmanArslansOracleBlog on
URL: http://erman-arslan-s-oracle-forum.114.s1.nabble.com/adapcctl-sh-exiting-with-status-204-after-running-adconfigclone-appstier-tp9371p9372.html

Syntax error is interesting. But I think it is expected in this case.

Line 244 of  /test/apps/tech_st/10.1.3/Apache/Apache/conf/httpd.conf should be as follows ->

LoadModule php4_module        libexec/libphp4.so

*Is this a Solaris environment? (Solaris 11 probably..)

*What do you have under /test/apps/tech_st/10.1.3/Apache/Apache/libexec? (use ls to list the files)

*Probably libphp4 is linked with libucb.so.1 and libucb.so.1 is not present in the system. Ensure you have ucb installed.. libucb.so.1 is not obsolete in Solaris 11 but it is not installed by default. It should be installed.

*Remember ->

the lists of required packages for Solaris 10 (5.10):

SUNWi1of
SUNWi1cs
SUNWi15cs
SUNWxwfnt
SUNWulcf
SUNWarc
SUNWbtool
SUNWhea
SUNWlibm
SUNWlibms
SUNWsprot
SUNWtoo
SUNWlibC
SUNWuiu8
SUNWcsl

the lists of required packages for Solaris 11 (5.11) :
oracle-ebs-server-R12-preinstall
compatibility/packages/SUNWxwplt
compatibility/ucb    -> THERE IT IS!
/library/motif
/svr4

:)


Read -> Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Oracle Solaris on SPARC (64-bit) (Doc ID 761568.1)