Showing posts with label Weblogic. Show all posts
Showing posts with label Weblogic. Show all posts

Tuesday, 30 May 2017

Error: A connection attempt failed because the connected party did not properly respond after a period of time

Error:
While opening the application in web portal getting below error from application

A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 

Solution:
Open the port or switch off the firewall on both application and db server.

Wednesday, 3 December 2014

Unable to open the weblogic admin console problem in launching weblogic console - Page was not found

We had issue on weblogic admin console opening but from back end weblogic server is started perfectly without error but when we open the console in internet explorer, Page was not found.

So after some precheck at OS,we disable the SELINUX and stop firewall(iptables) then the application was opening in internet explorer.

Addind to that you need to have root user access in order to change these.

1)/etc/selinux/config
SELINUX=disabled

And stop firewall

2)/etc/init.d/iptables stop

Friday, 17 October 2014

Error:Failure of server APACHE bridge:No backend server available for connection: timed out after 10 seconds or idempotent set to OFF.

Error:
Failure of server APACHE bridge:

No backend server available for connection: timed out after 10 seconds or idempotent set to OFF.
Build date/time: Apr 20 2009 15:29:34

Change Number: 1253617

Solution:

If its Linux server.

+ Stop the apache server

/usr/sbin/apachectl stop
 

+Check SELINUX parameter
 

[root@TZ-IBWB-PRD-01 ~]# getenforce
Enforcing

 

+set the value to Permissive as below
 

[root@TZ-IBWB-PRD-01 ~]# setenforce 0
[root@TZ-IBWB-PRD-01 ~]# getenforce
Permissive


+Start the apache


/usr/sbin/apachectl start

Check the URL.

+To make perment solution

Friday, 13 June 2014

Weblogic Installation for FCUBS

Weblogic installation for application like FCUBS env

++ Create user
Create users and groups
groupadd –g 600 wlsgroup
useradd  -g wlsgroup -s /usr/bin/bash oracle

++ Installation dir
Installation Path=/oradata/Weblogic/Middleware/
Domain Path=/oradata/Weblogic/logs/
Log path=/oradata/Weblogic/domains/

++ Change the kernel parameters
Ulimit entries:
1) /etc/security/limits.conf
oracle soft nofile 131072
oracle hard nofile 131072
oracle soft nproc 131072
oracle hard nproc 131072
oracle soft core unlimited
oracle hard core unlimited
oracle soft memlock 3500000
oracle hard memlock 3500000
2) /etc/profile
ulimit -S -c 0 > /dev/null 2>&1
Change it to the following:
ulimit -S -c unlimited > /dev/null 2>&1

And add the below entry at the last above unset
---
if [ $USER = "oracle" ]; then
umask 022
ulimit -i 1024
ulimit -l 128
ulimit -n 65536
fi
unset i
unset pathmunge

Login as oracle user
Export the display to xmanager or take the console from the serer
And execute the installer
./ wls1032_linux32.bin