Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536.1K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.6K Security Software
Getting issue in REDHAT_EL_6_U4_x64 to start foundation service

Hello All,
I have installed and configured foundation(epm 122) on( redhat 6U4)
When i am going to start foundation service and checking its
status in weblogic console.Service gone in starting mode and then resume and then
within seconds shutdown.
As per my understanding by logs:It mentioned that,Another process using the
Foundation services port..
Before that, whenever i am checking ifconfig status it is showing
for both ipv4 and ipv6 i.e. both are enabled.
so might be it impacted on my foundation service startup.
I have tried to disabled the ipv6 with different method.
Done these changes for disabled ipv6
-/etc/sysctl.conf:
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
-etc/sysconfig/network: NETWORKING_IPV6=no
-Make changes in network connections too made ipv6 status as
ignore
then restarted network service and reboot the system .
Then also showing status enabled for ipv6 that i have to disabled
Linux is new for me Tried a lot..but no luck
Please suggest the solution
Thanks all in advanced ,
Answers
-
If you get a message saying it a process is running on that port then you might have already started the web app or it has not been shut down properly.
Try stopping the web app or killing the process that is running on that port, then start the web app and check the logs.
Cheers
John
-
Hello John,
Thanks for your reply
I did not already started web app
Only once i have done..
Can u suggest,
Shall it happens by ips conflicts that i have mentioned in my post..
thanks again,