java heap space error while adop phase=prepare working

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

java heap space error while adop phase=prepare working

Antonio
hi erman we are facing an error while adop phase=prepare


log files;

when we check the log file ;
vi /datatest/test/app/fs_ne/EBSapps/log/adop/33/prepare_20170226_012857/TEST_atos/TXK_SYNC_migrate/txkADOPPreparePhaseSynchronize.log

/datatest/test/app/fs2/EBSapps/appl/ad/12.0.0/bin/adclone.pl did not go through successfully.
LOG DIRECTORY: /datatest/test/app/fs_ne/EBSapps/log/adop/33/prepare_20170226_012857/test_atos/TXK_SYNC_migrate/wlsConfig_stage.
*******FATAL ERROR*******
PROGRAM : (/datatest/test/app/fs2/EBSapps/appl/ad/12.0.0/patch/115/bin/txkADOPPreparePhaseSynchronize.pl)
TIME : Sun Feb 26 01:42:01 2017
FUNCTION: main::migrateCloneComponentStage [ Level 1 ]
ERRORMSG: /datatest/test/app/fs2/EBSapps/appl/ad/12.0.0/bin/adclone.pl did not go through successfully.

-------------------------------------------------------------------

and when i check that ;

vi /datatest/test/app/fs_ne/EBSapps/log/adop/33/prepare_20170226_012857/test_atos/TXK_SYNC_migrate/wlsConfig_stage/FSCloneStageAppsTier_02260140.log

end of log file
START: Creating WLS config archive.
Script Executed in 32242 milliseconds, returning status 255
ERROR: Script failed, exit code 255

---------------------------------------------------------------------

       

when i check that;

vi /datatest/test/app/fs_ne/EBSapps/log/adop/33/prepare_20170226_012857/test_atos/TXK_SYNC_migrate/wlsConfig_stage/wlsT2PStage/CLONE2017-02-26_01-41-28_933519603.error

933519603.error

SEVERE : Feb 26, 2017 01:42:00 - ERROR - CLONE-20368 Domain pack failed.
SEVERE : Feb 26, 2017 01:42:00 - CAUSE - CLONE-20368 Make sure that values specified are correct.
SEVERE : Feb 26, 2017 01:42:00 - ACTION - CLONE-20368 Check the t2p logs for more details.
java.lang.Exception: Domain pack failed.
at oracle.as.clone.cloner.component.J2EEComponentCreateCloner.doClone(J2EEComponentCreateCloner.java:305)
at oracle.as.clone.cloner.Cloner.doFinalClone(Cloner.java:63)
at oracle.as.clone.request.CreateGenericArchive.doGenericArchive(CreateGenericArchive.java:162)
at oracle.as.clone.request.CreateGenericArchive.doGenericArchive(CreateGenericArchive.java:94)
at oracle.as.clone.request.CreateCloneRequest._clone(CreateCloneRequest.java:69)
at oracle.as.clone.process.CloningExecutionProcess.execute(CloningExecutionProcess.java:131)
at oracle.as.clone.process.CloningExecutionProcess.execute(CloningExecutionProcess.java:114)
at oracle.as.clone.client.CloningClient.executeT2PCommand(CloningClient.java:257)
at oracle.as.clone.client.CloningClient.main(CloningClient.java:119)
SEVERE : Feb 26, 2017 01:42:00 - ERROR - CLONE-20235 Adding "J2EECOMPONENT@EBS_domain_test" to the archive has failed.
SEVERE : Feb 26, 2017 01:42:00 - CAUSE - CLONE-20235 An internal operation failed.
SEVERE : Feb 26, 2017 01:42:00 - ACTION - CLONE-20235 Check the clone log and error file for more details.

------------------------------------------------------------------------------



       
and the other log;

vi /datatest/test/app/fs_ne/EBSapps/log/adop/33/prepare_20170226_012857/test_atos/TXK_SYNC_migrate/wlsConfig_stage/wlsT2PStage/CLONE2017-02-26_01-41-28_933519603.log

<< write template to "/datatest/test/app/fs2/inst/apps/test_atos/logs/appl/rgf/TXK/CLONINGCLIENT7069958841524046696/packed_domain.jar"
CFGFWK-60550: Script execution aborted. The script may contain an error.
Java heap space
INFO : Feb 26, 2017 01:42:00 - CLONE-23269 Error in examining J2EE Domain. Check the logs for more details
INFO : Feb 26, 2017 01:42:00 - CLONE-21096 Process complete in 30505 milli sec.
INFO : Feb 26, 2017 01:42:00 - CLONE-21031 Time taken to add all the cloners to archive was "30" seconds.
INFO : Feb 26, 2017 01:42:00 - CLONE-21006 Total time taken by T2P process was 30 seconds.

----------------------------------------------------------
Reply | Threaded
Open this post in threaded view
|

Re: java heap space error while adop phase=prepare working

ErmanArslansOracleBlog
Administrator
It seem you have problems while packing/unpacking WLS domain..

The problem may be due to memory limits I guess..

CFGFWK-60550 Error While Running copyConfig.sh Script (Doc ID 1499495.1)

Increase XMX and XMS accordingly and retry.

Also, check whether there are any files (log file, user created file or anything that is with a huge size --- => 1 GB) residing in FMW Home directory.
If there are such log, out or custom files with hugesize located in FMW Home, then delete them and retry the failing operation.
Reply | Threaded
Open this post in threaded view
|

Re: java heap space error while adop phase=prepare working

Antonio
yes ty erman you saved my day,there are irrelevant files(like aa.txt and %...etc),removed them and problem solved.