- Este tópico contém 1 resposta, 2 vozes e foi atualizado pela última vez 9 anos, 6 meses atrás por André Luiz Dutra Ontalba.
-
AutorPosts
-
15 de outubro de 2012 às 8:34 pm #104634LucasMarolaParticipante
HTTP
—–
checking URL = http://ebs-lucas.localdomain:8000
RW-50015: Error: – HTTP Listener is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
Help Page———-
checking URL = http://ebs-lucas.localdomain:8000/OA_HTML/help
RW-50015: Error: – Help Page is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
Virtual Directory——————
RW-50015: Error: – Http Server Virtual Directories is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
JSP—-
checking URL = http://ebs-lucas.localdomain:8000/OA_HT … Cookie.jsp
RW-50015: Error: – JSP is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
Login Page———–
RW-50015: Error: – Login Page is not responding. The service might not have started on the port yet. Please check the service and use the retry button.Estou com esses erros no momento da instalação do EBS R12 alguém poderia me ajudar…
16 de junho de 2015 às 7:27 pm #107570André Luiz Dutra OntalbaParticipanteSe sua versão
Oracle Application Install – Version 12 to 12.1.3 [Release 1.2 to 12.1]
Sistema Operacional: Linux x86CAUSA
The cause of this problem has been identified and verified in an unpublished Bug 5682462.
The root cause for all the failures was that Apache (http) didn’t start up because of not having latest RPMS as per install documents
After the install, when trying to start up the http server, this happens:
$./adapcctl.sh start
.
You are running adapcctl.sh version 120.6
.
Starting OPMN managed Oracle HTTP Server (OHS) instance …
.
adapcctl.sh: exiting with status 204
.
adapcctl.sh: check the logfile
$INST_TOP/apps/CONTEXT_NAME/logs/appl/admin/log/adapcctl.txt for more information.SOLUÇÃO
Permanant solution
Install all the Linux RPMS as per the R12 installation document
Note.402310.1 Ext/Pub Oracle Applications Installation and Upgrade Notes Release 12 (12.0) for Linux (32-bit):Red Hat Enterprise Linux AS/ES 4.0*
glibc-2.3.4-2.25
glibc-common-2.3.4-2.25
binutils-2.15.92.0.2-21
compat-libstdc++-296-2.96-132.7.2
gcc-3.4.6-3
gcc-c++-3.4.6-3
libgcc-3.4.6-3
libstdc++-3.4.6-3
libstdc++-devel-3.4.6-3
openmotif21-2.1.30-11.RHEL4.6
pdksh-5.2.14-30.3
setarch-1.6-1
make-3.80-6.EL4
gnome-libs-1.4.1.2.90-44.1
sysstat-5.0.5-11.rhel4
compat-db-4.1.25-9
control-center-2.8.0-12.rhel4.5
xscreensaver-4.18-5.rhel4.11Then rerun the rapidwiz
Temporary workaround
Remove the parameter -DSSL in the ohs_start() function as follows:
.
$/ora/10.1.3/Apache/Apache/bin/apachectl:$ diff apachectl.original apachectl.hacked
129c129,130
> eval ohs_start -DSSL “$args”
—
> # eval ohs_start -DSSL “$args”
> eval ohs_start “$args”Restart Apache.
-
AutorPosts
- Você deve fazer login para responder a este tópico.