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

classic Classic list List threaded Threaded
11 messages Options
Reply | Threaded
Open this post in threaded view
|

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

mattya
after i run adconfclone on both dbtier and appstier, the adapcctl.sh: exiting with status 204 when running the adsrtal.sh, and the log file give me this massage when i tried to run apachectl manually:

Syntax error on line 244 of /test/apps/tech_st/10.1.3/Apache/Apache/conf/httpd.conf:
Cannot load /test/apps/tech_st/10.1.3/Apache/Apache/libexec/libphp4.so into server: ld.so.1: httpd: fata       l: libucb.so.1: open failed: No such file or directory

please help me
Reply | Threaded
Open this post in threaded view
|

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

ErmanArslansOracleBlog
Administrator
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)
Reply | Threaded
Open this post in threaded view
|

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

mattya
This post was updated on .
thanks so much for your reply
i copied the ucb directory from solaris 10 server and modified the httpd.conf with the new paths
now i have the error:
Can't stat executable /test/appl/inst/apps/BCK_backup/ora/10.1.3/Apache/Apache/bin/.apachectl
when i run adstrtl.sh

also i have another question: how i can install the solaris 11 packages because i didnt install before as my server not connected to the internet
Reply | Threaded
Open this post in threaded view
|

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

ErmanArslansOracleBlog
Administrator
Copied? I  said -> install that ucb package.. ask your Solaris admin to help you 
Also currently your .apachectl file could not be found. I guess you did some mistakes while doing those changes you re talking about.
I shared the solution for you. Now it s your turn to implement that solution "properly".


16 Şub 2021 Sal 19:51 tarihinde mattya [via Erman Arslan's Oracle Forum] <[hidden email]> şunu yazdı:
thanks so much for your reply
i copied the ucb directory from solaris 10 server and modified the httpd.conf with the new paths
now i have the error:
Can't stat executable /test/appl/inst/apps/BCK_backup/ora/10.1.3/Apache/Apache/bin/.apachectl
when i run adstrtl.sh


To start a new topic under EBS 12.1/12.0/11i, email [hidden email]
To unsubscribe from Erman Arslan's Oracle Forum, click here.
NAML
Reply | Threaded
Open this post in threaded view
|

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

mattya
thanks for your recomendations, here whet i did:
- i installed the recomended packages.
- i deleted the /inst directory and run the perl adcfgclone.pl appsTier again.
now i still have the error /test/appl/PROD/inst/apps/BCK_backup/ora/10.1.3/Apache/Apa
che/bin/.apachectl

do i have to copy a fresh copy of the apps directory from the production? or i can fix this error?

note: the server im using have (oracle secure backup) with web interface
Reply | Threaded
Open this post in threaded view
|

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

ErmanArslansOracleBlog
Administrator
Is this file present? ->  /test/appl/PROD/inst/apps/BCK_backup/ora/10.1.3/Apache/Apa
che/bin/.apachectl

Is it owned by Oracle Application OS user (e.g applmgr)

Does that file have execute permission?
Reply | Threaded
Open this post in threaded view
|

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

mattya
the file in present
the file have owned to the applmanager user (oratest)
the file has excute permission

when i tried to run:
/test/appl/PROD/inst/apps/BCK_backup/ora/10.1.3/Apache/Apache/bin/apachectl start

it brings the following error

Bus Error (core dumped)
Reply | Threaded
Open this post in threaded view
|

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

ErmanArslansOracleBlog
Administrator
1)adcfgclone.pl completed without any errors right?
2)you have your INST_TOP filesystem at the moment right?
3)What is the http listen port (currently configured)?
4)Is there any full (%100 used) filesystem?
5)What do you see in the error and log files under Apache log directory under $LOG_HOME -> e.g path -> /u01/applebs/PROD/inst/apps/PROD_ebstestdb/logs/ora/10.1.3/Apache
6) What happens when you start apache using the "adapcctl.sh start", what error you get exactly?? --> you said ->"now i still have the error /test/appl/PROD/inst/apps/BCK_backup/ora/10.1.3/Apache/Apa
che/bin/.apachectl" , but we need to be clear about that.. Please run the adapacctl.sh start and paste the output here.. Also upload the relataed part of logs that I mentioned in step 5 above. + adapcctl.txt file located in $LOG_HOME/appl/admin/log.. adpacctl.txt is the log file of the adapacctl.sh.

Reply | Threaded
Open this post in threaded view
|

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

mattya
1)adcfgclone.pl completed without any errors right?  (yes)

2)you have your INST_TOP filesystem at the moment right? (yes)

3)What is the http listen port (currently configured)? (8075)

4)Is there any full (%100 used) filesystem? (the server resources are available and the database starts and closes smoothly with the listener)

5)/test/appl/PROD/inst/apps/BCK_backup/logs/ora/10.1.3/Apache (is empty with no log files)

6)adapcctl.sh start  gives me error (Bus Error (core dumped) )

7)adapcctl.txtHTTP_Server~1.HTTP_Server~1
Reply | Threaded
Open this post in threaded view
|

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

ErmanArslansOracleBlog
Administrator
Okay.. This seems related with Solaris 11 and EBS .

Download patch 12722501.
Apply patch 12722501 in Oracle Application Server 10.1.3.5 / -> to your 10.1.3 home
Run AutoConfig (adautocfg.sh) on the application tier.
Retest.
Reply | Threaded
Open this post in threaded view
|

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

ErmanArslansOracleBlog
Administrator
Solved?