Issue While starting the application services

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

Issue While starting the application services

nauman
Dear Erman,

My Cloning process is full of problems and issues. Now everything went well, able to create the run and patch file sys successfully without any errors in the log file.

While starting the application services, following issues is being encountered:-

1.
Starting the WLS Admin Server
exiting with Status 0

Exception in thread-46 Exception in thread 53----java.lang.OutofMemoryError: unable to create new native thread

2.

.../../../..env: fork: retry: Resource temporarily unavailable

3.

There is insufficient memory for the java runtime environement to continue
can not create GC thread. Out of system resources

4. In one the subsequent log file

RC-50208 Exception in method timedprocessprocess.run
raised by oracle.apps.ad.util.timedprocess$timedprocessprocess: java.io.IOexception: cannot run program: /usr/bin/env error:11 resource temporarily unavailable

I have seen that settings at limits.conf was not set but now i set the settings as per the source machine like


hard nofile 65536
softnofile 16384
hard nproc 16384
soft nproc 16384
hard stack 16384
soft stack 10240


RAM of source and target system are the same which is 384 GB. Please guide me on this

Thanks & regards
Reply | Threaded
Open this post in threaded view
|

Re: Issue While starting the application services

ErmanArslansOracleBlog
Administrator
This is caused by OS.
OS refuses native memory allocation.
*Ensure you jave enough available memory first.
*Check the java memory configuration of Admin Server..  Xmx, Xms and others..

*Use "ulimit -a" to check the "max user processes" and "open files" and change the value to a bigger one.
change it for OS owner of the WLS (EBS)

*Increase the following ulimit values for the OS owner of the WLS(EBS)->
-u The maximum number of processes available to a single user.
-v The maximum amount of virtual memory available to the process.
Reply | Threaded
Open this post in threaded view
|

Re: Issue While starting the application services

nauman
Dear Erman,

Issue has been resolved. Thanks for your support.

Regards