Hi,
after a clone of production instance, I am getting Apache Bridge connection on login page. It is only when I open weblogic console that if I reload the login page I get the login page and able to login. All servers are up and running. I run Autoconfig but not worked. Even forms are not opening. Please find attached ApacheBridge.rar Thanks Roshan |
Administrator
|
Check oacore logs. Bridge error is related with oacore. 26 Mar 2016 18:48 tarihinde "Roshan [via Erman Arslan's Oracle Forum]" <[hidden email]> yazdı:
Hi, |
Administrator
|
In reply to this post by Roshan
I m not available All the time to analyze your logfiles man. Analyze oacore logs and check oracle support for your findings 26 Mar 2016 19:54 tarihinde "Erman Arslan" <[hidden email]> yazdı:
|
Administrator
|
I just checked the logs you provided, here is the action plan for you;
Check mod_wl_ohs.conf file is configured correctly. Refer "Managing Configuration of Oracle HTTP Server and Web Application Services in Oracle E-Business Suite Release 12.2" Note 1905593.1 for details how to add or remove managed servers in EBS |
Administrator
|
Also check this note:
Oracle EBS R12.2.4 Login Failed with "Failure Of Server APACHE Bridge:Port number in WebLogicCluster parameter specified in httpd.conf is not an integer less than 65535" (Doc ID 2016409.1) |
In reply to this post by ErmanArslansOracleBlog
O.k
do you have any idea why in my host file initially it was like this? 127.0.0.1 erpuat.sunresort.local erpuat localhost ::1 erpuat.sunresort.local erpuat ip6-localhost instead of the default 127.0.0.1 localhost |
In reply to this post by ErmanArslansOracleBlog
I did the network tests. all working.
(Doc ID 1304095.1) |
Administrator
|
Check mod_wl_ohs.conf file is configured correctly 27 Mar 2016 17:36 tarihinde "Roshan [via Erman Arslan's Oracle Forum]" <[hidden email]> yazdı:
I did the network tests. all working. |
Yes. I checked it. I cross checked in weblogic console servers. the hostname and port for each servers. It is correct.
|
If I open weblogic console in browser and I open a new tab in browser, connect to login page(OAM), I am now able to connect only this way, i.e only if weblogic is opened. But Java forms I cannot open.
|
Administrator
|
Send me the output of , 27 Mar 2016 18:26 tarihinde "Roshan [via Erman Arslan's Oracle Forum]" <[hidden email]> yazdı:
If I open weblogic console in browser and I open a new tab in browser, connect to login page(OAM), I am now able to connect only this way, i.e only if weblogic is opened. But Java forms I cannot open. |
[root@erpuat ~]# netstat -an|grep 7204
tcp 1 0 172.25.43.149:46385 172.25.43.149:7204 CLOS E_WAIT tcp 1 0 172.25.43.149:46386 172.25.43.149:7204 CLOS E_WAIT tcp 1 0 172.25.43.149:46389 172.25.43.149:7204 CLOS E_WAIT tcp 1 0 172.25.43.149:49345 172.25.43.149:7204 CLOS E_WAIT tcp 1 0 172.25.43.149:46471 172.25.43.149:7204 CLOS E_WAIT tcp 1 0 172.25.43.149:46388 172.25.43.149:7204 CLOS E_WAIT tcp 1 0 172.25.43.149:46387 172.25.43.149:7204 CLOS E_WAIT tcp 1 0 172.25.43.149:46384 172.25.43.149:7204 CLOS E_WAIT tcp 0 0 ::ffff:172.25.43.149:7204 :::* LIST EN tcp 0 0 ::ffff:172.25.43.149:7204 ::ffff:172.25.43.149:43150 ESTA BLISHED tcp 0 0 ::ffff:172.25.43.149:43150 ::ffff:172.25.43.149:7204 ESTA BLISHED |
Administrator
|
What is this ip address? Is this your server's ip address? Can you telnet to it using the port 7204? telnet "172.25.43.149 7204" Send me the output of command "ifconfig" 2016-03-28 5:05 GMT+03:00 Roshan [via Erman Arslan's Oracle Forum] <[hidden email]>: [root@erpuat ~]# netstat -an|grep 7204 Erman Arslan Applications and Database Operations Manager Oracle Certified Expert Certified Exadata Administrator Certified Linux Administrator Author for Apress MBA Blog: ermanarslan.blogspot.com Forum: http://ermanarslan.blogspot.com/p/forum.html
M: 05301567803 |
yes. It is the Ip address for erpuat.sunresort.local
[root@erpuat ~]# telnet 172.25.43.149 7204 -bash: telnet: command not found [root@erpuat ~]# ifconfig eth0 Link encap:Ethernet HWaddr 00:15:5D:09:3E:2C inet addr:172.25.43.149 Bcast:172.25.47.255 Mask:255.255.248.0 inet6 addr: fe80::215:5dff:fe09:3e2c/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:218564 errors:0 dropped:0 overruns:0 frame:0 TX packets:542 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:35357506 (33.7 MiB) TX bytes:121129 (118.2 KiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:428581 errors:0 dropped:0 overruns:0 frame:0 TX packets:428581 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:107680371 (102.6 MiB) TX bytes:107680371 (102.6 MiB) [root@erpuat ~]# |
Administrator
|
You dont have telnet installed.
Whatever, send me your mod_wls.conf " mod_wl_ohs.so - The plug-ins allow requests to be proxied from an # Apache HTTP Server, Oracle HTTP Server, or Microsoft Internet Information Server (IIS) # to WebLogic Server. In this way, plug-ins enable the HTTP server to communicate # with applications deployed on the WebLogic Server." An example path where The file is located; $FMW_HOME/webtier/instances/EBS_web_CLONE_OHS1/config/OHS/EBS_web_CLONE/mod_wl_ohs.conf |
Sorry Sir. I just installed it
here is the output [root@erpuat ~]# telnet 172.25.43.149 7204 Trying 172.25.43.149... Connected to 172.25.43.149. Escape character is '^]'. Connection closed by foreign host. mod_wl_ohs.conf |
Administrator
|
Your ports in mod_wls.conf is wrong.
You see the ports below, "Change this file according to the environment, restart apps services and recheck.." Your ports are 7204, 7404 etc... <IfModule mod_weblogic.c> DynamicServerList OFF <Location /OA_HTML> SetHandler weblogic-handler WebLogicCluster ERPPREP.sunresort.local:7205 WLTempDir ${ORACLE_INSTANCE}/tmp </Location> <Location /forms> SetHandler weblogic-handler WLCookieName JsessionIDForms WebLogicCluster ERPPREP.sunresort.local:7405 WLTempDir ${ORACLE_INSTANCE}/tmp </Location> <Location /webservices> SetHandler weblogic-handler WLCookieName JsessionIDOAFM WebLogicCluster ERPPREP.sunresort.local:7605 WLTempDir ${ORACLE_INSTANCE}/tmp </Location> <Location /formsclient> SetHandler weblogic-handler WLCookieName JsessionIDFORMS-C4WS WebLogicCluster ERPPREP.sunresort.local:7805 WLTempDir ${ORACLE_INSTANCE}/tmp </Location> <Location /ekanban-UI-context-root> SetHandler weblogic-handler WLCookieName JsessionIDEkanban WebLogicCluster ERPPREP.sunresort.local:6805 WLTempDir ${ORACLE_INSTANCE}/tmp </Location> <Location /accessgate> SetHandler weblogic-handler WebLogicCluster ERPPREP.sunresort.local:6805 WLTempDir ${ORACLE_INSTANCE}/tmp </Location> <Location /YMS-UI-context-root> SetHandler weblogic-handler WLCookieName JsessionIDYMS WebLogicCluster ERPPREP.sunresort.local:6805 WLTempDir ${ORACLE_INSTANCE}/tmp </Location> </IfModule> |
Administrator
|
so what s the final situation?
|
I will do the cloning on another environment because there is disk space issue on the server. in case I will get same issue I will do the changes and let you know.
How do you know the port number should change from 7**4 to 7**5? On weblogic console there is 7**4 for the managed servers. Thanks |
Administrator
|
The required change is 7005 to 7004 . you have 7005 in your conf file which is wrong 28 Mar 2016 19:39 tarihinde "Roshan [via Erman Arslan's Oracle Forum]" <[hidden email]> yazdı:
I will do the cloning on another environment because there is disk space issue on the server. in case I will get same issue I will do the changes and let you know. |
Free forum by Nabble | Edit this page |