|
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
|