ISSUE: EBS 12.2 adcfgclone.pl appsTier fails on Linux 8 when the precloned tar backup is sourced from a Linux 7 environment.
CAUSE: The Fusion Middleware (FMW) prerequisite check fails because the OS version (oracle-8.10) is not listed as certified. The log at /u01/8045_Iteration/ebiz/fs1/EBSapps/comn/clone/FMW/logs/prereqcheck.log shows that /etc/inittab is missing and the expected OS list includes only older versions like oracle-7, redhat-7, etc.
WORKAROUND (at the target clone server): 1) Navigate to /u01/8045_Iteration/ebiz/fs1/EBSapps/comn/clone/prereq/webtier/Scripts/prereq/linux64. 2) Unzip the patch p33471111_111190_Generic.zip in the PatchTop directory (/u01/8045_Iteration) using unzip p33471111_111190_Generic.zip. 3) Replace the prereq folder under FMW inventory: cd /u01/8045_Iteration/ebiz/fs1/FMW_Home/webtier/inventory/Scripts mv prereq OFF_TILL_LINUX_7_prereq cp -r /u01/8045_Iteration/prereq . This updated prereq includes Linux 8 compatibility by adding <OPERATING_SYSTEM> blocks for Oracle and Red Hat Linux 8 with required packages, glibc (≥ 2.17), and kernel parameters.
PERMANENT SOLUTION: Apply the same patch to the Source / Production EBS App Tier. Steps:
1. Unzip the patch zip file into the PATCH_TOP. unzip -d PATCH_TOP p33471111_111190_Generic.zip 2. Copy the “prereq” directory from the patch and replace /webtier/inventory/Scripts on both the Run and Patch filesystems of the 12.2 environment. 3. Unzip the patch zip file into the PATCH_TOP cd /u01/8045_Iteration unzip p33471111_111190_Generic.zip This will deliver prereq folder with updated linux 8 supported piece of code 4. cd /u01/8045_Iteration/ebiz/FMW_Home/webtier/inventory/Scripts mv prereq OFF_TILL_LINUX_7_prereq cp -r /u01/8045_Iteration/prereq . 5. cd $ADMIN_SCRIPTS_HOME perl adpreclone.pl appsTier 6. Create new Precloned Tar Backup of /u01/Prod/ebiz/fs1/EBSapps ( From Linux 7 Production ). transfer and extract to your target linux 8 Server.
ISSUE: While running EBS 12.2 rapid cloning perl adcfgclone appsTier on target machine getting error Waiting for the AdminServer to start, Connection to AdminServer failed, AdminServer start failed, Make sure that AdminServer parameters specified in the move plan are correct.
Behavior: 1. FMW is cloned / created successfully 3. But while configuring WLS , it keeps attempting to start Weblogic Admin and failed after 2 hours attempt.
Error 1: FINEST : Jun 24, 2025 12:10:52 – [ServerStartUtility:checkAdminServerStartup] Unable to get non ssl MBean connection. Admin server might not be up. Error message is null FINE : Jun 24, 2025 12:10:52 – [ServerStartUtility:startAdminServer] Starting of Admin server AdminServer is in progress …, 14 minutes passed. FINE : Jun 24, 2025 12:10:52 – [ServerStartUtility:startAdminServer] Waiting for the AdminServer to start … FINE : Jun 24, 2025 12:10:57 – [ServerStartUtility:checkAdminServerStartup] Checking server startup for the url -t3://dev..gov.sa:7001 FINEST : Jun 24, 2025 12:10:58 – [ServerStartUtility:checkAdminServerStartup] Unable to get non ssl MBean connection. Admin server might not be up. Error message is null FINE : Jun 24, 2025 12:10:58 – [ServerStartUtility:startAdminServer] Waiting for the AdminServer to start … FINE : Jun 24, 2025 12:11:03 – [ServerStartUtility:checkAdminServerStartup] Checking server startup for the url -t3://dev..gov.sa:7001
Error 2:
Error Message :1 Jun 24, 2025 19:30:03 – ERROR – CLONE-20362 Connection to AdminServer failed. Jun 24, 2025 19:30:03 – CAUSE – CLONE-20362 AdminServer start failed. Make sure that AdminServer parameters specified in the move plan are correct. Jun 24, 2025 19:30:03 – ACTION – CLONE-20362 Check the AdminServer logs. Error Message :2 Jun 24, 2025 19:30:03 – SEVERE – CLONE-20937 “pasteConfig” operation of J2EE domain failed. Check clone log and error files for more details. Error Message :3 Jun 24, 2025 19:30:03 – ERROR – CLONE-20237 Restoring the sourceid “J2EECOMPONENT@EBS_domain” has failed. Jun 24, 2025 19:30:03 – CAUSE – CLONE-20237 An internal operation failed. Jun 24, 2025 19:30:03 – ACTION – CLONE-20237 Check the clone log for more details.
CAUSE: 1. Low s_adminservertimeout value caused premature timeouts during configuration, leading to incomplete domain setup.
2. Corrupted or outdated WebLogic domain due to misaligned configuration with context file and AutoConfig templates.
SOLUTION: Oracle Referece: Recreate the Oracle E-Business Suite (EBS) WLS (WebLogic Server) Domain
*** DON”T PROCEED FURTHER WITHOUT A FULL BACKUP ***
In the Database Tier do the following: 1.1. Log into the database tier. 1.2. Source the environment. 1.3. Ensure that database and listener are up and running.
In the Applications Tier do the following:
2.1. Source the RUN file system environment. 2.2. Stop all middle tier services using $ADMIN_SCRIPTS_HOME/adstpall.sh. 2.3. Ensure that no process is running from RUN file system. 2.4. Take a backup of the context file. Update s_adminservertimeout context variable value to 4000 and run AutoConfig. 2.5. Execute below command: $ $FND_TOP/bin/txkrun.pl -script=ChkEBSDependecies -server=ALL_SERVERS 2.6. Recreate the domain by following below steps: $ cd $FND_TOP/patch/115/bin $ perl txkEBSDomainConfig.pl 2.7. Start the services and check the WLS domain is fine. For example, you might want to start the WLS console and check all the expected managed servers are up and running.
Note: when running txkEBSDomainConfig.pl you will be prompted “Enter the server start mode for the domain [DEFAULT – prod]:”.Choose the default value of prod. Oracle Web Logic Server can be run in two different modes, either prod or dev, and the recommended option is to choose prod as it is safer. The dev mode allows to deploy unsigned java classes but is quicker than prod.*
============================== [oracle@dev bin]$ perl txkEBSDomainConfig.pl Enter the full path of Applications Context File [DEFAULT – /oradb01/apps/fs1/inst/apps/ERPDEV_dev/appl/admin/ERPDEV_dev.xml]: Enter the server start mode for the domain [DEFAULT – prod]: Enter the APPS schema password : Enter weblogic admin server password :
=========================
Validating file system…
File System = run
========================
Inside sourceRunEnv()…
Sourcing the RUN file system environment: /oradb01/apps/fs1/EBSapps/appl/APPSERPDEV_dev.env
*** ALL THE FOLLOWING FILES ARE REQUIRED FOR RESOLVING RUNTIME ERRORS *** Log File = /oradb01/apps/fs1/inst/apps/ERPDEV_dev/logs/appl/rgf/TXK/txkChkEBSDependecies_Mon_Jun_30_15_07_36_2025/txkChkEBSDependecies_Mon_Jun_30_15_07_36_2025.log Script txkChkEBSDependecies.pl got executed successfully Proceeding for domain deployment…
SUCCESS: VALID FMW HOME /oradb01/apps/fs1/FMW_Home SUCCESS: VALID OHS HOME /oradb01/apps/fs1/FMW_Home/webtier SUCCESS: VALID Node Manager Port 5556 SUCCESS: VALID Node Manager Type Plain SUCCESS: VALID Admin Server Port 7001 SUCCESS: VALID OACORE Managed Server Port 7201 SUCCESS: VALID FORMS Managed Server Port 7401 SUCCESS: VALID OAFM Managed Server Port 7601 SUCCESS: VALID FORMS-C4WS Managed Server Port 7801 SUCCESS: VALID JRF TEMPLATE /oradb01/apps/fs1/FMW_Home/oracle_common/common/templates/applications/jrf_template_11.1.1.jar SUCCESS: VALID EM TEMPLATE /oradb01/apps/fs1/FMW_Home/oracle_common/common/templates/applications/oracle.em_11_1_1_0_0_template.jar SUCCESS: VALID EM EBS PLUGIN TEMPLATE /oradb01/apps/fs1/FMW_Home/Oracle_EBS-app1/common/templates/applications/oracle.emai_ebs_template_11.1.1.jar SUCCESS: VALID UIX LIBRARY /oradb01/apps/fs1/FMW_Home/oracle_common/modules/oracle.uix_11.1.1/uix11.war SUCCESS: VALID PORTLET TEMPLATE /oradb01/apps/fs1/FMW_Home/oracle_common/common/templates/applications/oracle.portlet_component_template_11.1.1.jar SUCCESS: VALID OWSM TEMPLATE /oradb01/apps/fs1/FMW_Home/oracle_common/common/templates/applications/oracle.wsmpm_template_11.1.1.jar
FMW Home validation completed
The domain directory already exists at the following location: /oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain Backing up the existing directory as /oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain_bck_06301507 and creating a new one for you. The backup directories can be deleted if the creation of domain is successful.
The domain EM directory already exists at the following location: /oradb01/apps/fs1/FMW_Home/user_projects/applications/EBS_domain Backing up the existing directory as /oradb01/apps/fs1/FMW_Home/user_projects/applications/EBS_domain_bck_06301507 and creating a new one for you. The backup directories can be deleted if the creation of domain is successful.
Log file is /oradb01/apps/fs1/inst/apps/ERPDEV_dev/logs/appl/rgf/TXK/EBSDeployment_06301507.log Starting with creation of the domain… Created the domain successfully.
drw- AdminServer drw- oacore_server1 drw- forms_server1 drw- oafm_server1 drw- forms-c4ws_server1 Proceeding with deployment of the E-Business Suite domain.. Starting up the Admin server for deployment.. Starting up the Node Manager… NMProcess: NMProcess: Jun 30, 2025 3:08:25 PM weblogic.nodemanager.server.NMServerConfig initDomainsMap NMProcess: INFO: Loading domains file: /oradb01/apps/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1/nodemanager.domains NMProcess: NMProcess: Jun 30, 2025 3:08:25 PM weblogic.nodemanager.server.NMServer NMProcess: INFO: Loaded node manager configuration properties from ‘/oradb01/apps/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1/nodemanager.properties’ NMProcess: Node manager v10.3 NMProcess: NMProcess: Configuration settings: NMProcess: NMProcess: NodeManagerHome=/oradb01/apps/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1 NMProcess: ListenAddress=dev..gov.sa NMProcess: ListenPort=5556 NMProcess: ListenBacklog=50 NMProcess: SecureListener=false NMProcess: AuthenticationEnabled=true NMProcess: NativeVersionEnabled=true NMProcess: CrashRecoveryEnabled=false NMProcess: JavaHome=/oradb01/apps/fs1/EBSapps/comn/util/jdk64 NMProcess: StartScriptEnabled=false NMProcess: StopScriptEnabled=false NMProcess: StartScriptName=startWebLogic.sh NMProcess: StopScriptName= NMProcess: LogFile=/oradb01/apps/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1/nodemanager.log NMProcess: LogLevel=INFO NMProcess: LogLimit=0 NMProcess: LogCount=1 NMProcess: LogAppend=false NMProcess: LogToStderr=true NMProcess: LogFormatter=weblogic.nodemanager.server.LogFormatter NMProcess: DomainsFile=/oradb01/apps/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1/nodemanager.domains NMProcess: DomainsFileEnabled=true NMProcess: StateCheckInterval=500 NMProcess: QuitEnabled=true NMProcess: UseMACBroadcast=false NMProcess: DomainRegistrationEnabled=true NMProcess: DomainsDirRemoteSharingEnabled=false NMProcess: NMProcess: Domain name mappings: NMProcess: NMProcess: EBS_domain -> /oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain NMProcess: NMProcess: NMProcess: Jun 30, 2025 3:08:26 PM weblogic.nodemanager.server.Listener run NMProcess: INFO: Plain socket listener started on port 5556, host dev..gov.sa
NMProcess: NMProcess: Jun 30, 2025 3:17:19 PM weblogic.nodemanager.server.AbstractServerManager log NMProcess: INFO: Creating directory “/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/servers/forms_server1/logs” NMProcess: NMProcess: Jun 30, 2025 3:17:19 PM weblogic.nodemanager.server.AbstractServerManager log NMProcess: INFO: Creating directory “/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/servers/forms_server1/data/nodemanager” NMProcess: NMProcess: Jun 30, 2025 3:17:19 PM weblogic.nodemanager.server.AbstractServerManager log NMProcess: INFO: Creating directory “/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/servers/forms_server1/tmp” NMProcess: NMProcess: Jun 30, 2025 3:17:19 PM weblogic.nodemanager.server.AbstractServerManager log NMProcess: INFO: Boot identity properties saved to “/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/servers/forms_server1/data/nodemanager/boot.properties” NMProcess: NMProcess: Jun 30, 2025 3:17:20 PM weblogic.nodemanager.server.AbstractServerManager log NMProcess: INFO: Startup configuration properties saved to “/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/servers/forms_server1/data/nodemanager/startup.properties” NMProcess: NMProcess: Jun 30, 2025 3:17:20 PM weblogic.nodemanager.server.LogFileRotationUtil log NMProcess: INFO: Server error log also redirected to server log NMProcess: NMProcess: Jun 30, 2025 3:17:20 PM weblogic.nodemanager.server.AbstractServerManager log NMProcess: INFO: Starting WebLogic server with command line: /oradb01/apps/fs1/EBSapps/comn/util/jdk32/bin/java -Dweblogic.Name=forms_server1 -Djava.security.policy=null -Dweblogic.management.server=http://dev..gov.sa:7001 -Djava.library.path=/oradb01/apps/fs1/FMW_Home/patch_wls1036/profiles/default/native:/oradb01/apps/fs1/EBSapps/10.1.2/jdk/jre/lib/i386:/oradb01/apps/fs1/EBSapps/10.1.2/jdk/jre/lib/i386/server:/oradb01/apps/fs1/EBSapps/10.1.2/jdk/jre/lib/i386/native_threads:/oradb01/apps/fs1/EBSapps/appl/cz/12.0.0/bin:/oradb01/apps/fs1/EBSapps/10.1.2/lib32:/oradb01/apps/fs1/EBSapps/10.1.2/lib:/usr/X11R6/lib:/usr/openwin/lib:/oradb01/apps/fs1/EBSapps/10.1.2/jdk/jre/lib/i386:/oradb01/apps/fs1/EBSapps/10.1.2/jdk/jre/lib/i386/server:/oradb01/apps/fs1/EBSapps/10.1.2/jdk/jre/lib/i386/native_threads:/oradb01/apps/fs1/EBSapps/appl/sht/12.0.0/lib:/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server/native/linux/x86_64:/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server/native/linux/x86_64/oci920_8:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib -Djava.class.path=/oradb01/apps/fs1/FMW_Home/oracle_common/modules/oracle.jdbc_11.1.1/ojdbc6dms.jar:/oradb01/apps/fs1/FMW_Home/patch_wls1036/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/oradb01/apps/fs1/EBSapps/comn/util/jdk32/lib/tools.jar:/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server/lib/weblogic_sp.jar:/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server/lib/weblogic.jar:/oradb01/apps/fs1/FMW_Home/modules/features/weblogic.server.modules_10.3.6.0.jar:/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server/lib/webservices.jar:/oradb01/apps/fs1/FMW_Home/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/oradb01/apps/fs1/FMW_Home/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/oradb01/apps/fs1/FMW_Home/oracle_common/soa/modules/commons-cli-1.1.jar:/oradb01/apps/fs1/FMW_Home/oracle_common/soa/modules/oracle.soa.mgmt_11.1.1/soa-infra-mgmt.jar:/oradb01/apps/fs1/FMW_Home/oracle_common/webcenter/modules/oracle.portlet.server_11.1.1/oracle-portlet-api.jar:/oradb01/apps/fs1/FMW_Home/oracle_common/modules/oracle.jrf_11.1.1/jrf.jar:/oradb01/apps/fs1/FMW_Home/wlserver_10.3/common/derby/lib/derbyclient.jar:/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server/lib/xqrl.jar:/oradb01/apps/fs1/EBSapps/comn/java/classes/oracle/apps/fnd/jar/xdoprotocolwrapper.jar -Dweblogic.system.BootIdentityFile=/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/servers/forms_server1/data/nodemanager/boot.properties -Dweblogic.nodemanager.ServiceEnabled=true -Dweblogic.security.SSL.ignoreHostnameVerification=false -Dweblogic.ReverseDNSAllowed=false -XX:PermSize=128m -XX:MaxPermSize=384m -Xms1024m -Xmx1024m -Djava.security.policy=/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server/lib/weblogic.policy -Djava.security.egd=file:/dev/./urandom -Dweblogic.ProductionModeEnabled=true -da -Dplatform.home=/oradb01/apps/fs1/FMW_Home/wlserver_10.3 -Dwls.home=/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server -Dweblogic.home=/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server -Dcommon.components.home=/oradb01/apps/fs1/FMW_Home/oracle_common -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain -Djrockit.optfile=/oradb01/apps/fs1/FMW_Home/oracle_common/modules/oracle.jrf_11.1.1/jrocket_optfile.txt -Doracle.server.config.dir=/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/config/fmwconfig/servers/AdminServer -Doracle.domain.config.dir=/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/config/fmwconfig -Digf.arisidbeans.carmlloc=/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/config/fmwconfig/carml -Digf.arisidstack.home=/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/config/fmwconfig/arisidprovider -Doracle.security.jps.config=/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/config/fmwconfig/jps-config.xml -Doracle.deployed.app.dir=/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/servers/AdminServer/tmp/_WL_user -Doracle.deployed.app.ext=/- -Dweblogic.alternateTypesDirectory=/oradb01/apps/fs1/FMW_Home/oracle_common/modules/oracle.ossoiap_11.1.1,/oradb01/apps/fs1/FMW_Home/oracle_common/modules/oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Dportlet.oracle.home=/oradb01/apps/fs1/FMW_Home/oracle_common -Dem.oracle.home=/oradb01/apps/fs1/FMW_Home/oracle_common -Dweblogic.management.discover=true -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=/oradb01/apps/fs1/FMW_Home/patch_wls1036/profiles/default/sysext_manifest_classpath -Dweblogic.wsee.wstx.wsat.deployed=false -Doracle.jdbc.autoCommitSpecCompliant=false -Doracle.jdbc.DateZeroTime=true -Doracle.jdbc.DateZeroTimeExtra=true -Dweblogic.Name=forms_server1 weblogic.Server NMProcess: NMProcess: Jun 30, 2025 3:17:20 PM weblogic.nodemanager.server.AbstractServerManager log NMProcess: INFO: Working directory is ‘/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain’ NMProcess: NMProcess: Jun 30, 2025 3:17:20 PM weblogic.nodemanager.server.LogFileRotationUtil log NMProcess: INFO: Rotated server output log to “/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/servers/forms_server1/logs/forms_server1.out00001” NMProcess: NMProcess: Jun 30, 2025 3:17:20 PM weblogic.nodemanager.server.LogFileRotationUtil log NMProcess: INFO: Server error log also redirected to server log NMProcess: NMProcess: Jun 30, 2025 3:17:20 PM weblogic.nodemanager.server.AbstractServerManager log NMProcess: INFO: Server output log file is ‘/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/servers/forms_server1/logs/forms_server1.out’ NMProcess: NMProcess: Jun 30, 2025 3:18:55 PM weblogic.nodemanager.server.AbstractServerManager log NMProcess: INFO: Creating directory “/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/servers/oacore_server1/logs” NMProcess: NMProcess: Jun 30, 2025 3:18:55 PM weblogic.nodemanager.server.AbstractServerManager log NMProcess: INFO: Creating directory “/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/servers/oacore_server1/data/nodemanager” NMProcess: NMProcess: Jun 30, 2025 3:18:55 PM weblogic.nodemanager.server.AbstractServerManager log NMProcess: INFO: Creating directory “/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/servers/oacore_server1/tmp” NMProcess: NMProcess: Jun 30, 2025 3:18:55 PM weblogic.nodemanager.server.AbstractServerManager log NMProcess: INFO: Boot identity properties saved to “/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/servers/oacore_server1/data/nodemanager/boot.properties” NMProcess: NMProcess: Jun 30, 2025 3:18:55 PM weblogic.nodemanager.server.AbstractServerManager log NMProcess: INFO: Startup configuration properties saved to “/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/servers/oacore_server1/data/nodemanager/startup.properties” NMProcess: NMProcess: Jun 30, 2025 3:18:55 PM weblogic.nodemanager.server.LogFileRotationUtil log NMProcess: INFO: Server error log also redirected to server log NMProcess: NMProcess: Jun 30, 2025 3:18:55 PM weblogic.nodemanager.server.AbstractServerManager log NMProcess: INFO: Starting WebLogic server with command line: /oradb01/apps/fs1/EBSapps/comn/util/jdk64/bin/java -Dweblogic.Name=oacore_server1 -Djava.security.policy=null -Dweblogic.management.server=http://dev..gov.sa:7001 -Djava.library.path=/oradb01/apps/fs1/FMW_Home/patch_wls1036/profiles/default/native:/oradb01/apps/fs1/EBSapps/10.1.2/jdk/jre/lib/i386:/oradb01/apps/fs1/EBSapps/10.1.2/jdk/jre/lib/i386/server:/oradb01/apps/fs1/EBSapps/10.1.2/jdk/jre/lib/i386/native_threads:/oradb01/apps/fs1/EBSapps/appl/cz/12.0.0/bin:/oradb01/apps/fs1/EBSapps/10.1.2/lib32:/oradb01/apps/fs1/EBSapps/10.1.2/lib:/usr/X11R6/lib:/usr/openwin/lib:/oradb01/apps/fs1/EBSapps/10.1.2/jdk/jre/lib/i386:/oradb01/apps/fs1/EBSapps/10.1.2/jdk/jre/lib/i386/server:/oradb01/apps/fs1/EBSapps/10.1.2/jdk/jre/lib/i386/native_threads:/oradb01/apps/fs1/EBSapps/appl/sht/12.0.0/lib:/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server/native/linux/x86_64:/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server/native/linux/x86_64/oci920_8:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib -Djava.class.path=/oradb01/apps/fs1/FMW_Home/oracle_common/modules/oracle.jdbc_11.1.1/ojdbc6dms.jar:/oradb01/apps/fs1/FMW_Home/patch_wls1036/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/oradb01/apps/fs1/EBSapps/comn/util/jdk64/lib/tools.jar:/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server/lib/weblogic_sp.jar:/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server/lib/weblogic.jar:/oradb01/apps/fs1/FMW_Home/modules/features/weblogic.server.modules_10.3.6.0.jar:/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server/lib/webservices.jar:/oradb01/apps/fs1/FMW_Home/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/oradb01/apps/fs1/FMW_Home/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/oradb01/apps/fs1/FMW_Home/oracle_common/soa/modules/commons-cli-1.1.jar:/oradb01/apps/fs1/FMW_Home/oracle_common/soa/modules/oracle.soa.mgmt_11.1.1/soa-infra-mgmt.jar:/oradb01/apps/fs1/FMW_Home/oracle_common/webcenter/modules/oracle.portlet.server_11.1.1/oracle-portlet-api.jar:/oradb01/apps/fs1/FMW_Home/oracle_common/modules/oracle.jrf_11.1.1/jrf.jar:/oradb01/apps/fs1/FMW_Home/wlserver_10.3/common/derby/lib/derbyclient.jar:/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server/lib/xqrl.jar:/oradb01/apps/fs1/EBSapps/comn/java/classes/oracle/apps/fnd/jar/xdoprotocolwrapper.jar -Dweblogic.system.BootIdentityFile=/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/servers/oacore_server1/data/nodemanager/boot.properties -Dweblogic.nodemanager.ServiceEnabled=true -Dweblogic.security.SSL.ignoreHostnameVerification=false -Dweblogic.security.SSL.hostnameVerifier=weblogic.security.utils.SSLWLSWildcardHostnameVerifier -Dweblogic.ReverseDNSAllowed=false -XX:PermSize=128m -XX:MaxPermSize=384m -Xms1024m -Xmx1024m -Djava.security.policy=/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server/lib/weblogic.policy -Djava.security.egd=file:/dev/./urandom -Dweblogic.ProductionModeEnabled=true -da -Dplatform.home=/oradb01/apps/fs1/FMW_Home/wlserver_10.3 -Dwls.home=/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server -Dweblogic.home=/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server -Dcommon.components.home=/oradb01/apps/fs1/FMW_Home/oracle_common -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain -Djrockit.optfile=/oradb01/apps/fs1/FMW_Home/oracle_common/modules/oracle.jrf_11.1.1/jrocket_optfile.txt -Doracle.server.config.dir=/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/config/fmwconfig/servers/AdminServer -Doracle.domain.config.dir=/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/config/fmwconfig -Digf.arisidbeans.carmlloc=/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/config/fmwconfig/carml -Digf.arisidstack.home=/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/config/fmwconfig/arisidprovider -Doracle.security.jps.config=/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/config/fmwconfig/jps-config.xml -Doracle.deployed.app.dir=/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/servers/AdminServer/tmp/_WL_user -Doracle.deployed.app.ext=/- -Dweblogic.alternateTypesDirectory=/oradb01/apps/fs1/FMW_Home/oracle_common/modules/oracle.ossoiap_11.1.1,/oradb01/apps/fs1/FMW_Home/oracle_common/modules/oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Dportlet.oracle.home=/oradb01/apps/fs1/FMW_Home/oracle_common -Dem.oracle.home=/oradb01/apps/fs1/FMW_Home/oracle_common -Dweblogic.management.discover=true -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=/oradb01/apps/fs1/FMW_Home/patch_wls1036/profiles/default/sysext_manifest_classpath -Dweblogic.wsee.wstx.wsat.deployed=false -Doracle.jdbc.autoCommitSpecCompliant=false -Doracle.jdbc.DateZeroTime=true -Doracle.jdbc.DateZeroTimeExtra=true -Dweblogic.resourcepool.max_test_wait_secs=0 -Dweblogic.Name=oacore_server1 weblogic.Server NMProcess: NMProcess: Jun 30, 2025 3:18:55 PM weblogic.nodemanager.server.AbstractServerManager log NMProcess: INFO: Working directory is ‘/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain’ NMProcess: NMProcess: Jun 30, 2025 3:18:55 PM weblogic.nodemanager.server.LogFileRotationUtil log NMProcess: INFO: Rotated server output log to “/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/servers/oacore_server1/logs/oacore_server1.out00001” NMProcess: NMProcess: Jun 30, 2025 3:18:55 PM weblogic.nodemanager.server.LogFileRotationUtil log NMProcess: INFO: Server error log also redirected to server log NMProcess: NMProcess: Jun 30, 2025 3:18:55 PM weblogic.nodemanager.server.AbstractServerManager log NMProcess: INFO: Server output log file is ‘/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/servers/oacore_server1/logs/oacore_server1.out’ NMProcess: NMProcess: Jun 30, 2025 3:18:55 PM weblogic.nodemanager.server.AbstractServerManager log NMProcess: INFO: Server was shut down normally NMProcess: NMProcess: Jun 30, 2025 3:23:04 PM weblogic.nodemanager.server.AbstractServerManager log NMProcess: INFO: Server was shut down normally NMProcess: NMProcess: Jun 30, 2025 3:23:04 PM weblogic.nodemanager.server.AbstractServerManager log NMProcess: INFO: Creating directory “/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/servers/forms-c4ws_server1/logs” NMProcess: NMProcess: Jun 30, 2025 3:23:04 PM weblogic.nodemanager.server.AbstractServerManager log NMProcess: INFO: Creating directory “/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/servers/forms-c4ws_server1/data/nodemanager” NMProcess: NMProcess: Jun 30, 2025 3:23:04 PM weblogic.nodemanager.server.AbstractServerManager log NMProcess: INFO: Creating directory “/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/servers/forms-c4ws_server1/tmp” NMProcess: NMProcess: Jun 30, 2025 3:23:04 PM weblogic.nodemanager.server.AbstractServerManager log NMProcess: INFO: Boot identity properties saved to “/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/servers/forms-c4ws_server1/data/nodemanager/boot.properties” NMProcess: NMProcess: Jun 30, 2025 3:23:04 PM weblogic.nodemanager.server.AbstractServerManager log NMProcess: INFO: Startup configuration properties saved to “/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/servers/forms-c4ws_server1/data/nodemanager/startup.properties” NMProcess: NMProcess: Jun 30, 2025 3:23:04 PM weblogic.nodemanager.server.LogFileRotationUtil log NMProcess: INFO: Server error log also redirected to server log NMProcess: NMProcess: Jun 30, 2025 3:23:04 PM weblogic.nodemanager.server.AbstractServerManager log NMProcess: INFO: Starting WebLogic server with command line: /oradb01/apps/fs1/EBSapps/comn/util/jdk64/bin/java -Dweblogic.Name=forms-c4ws_server1 -Djava.security.policy=null -Dweblogic.management.server=http://dev..gov.sa:7001 -Djava.library.path=/oradb01/apps/fs1/FMW_Home/patch_wls1036/profiles/default/native:/oradb01/apps/fs1/EBSapps/10.1.2/jdk/jre/lib/i386:/oradb01/apps/fs1/EBSapps/10.1.2/jdk/jre/lib/i386/server:/oradb01/apps/fs1/EBSapps/10.1.2/jdk/jre/lib/i386/native_threads:/oradb01/apps/fs1/EBSapps/appl/cz/12.0.0/bin:/oradb01/apps/fs1/EBSapps/10.1.2/lib32:/oradb01/apps/fs1/EBSapps/10.1.2/lib:/usr/X11R6/lib:/usr/openwin/lib:/oradb01/apps/fs1/EBSapps/10.1.2/jdk/jre/lib/i386:/oradb01/apps/fs1/EBSapps/10.1.2/jdk/jre/lib/i386/server:/oradb01/apps/fs1/EBSapps/10.1.2/jdk/jre/lib/i386/native_threads:/oradb01/apps/fs1/EBSapps/appl/sht/12.0.0/lib:/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server/native/linux/x86_64:/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server/native/linux/x86_64/oci920_8:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib -Djava.class.path=/oradb01/apps/fs1/FMW_Home/oracle_common/modules/oracle.jdbc_11.1.1/ojdbc6dms.jar:/oradb01/apps/fs1/FMW_Home/patch_wls1036/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/oradb01/apps/fs1/EBSapps/comn/util/jdk64/lib/tools.jar:/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server/lib/weblogic_sp.jar:/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server/lib/weblogic.jar:/oradb01/apps/fs1/FMW_Home/modules/features/weblogic.server.modules_10.3.6.0.jar:/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server/lib/webservices.jar:/oradb01/apps/fs1/FMW_Home/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/oradb01/apps/fs1/FMW_Home/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/oradb01/apps/fs1/FMW_Home/oracle_common/soa/modules/commons-cli-1.1.jar:/oradb01/apps/fs1/FMW_Home/oracle_common/soa/modules/oracle.soa.mgmt_11.1.1/soa-infra-mgmt.jar:/oradb01/apps/fs1/FMW_Home/oracle_common/webcenter/modules/oracle.portlet.server_11.1.1/oracle-portlet-api.jar:/oradb01/apps/fs1/FMW_Home/oracle_common/modules/oracle.jrf_11.1.1/jrf.jar:/oradb01/apps/fs1/FMW_Home/wlserver_10.3/common/derby/lib/derbyclient.jar:/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server/lib/xqrl.jar:/oradb01/apps/fs1/EBSapps/comn/java/classes/oracle/apps/fnd/jar/xdoprotocolwrapper.jar -Dweblogic.system.BootIdentityFile=/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/servers/forms-c4ws_server1/data/nodemanager/boot.properties -Dweblogic.nodemanager.ServiceEnabled=true -Dweblogic.security.SSL.ignoreHostnameVerification=false -Dweblogic.ReverseDNSAllowed=false -XX:PermSize=128m -XX:MaxPermSize=384m -Xms1024m -Xmx1024m -Djava.security.policy=/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server/lib/weblogic.policy -Djava.security.egd=file:/dev/./urandom -Dweblogic.ProductionModeEnabled=true -da -Dplatform.home=/oradb01/apps/fs1/FMW_Home/wlserver_10.3 -Dwls.home=/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server -Dweblogic.home=/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server -Dcommon.components.home=/oradb01/apps/fs1/FMW_Home/oracle_common -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain -Djrockit.optfile=/oradb01/apps/fs1/FMW_Home/oracle_common/modules/oracle.jrf_11.1.1/jrocket_optfile.txt -Doracle.server.config.dir=/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/config/fmwconfig/servers/AdminServer -Doracle.domain.config.dir=/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/config/fmwconfig -Digf.arisidbeans.carmlloc=/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/config/fmwconfig/carml -Digf.arisidstack.home=/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/config/fmwconfig/arisidprovider -Doracle.security.jps.config=/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/config/fmwconfig/jps-config.xml -Doracle.deployed.app.dir=/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/servers/AdminServer/tmp/_WL_user -Doracle.deployed.app.ext=/- -Dweblogic.alternateTypesDirectory=/oradb01/apps/fs1/FMW_Home/oracle_common/modules/oracle.ossoiap_11.1.1,/oradb01/apps/fs1/FMW_Home/oracle_common/modules/oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Dportlet.oracle.home=/oradb01/apps/fs1/FMW_Home/oracle_common -Dem.oracle.home=/oradb01/apps/fs1/FMW_Home/oracle_common -Dweblogic.management.discover=true -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=/oradb01/apps/fs1/FMW_Home/patch_wls1036/profiles/default/sysext_manifest_classpath -Dweblogic.wsee.wstx.wsat.deployed=false -Doracle.jdbc.autoCommitSpecCompliant=false -Doracle.jdbc.DateZeroTime=true -Doracle.jdbc.DateZeroTimeExtra=true -Dweblogic.Name=forms-c4ws_server1 weblogic.Server NMProcess: NMProcess: Jun 30, 2025 3:23:04 PM weblogic.nodemanager.server.AbstractServerManager log NMProcess: INFO: Working directory is ‘/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain’ NMProcess: NMProcess: Jun 30, 2025 3:23:04 PM weblogic.nodemanager.server.LogFileRotationUtil log NMProcess: INFO: Rotated server output log to “/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/servers/forms-c4ws_server1/logs/forms-c4ws_server1.out00001” NMProcess: NMProcess: Jun 30, 2025 3:23:04 PM weblogic.nodemanager.server.LogFileRotationUtil log NMProcess: INFO: Server error log also redirected to server log NMProcess: NMProcess: Jun 30, 2025 3:23:04 PM weblogic.nodemanager.server.AbstractServerManager log NMProcess: INFO: Server output log file is ‘/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/servers/forms-c4ws_server1/logs/forms-c4ws_server1.out’ NMProcess: NMProcess: Jun 30, 2025 3:24:52 PM weblogic.nodemanager.server.AbstractServerManager log NMProcess: INFO: Server was shut down normally NMProcess: NMProcess: Jun 30, 2025 3:24:52 PM weblogic.nodemanager.server.AbstractServerManager log NMProcess: INFO: Creating directory “/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/servers/oafm_server1/logs” NMProcess: NMProcess: Jun 30, 2025 3:24:52 PM weblogic.nodemanager.server.AbstractServerManager log NMProcess: INFO: Creating directory “/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/servers/oafm_server1/data/nodemanager” NMProcess: NMProcess: Jun 30, 2025 3:24:52 PM weblogic.nodemanager.server.AbstractServerManager log NMProcess: INFO: Creating directory “/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/servers/oafm_server1/tmp” NMProcess: NMProcess: Jun 30, 2025 3:24:52 PM weblogic.nodemanager.server.AbstractServerManager log NMProcess: INFO: Boot identity properties saved to “/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/servers/oafm_server1/data/nodemanager/boot.properties” NMProcess: NMProcess: Jun 30, 2025 3:24:52 PM weblogic.nodemanager.server.AbstractServerManager log NMProcess: INFO: Startup configuration properties saved to “/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/servers/oafm_server1/data/nodemanager/startup.properties” NMProcess: NMProcess: Jun 30, 2025 3:24:52 PM weblogic.nodemanager.server.LogFileRotationUtil log NMProcess: INFO: Server error log also redirected to server log NMProcess: NMProcess: Jun 30, 2025 3:24:52 PM weblogic.nodemanager.server.AbstractServerManager log NMProcess: INFO: Starting WebLogic server with command line: /oradb01/apps/fs1/EBSapps/comn/util/jdk64/bin/java -Dweblogic.Name=oafm_server1 -Djava.security.policy=null -Dweblogic.management.server=http://dev..gov.sa:7001 -Djava.library.path=/oradb01/apps/fs1/FMW_Home/patch_wls1036/profiles/default/native:/oradb01/apps/fs1/EBSapps/10.1.2/jdk/jre/lib/i386:/oradb01/apps/fs1/EBSapps/10.1.2/jdk/jre/lib/i386/server:/oradb01/apps/fs1/EBSapps/10.1.2/jdk/jre/lib/i386/native_threads:/oradb01/apps/fs1/EBSapps/appl/cz/12.0.0/bin:/oradb01/apps/fs1/EBSapps/10.1.2/lib32:/oradb01/apps/fs1/EBSapps/10.1.2/lib:/usr/X11R6/lib:/usr/openwin/lib:/oradb01/apps/fs1/EBSapps/10.1.2/jdk/jre/lib/i386:/oradb01/apps/fs1/EBSapps/10.1.2/jdk/jre/lib/i386/server:/oradb01/apps/fs1/EBSapps/10.1.2/jdk/jre/lib/i386/native_threads:/oradb01/apps/fs1/EBSapps/appl/sht/12.0.0/lib:/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server/native/linux/x86_64:/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server/native/linux/x86_64/oci920_8:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib -Djava.class.path=/oradb01/apps/fs1/FMW_Home/oracle_common/modules/oracle.jdbc_11.1.1/ojdbc6dms.jar:/oradb01/apps/fs1/FMW_Home/patch_wls1036/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/oradb01/apps/fs1/EBSapps/comn/util/jdk64/lib/tools.jar:/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server/lib/weblogic_sp.jar:/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server/lib/weblogic.jar:/oradb01/apps/fs1/FMW_Home/modules/features/weblogic.server.modules_10.3.6.0.jar:/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server/lib/webservices.jar:/oradb01/apps/fs1/FMW_Home/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/oradb01/apps/fs1/FMW_Home/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/oradb01/apps/fs1/FMW_Home/oracle_common/soa/modules/commons-cli-1.1.jar:/oradb01/apps/fs1/FMW_Home/oracle_common/soa/modules/oracle.soa.mgmt_11.1.1/soa-infra-mgmt.jar:/oradb01/apps/fs1/FMW_Home/oracle_common/webcenter/modules/oracle.portlet.server_11.1.1/oracle-portlet-api.jar:/oradb01/apps/fs1/FMW_Home/oracle_common/modules/oracle.jrf_11.1.1/jrf.jar:/oradb01/apps/fs1/FMW_Home/wlserver_10.3/common/derby/lib/derbyclient.jar:/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server/lib/xqrl.jar:/oradb01/apps/fs1/EBSapps/comn/java/classes/oracle/apps/fnd/jar/xdoprotocolwrapper.jar -Dweblogic.system.BootIdentityFile=/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/servers/oafm_server1/data/nodemanager/boot.properties -Dweblogic.nodemanager.ServiceEnabled=true -Dweblogic.security.SSL.ignoreHostnameVerification=false -Dweblogic.ReverseDNSAllowed=false -XX:PermSize=128m -XX:MaxPermSize=384m -Xms1024m -Xmx1024m -Djava.security.policy=/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server/lib/weblogic.policy -Djava.security.egd=file:/dev/./urandom -Dweblogic.ProductionModeEnabled=true -da -Dplatform.home=/oradb01/apps/fs1/FMW_Home/wlserver_10.3 -Dwls.home=/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server -Dweblogic.home=/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server -Dcommon.components.home=/oradb01/apps/fs1/FMW_Home/oracle_common -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain -Djrockit.optfile=/oradb01/apps/fs1/FMW_Home/oracle_common/modules/oracle.jrf_11.1.1/jrocket_optfile.txt -Doracle.server.config.dir=/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/config/fmwconfig/servers/AdminServer -Doracle.domain.config.dir=/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/config/fmwconfig -Digf.arisidbeans.carmlloc=/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/config/fmwconfig/carml -Digf.arisidstack.home=/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/config/fmwconfig/arisidprovider -Doracle.security.jps.config=/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/config/fmwconfig/jps-config.xml -Doracle.deployed.app.dir=/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/servers/AdminServer/tmp/_WL_user -Doracle.deployed.app.ext=/- -Dweblogic.alternateTypesDirectory=/oradb01/apps/fs1/FMW_Home/oracle_common/modules/oracle.ossoiap_11.1.1,/oradb01/apps/fs1/FMW_Home/oracle_common/modules/oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Dportlet.oracle.home=/oradb01/apps/fs1/FMW_Home/oracle_common -Dem.oracle.home=/oradb01/apps/fs1/FMW_Home/oracle_common -Dweblogic.management.discover=true -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=/oradb01/apps/fs1/FMW_Home/patch_wls1036/profiles/default/sysext_manifest_classpath -Dweblogic.wsee.wstx.wsat.deployed=false -Doracle.jdbc.autoCommitSpecCompliant=false -Doracle.jdbc.DateZeroTime=true -Doracle.jdbc.DateZeroTimeExtra=true -Dweblogic.Name=oafm_server1 weblogic.Server NMProcess: NMProcess: Jun 30, 2025 3:24:52 PM weblogic.nodemanager.server.AbstractServerManager log NMProcess: INFO: Working directory is ‘/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain’ NMProcess: NMProcess: Jun 30, 2025 3:24:52 PM weblogic.nodemanager.server.LogFileRotationUtil log NMProcess: INFO: Rotated server output log to “/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/servers/oafm_server1/logs/oafm_server1.out00001” NMProcess: NMProcess: Jun 30, 2025 3:24:52 PM weblogic.nodemanager.server.LogFileRotationUtil log NMProcess: INFO: Server error log also redirected to server log NMProcess: NMProcess: Jun 30, 2025 3:24:52 PM weblogic.nodemanager.server.AbstractServerManager log NMProcess: INFO: Server output log file is ‘/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/servers/oafm_server1/logs/oafm_server1.out’ NMProcess: NMProcess: Jun 30, 2025 3:26:54 PM weblogic.nodemanager.server.AbstractServerManager log NMProcess: INFO: Server was shut down normally NMProcess: NMProcess: Jun 30, 2025 3:27:21 PM weblogic.nodemanager.server.AbstractServerManager log NMProcess: INFO: Creating directory “/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/servers/AdminServer/data/nodemanager” NMProcess: NMProcess: Jun 30, 2025 3:27:21 PM weblogic.nodemanager.server.AbstractServerManager log NMProcess: INFO: Startup configuration properties saved to “/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/servers/AdminServer/data/nodemanager/startup.properties” NMProcess: NMProcess: Jun 30, 2025 3:27:21 PM weblogic.nodemanager.server.LogFileRotationUtil log NMProcess: INFO: Server error log also redirected to server log NMProcess: NMProcess: Jun 30, 2025 3:27:21 PM weblogic.nodemanager.server.AbstractServerManager log NMProcess: INFO: Starting WebLogic server with command line: /oradb01/apps/fs1/EBSapps/comn/util/jdk64/jre/bin/java -Dweblogic.Name=AdminServer -Djava.security.policy=null -Djava.library.path=/oradb01/apps/fs1/FMW_Home/patch_wls1036/profiles/default/native:/oradb01/apps/fs1/EBSapps/10.1.2/jdk/jre/lib/i386:/oradb01/apps/fs1/EBSapps/10.1.2/jdk/jre/lib/i386/server:/oradb01/apps/fs1/EBSapps/10.1.2/jdk/jre/lib/i386/native_threads:/oradb01/apps/fs1/EBSapps/appl/cz/12.0.0/bin:/oradb01/apps/fs1/EBSapps/10.1.2/lib32:/oradb01/apps/fs1/EBSapps/10.1.2/lib:/usr/X11R6/lib:/usr/openwin/lib:/oradb01/apps/fs1/EBSapps/10.1.2/jdk/jre/lib/i386:/oradb01/apps/fs1/EBSapps/10.1.2/jdk/jre/lib/i386/server:/oradb01/apps/fs1/EBSapps/10.1.2/jdk/jre/lib/i386/native_threads:/oradb01/apps/fs1/EBSapps/appl/sht/12.0.0/lib:/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server/native/linux/x86_64:/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server/native/linux/x86_64/oci920_8:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib -Djava.class.path=/oradb01/apps/fs1/FMW_Home/patch_wls1036/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server/lib/weblogic_sp.jar:/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server/lib/weblogic.jar:/oradb01/apps/fs1/FMW_Home/modules/features/weblogic.server.modules_10.3.6.0.jar:/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server/lib/webservices.jar:/oradb01/apps/fs1/FMW_Home/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/oradb01/apps/fs1/FMW_Home/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/oradb01/apps/fs1/FMW_Home/oracle_common/modules/oracle.jdbc_11.1.1/ojdbc6dms.jar:/oradb01/apps/fs1/FMW_Home/oracle_common/webcenter/modules/oracle.portlet.server_11.1.1/oracle-portlet-api.jar:/oradb01/apps/fs1/FMW_Home/oracle_common/modules/oracle.jrf_11.1.1/jrf.jar:/oradb01/apps/fs1/FMW_Home/wlserver_10.3/common/derby/lib/derbyclient.jar:/oradb01/apps/fs1/EBSapps/comn/java/classes/oracle/apps/fnd/jar/wlsconnfilter.jar -Dweblogic.system.BootIdentityFile=/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/servers/AdminServer/security/boot.properties -Dweblogic.nodemanager.ServiceEnabled=true -XX:PermSize=128m -XX:MaxPermSize=384m -Xms1024m -Xmx1024m -Djava.security.policy=/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server/lib/weblogic.policy -Djava.security.egd=file:/dev/./urandom -Dweblogic.ProductionModeEnabled=true -da -Dplatform.home=/oradb01/apps/fs1/FMW_Home/wlserver_10.3 -Dwls.home=/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server -Dweblogic.home=/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server -Dcommon.components.home=/oradb01/apps/fs1/FMW_Home/oracle_common -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain -Djrockit.optfile=/oradb01/apps/fs1/FMW_Home/oracle_common/modules/oracle.jrf_11.1.1/jrocket_optfile.txt -Doracle.server.config.dir=/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/config/fmwconfig/servers/AdminServer -Doracle.domain.config.dir=/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/config/fmwconfig -Digf.arisidbeans.carmlloc=/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/config/fmwconfig/carml -Digf.arisidstack.home=/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/config/fmwconfig/arisidprovider -Doracle.security.jps.config=/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/config/fmwconfig/jps-config.xml -Doracle.deployed.app.dir=/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/servers/AdminServer/tmp/_WL_user -Doracle.deployed.app.ext=/- -Dweblogic.alternateTypesDirectory=/oradb01/apps/fs1/FMW_Home/oracle_common/modules/oracle.ossoiap_11.1.1,/oradb01/apps/fs1/FMW_Home/oracle_common/modules/oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Dportlet.oracle.home=/oradb01/apps/fs1/FMW_Home/oracle_common -Dem.oracle.home=/oradb01/apps/fs1/FMW_Home/oracle_common -Dweblogic.management.discover=true -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=/oradb01/apps/fs1/FMW_Home/patch_wls1036/profiles/default/sysext_manifest_classpath -Dweblogic.wsee.wstx.wsat.deployed=false -Doracle.jdbc.autoCommitSpecCompliant=false -Doracle.jdbc.DateZeroTime=true -Doracle.jdbc.DateZeroTimeExtra=true weblogic.Server NMProcess: NMProcess: Jun 30, 2025 3:27:21 PM weblogic.nodemanager.server.AbstractServerManager log NMProcess: INFO: Working directory is ‘/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain’ NMProcess: NMProcess: Jun 30, 2025 3:27:21 PM weblogic.nodemanager.server.LogFileRotationUtil log NMProcess: INFO: Rotated server output log to “/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/servers/AdminServer/logs/AdminServer.out00001” NMProcess: NMProcess: Jun 30, 2025 3:27:21 PM weblogic.nodemanager.server.LogFileRotationUtil log NMProcess: INFO: Server error log also redirected to server log NMProcess: NMProcess: Jun 30, 2025 3:27:21 PM weblogic.nodemanager.server.AbstractServerManager log NMProcess: INFO: Server output log file is ‘/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/servers/AdminServer/logs/AdminServer.out’ NMProcess: NMProcess: Jun 30, 2025 3:28:58 PM weblogic.nodemanager.server.AbstractServerManager log NMProcess: INFO: Server was shut down normally NMProcess: NMProcess: Jun 30, 2025 3:29:02 PM weblogic.nodemanager.server.AbstractServerManager log NMProcess: INFO: Startup configuration properties saved to “/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/servers/AdminServer/data/nodemanager/startup.properties” NMProcess: NMProcess: Jun 30, 2025 3:29:02 PM weblogic.nodemanager.server.LogFileRotationUtil log NMProcess: INFO: Rotated server output log to “/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/servers/AdminServer/logs/AdminServer.out00002” NMProcess: NMProcess: Jun 30, 2025 3:29:02 PM weblogic.nodemanager.server.LogFileRotationUtil log NMProcess: INFO: Server error log also redirected to server log NMProcess: NMProcess: Jun 30, 2025 3:29:02 PM weblogic.nodemanager.server.AbstractServerManager log NMProcess: INFO: Starting WebLogic server with command line: /oradb01/apps/fs1/EBSapps/comn/util/jdk64/jre/bin/java -Dweblogic.Name=AdminServer -Djava.security.policy=null -Djava.library.path=/oradb01/apps/fs1/FMW_Home/patch_wls1036/profiles/default/native:/oradb01/apps/fs1/EBSapps/10.1.2/jdk/jre/lib/i386:/oradb01/apps/fs1/EBSapps/10.1.2/jdk/jre/lib/i386/server:/oradb01/apps/fs1/EBSapps/10.1.2/jdk/jre/lib/i386/native_threads:/oradb01/apps/fs1/EBSapps/appl/cz/12.0.0/bin:/oradb01/apps/fs1/EBSapps/10.1.2/lib32:/oradb01/apps/fs1/EBSapps/10.1.2/lib:/usr/X11R6/lib:/usr/openwin/lib:/oradb01/apps/fs1/EBSapps/10.1.2/jdk/jre/lib/i386:/oradb01/apps/fs1/EBSapps/10.1.2/jdk/jre/lib/i386/server:/oradb01/apps/fs1/EBSapps/10.1.2/jdk/jre/lib/i386/native_threads:/oradb01/apps/fs1/EBSapps/appl/sht/12.0.0/lib:/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server/native/linux/x86_64:/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server/native/linux/x86_64/oci920_8:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib -Djava.class.path=/oradb01/apps/fs1/FMW_Home/patch_wls1036/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server/lib/weblogic_sp.jar:/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server/lib/weblogic.jar:/oradb01/apps/fs1/FMW_Home/modules/features/weblogic.server.modules_10.3.6.0.jar:/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server/lib/webservices.jar:/oradb01/apps/fs1/FMW_Home/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/oradb01/apps/fs1/FMW_Home/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/oradb01/apps/fs1/FMW_Home/oracle_common/modules/oracle.jdbc_11.1.1/ojdbc6dms.jar:/oradb01/apps/fs1/FMW_Home/oracle_common/webcenter/modules/oracle.portlet.server_11.1.1/oracle-portlet-api.jar:/oradb01/apps/fs1/FMW_Home/oracle_common/modules/oracle.jrf_11.1.1/jrf.jar:/oradb01/apps/fs1/FMW_Home/wlserver_10.3/common/derby/lib/derbyclient.jar:/oradb01/apps/fs1/EBSapps/comn/java/classes/oracle/apps/fnd/jar/wlsconnfilter.jar -Dweblogic.system.BootIdentityFile=/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/servers/AdminServer/security/boot.properties -Dweblogic.nodemanager.ServiceEnabled=true -XX:PermSize=128m -XX:MaxPermSize=384m -Xms1024m -Xmx1024m -Djava.security.policy=/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server/lib/weblogic.policy -Djava.security.egd=file:/dev/./urandom -Dweblogic.ProductionModeEnabled=true -da -Dplatform.home=/oradb01/apps/fs1/FMW_Home/wlserver_10.3 -Dwls.home=/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server -Dweblogic.home=/oradb01/apps/fs1/FMW_Home/wlserver_10.3/server -Dcommon.components.home=/oradb01/apps/fs1/FMW_Home/oracle_common -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain -Djrockit.optfile=/oradb01/apps/fs1/FMW_Home/oracle_common/modules/oracle.jrf_11.1.1/jrocket_optfile.txt -Doracle.server.config.dir=/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/config/fmwconfig/servers/AdminServer -Doracle.domain.config.dir=/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/config/fmwconfig -Digf.arisidbeans.carmlloc=/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/config/fmwconfig/carml -Digf.arisidstack.home=/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/config/fmwconfig/arisidprovider -Doracle.security.jps.config=/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/config/fmwconfig/jps-config.xml -Doracle.deployed.app.dir=/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/servers/AdminServer/tmp/_WL_user -Doracle.deployed.app.ext=/- -Dweblogic.alternateTypesDirectory=/oradb01/apps/fs1/FMW_Home/oracle_common/modules/oracle.ossoiap_11.1.1,/oradb01/apps/fs1/FMW_Home/oracle_common/modules/oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Dportlet.oracle.home=/oradb01/apps/fs1/FMW_Home/oracle_common -Dem.oracle.home=/oradb01/apps/fs1/FMW_Home/oracle_common -Dweblogic.management.discover=true -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=/oradb01/apps/fs1/FMW_Home/patch_wls1036/profiles/default/sysext_manifest_classpath -Dweblogic.wsee.wstx.wsat.deployed=false -Doracle.jdbc.autoCommitSpecCompliant=false -Doracle.jdbc.DateZeroTime=true -Doracle.jdbc.DateZeroTimeExtra=true weblogic.Server NMProcess: NMProcess: Jun 30, 2025 3:29:02 PM weblogic.nodemanager.server.AbstractServerManager log NMProcess: INFO: Working directory is ‘/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain’ NMProcess: NMProcess: Jun 30, 2025 3:29:02 PM weblogic.nodemanager.server.LogFileRotationUtil log NMProcess: INFO: Rotated server output log to “/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/servers/AdminServer/logs/AdminServer.out00003” NMProcess: NMProcess: Jun 30, 2025 3:29:02 PM weblogic.nodemanager.server.LogFileRotationUtil log NMProcess: INFO: Server error log also redirected to server log NMProcess: NMProcess: Jun 30, 2025 3:29:02 PM weblogic.nodemanager.server.AbstractServerManager log NMProcess: INFO: Server output log file is ‘/oradb01/apps/fs1/FMW_Home/user_projects/domains/EBS_domain/servers/AdminServer/logs/AdminServer.out’ Creation and deployment of E-Business Suite domain completed..
ERROR: [root@isupplier tmp]# cat /u01/8052/ebiz8052/fs2/inst/apps/ERPPROD_isupplier/admin/log/clone/fmwT2PApply/CLONE2017-01-18_02-03-38AM.error SEVERE : Jan 18, 2017 2:06:23 AM – ERROR – CLONE-20275 Insufficient space to create /tmp/CLONINGCLIENT-6554959005609214176. SEVERE : Jan 18, 2017 2:06:23 AM – CAUSE – CLONE-20275 Minimum required space was at least “2,339” MB, but only “2,101” MB was available for use.
CAUSE: Insufficient space in /tmp mount point
SOLUTION: Option 1:( If you can ). Free up space
Options 2: ( If you cannot ). Unfortunately in my case /tmp is badly allocated with very low space during the Linux installation. So we were unable to delete files to recover sufficient enough space
ISSUE : My Primary Database is not able to ship Archive Logs to Standby Database On Primary Database i see this error :
ORA-16191: Primary log shipping client not logged on standby 2025-01-27T10:14:51.519672+03:00 PR00 (PID:4208): Error 1017 received logging on to the standby PR00 (PID:4208): ————————————————————————- PR00 (PID:4208): Check that the source and target databases are using a password file PR00 (PID:4208): and remote_login_passwordfile is set to SHARED or EXCLUSIVE, PR00 (PID:4208): and that the SYS password is same in the password files, PR00 (PID:4208): returning error ORA-16191 PR00 (PID:4208): ————————————————————————- PR00 (PID:4208): FAL: Error 16191 connecting to EBSUAT for fetching gap sequence 2025-01-27T10:14:51.519672+03:00
Cause: Password file is missing OR not synched between Primary and Standby with same sys password
SOLUTION: First connect your Primary Database and change the sys password if you dont know existing password.
sqlplus / as sysdba alter user sys identified by Oracle123123;
MS Windows: %ORACLE_HOME%\bin\orapwd file=%ORACLE_HOME%\database\pwdEBSUAT.ora password=Oracle123123$ entries=5 force=y
NOTE: In Windows Platform Make sure the Password file has the .ora extension since i faced errors without extention. After the password is generated , Transfer to Standby Database respectively and better rename password to Standby Unique Name too respectively.
Check Clone Context logfile /u01/DEV8010/db/19.0.0/appsutil/clone/bin/CloneContext_0202132410.log for details.
[oradev@erpdevdb bin]$
=========================================
4.1.4 Configure the Database Technology Stack
IMPORTANT:Ensure oraInventory pointed in /etc/oraInst.loc must not contain the Same target PATH OR same Target Oracle Home Names, If exist then it is better deAttach those which may conflict with your Cloning session. ( Example : /u01/orainventory/ContentsXML/inventory.xml can be reviewed before proceeding)
CREATE RMAN DUPLICATE SCRIPT FOR RESTORING YOUR TARGET DATABASE:
SAMPLE COMMAND duplicate database to “<TARGET CDB>” backup location ‘<PATH OF RMAN BACKUP DIRECTORY>’;
DEV CREATION COMMAND duplicate database to “DEVCDB” backup location ‘/u01/DEV8010/RMAN_BKP_02FEB22_02AM’;
RMAN DUPLICATE SCRIPT:
cd /u01/DEV8010/
vi restoredevcdb.sql
INSERT Below duplicate script to clone the Production Backup to Restore to DEV CDB
run
{
allocate auxiliary channel a1 type disk;
allocate auxiliary channel a2 type disk;
allocate auxiliary channel a3 type disk;
duplicate database to “DEVCDB” backup location ‘/u01/DEV8010/RMAN_BKP_02FEB22_02AM’;
release channel a1;
release channel a2;
release channel a3;
}
This above script will restore the CDB + PDB Database plugged already in CDB
============================
STEP
======
[oradev@erpdevdb dbs]$ rman auxiliary /
Recovery Manager: Release 19.0.0.0.0 – Production on Wed Feb 2 19:02:18 2022
Version 19.12.0.0.0
Copyright (c) 1982, 2019, Oracle and/or its affiliates. All rights reserved.
connected to auxiliary database: DEVCDB (not mounted)
RMAN> @/u01/DEV8010/restoredevcdb.sql
RMAN>
============================
Take a new/fresh Putty Session Source Environment of this recently Restored Container Database DEVCDB
. /u01/DEV8010/db/19.0.0/DEVCDB_erpdevdb.env
Start the Container Database DEVCDB
Note: if the Database is already up then it is better to bounce the Database and ensure CDB has no issue shutting and starting up this newly Cloned DEVCDB.
Check the Datafiles, Controlfiles, Redolog Files and Temporary Tablespace files are correctly restored on the Target File System PATH
You should be able to connect to apps schema on this new ERPDEV PDB Connect using TOAD or xyz ToolVerify the UTL FILE directory is correctly populated : select * from apps.v$parameter2 where name=’utl_file_dir’
Since Our ORACLE_BASE is /u01/DEV8010 Therefore we ensured a temp folder inside ORACLE_BASE /u01/DEV8010/temp
Check Table FND_NODES ( If Source PDB records does not exist then skip the FND_CONC_CLONE.SETUP_CLEAN; )
EXEC FND_CONC_CLONE.SETUP_CLEAN;
COMMIT; EXIT;
cd /u01/DEV8010/db/19.0.0/appsutil/clone/bin perl adcfgclone.pl dbconfig /u01/DEV8010/db/19.0.0/appsutil/ERPDEV_erpdevdb.xml
X =============END OF DATABASE CLONING STEPS=============X
EBS 12.2.X – APPLICATION TIER CLONING:
3.2 Prepare the Source System Application Tier
Run Preclone on Source App Tier: cd $ADMIN_SCRIPTS_ADMIN perl adpreclone.pl appsTier Ensure completion is 100% Successful.
Now Take TAR backup of EBS Run File System
cd <backup PATH> tar -czf /backup_apps/EBS_BKPS/APPS_BKP_EBSapps`date +%d%m%y`.tgz $RUN_BASE/EBSapps
Transfer the tar file backup to Target EBS App Server and extract it ======================================
5.2 Configure the Target System Application Tier Nodes
IMPORTANT:Ensure oraInventory pointed in /etc/oraInst.loc must not contain the Same target PATH OR same Target Oracle Home Names, If exist then it is better deAttach those which may conflict with your Cloning session. ( Example : /u01/orainventory/ContentsXML/inventory.xml can be reviewed before proceeding) Start the Cloning process as below :
[appldev@erpdevapp bin]$ cd /u01/Ebiz_Dev8010/fs1/EBSapps/comn/clone/bin
[appldev@erpdevapp bin]$ pwd
/u01/Ebiz_Dev8010/fs1/EBSapps/comn/clone/bin
[appldev@erpdevapp bin]$ ls -lrt
total 296
-rwxrwxr-x. 1 appldev dba 5101 Nov 26 2012 adchkutl.sh
-rwxrwxr-x. 1 appldev dba 100123 Jan 15 04:03 adclone.pl
-rwxrwxr-x. 1 appldev dba 48314 Jan 15 04:03 adclonectx.pl
-rwxrwxr-x. 1 appldev dba 128221 Jan 15 04:03 adcfgclone.pl
-rwxrwxr-x. 1 appldev dba 10887 Jan 15 04:03 adaddnode.pl
Check Clone Context logfile /u01/Ebiz_Dev8010/fs1/EBSapps/comn/clone/bin/CloneContext_0116110816.log for details.
Running Rapid Clone with command:
============END OF CLONING PROCESS==============
POST CLONING ACTIONS:
1. Change sysadmin password ( Different from Production ) 2. Change apps password in EBS 12.2 requires below steps:After Finishing the Cloning Process Must change the apps password to differentiate it from Production
3.Run autoconfig with the newly changed password.
./autocfg.sh
Enter the APPS user password:
Start AdminServer using the $INST_TOP/admin/scripts/adadminsrvctl.sh script. Do not start any other application tier services.
$INST_TOP/admin/scripts/adadminsrvctl.sh start
Change the �apps� password in WLS Datasource as follows:Log in to WLS Administration Console.
b. Click Lock & Edit in Change Center.
c. In the Domain Structure tree, expand Services, then select Data Sources.
d. On the �Summary of JDBC Data Sources� page, select EBSDataSource.
e. On the �Settings for EBSDataSource� page, select the Connection Pool tab.
f. Enter the new password in the �Password� field.
g. Enter the new password in the �Confirm Password� field.
h. Click Save.
i. Click Activate Changes in Change Center.
http://srrco.server.com:7011/console
Username/Password <of weblogic>
Start all the application tier services using the below script
$INST_TOP/admin/scripts/adstrtal.sh
Verify the WLS Datastore changes as follows:Log in to WLS Administration Console.
b. In the Domain Structure tree, expand Services, then select Data Sources.
c. On the �Summary of JDBC Data Sources� page, select EBSDataSource.
d. On the �Settings for EBSDataSource� page, select Monitoring > Testing.
e. Select �oacore_server1�.
f. Click Test DataSource
g. Look for the message �Test of EBSDataSource on server oacore_server1 was succ
Executing screen command in Linux 8 gives error: bash: screen: command not found This is because: From Linux 8.x onwards screen has been deprecated and tmux has been introduced. Execute Un-Interrupted Red Hat Linux 8 Sessions (Remotely in the Background) using TMUX (Replacement of screen utility In Earlier Linux Versions)
In the life of an Oracle EBS Apps DBA / Database Administrator, especially when a DBA comes into a situation that he has to connect/ssh to the client’s ERP’s Database or Application Server in order to run or manage a long-running task on a remote Linux server (e.g., a cloud VM or a physical server).
Example: Particularly * Database Backup * Database optimization scripts or statistics collection jobs * Tar backup of the Oracle ERP File System. * Performing database migration from an old server to a new one. (The migration would indeed involve transferring large RMAN Backups which may be Long running/time-consuming)
These critical operations needs around couple of hours to finish gracefully or otherwise since we ‘re working over SSH, and we risk losing the session or the connection due to network issues, system shutdowns, or even just a lost Wi-Fi signal we would obviously risk interrupting the entire process and might have to restart the same job from the begining.
So in order to double ensure that we go through seemlessly we offcourse need to run uninterrupted at any cost !.
In this post I am sharing very basic usage of tmux as how tmux can help save our critical jobs keep running without any interruption:
This is a game-changer in environments where maintaining session continuity is crucial.
================
My Linux version is: 8.10
STEP 1: INSTALL TMUX RPM PACKAGE ON LINUX 8 [root@ebstest Packages]# pwd /media/rhel810-dvd/BaseOS/Packages [root@ebstest Packages]# yum -y install tmux-2.7-3.el8.x86_64.rpm Updating Subscription Management repositories. Unable to read consumer identity This system is not registered with an entitlement server. You can use subscription-manager to register. Last metadata expiration check: 1:42:01 ago on Wed 26 Mar 2025 08:28:53 AM +03. Dependencies resolved. Package Architecture Version Repository SizeInstalling: tmux x86_64 2.7-3.el8 @commandline 317 k Transaction Summary
Install 1 Package Total size: 317 k Installed size: 726 k Downloading Packages: Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : tmux-2.7-3.el8.x86_64 1/1 Running scriptlet: tmux-2.7-3.el8.x86_64 1/1 Verifying : tmux-2.7-3.el8.x86_64 1/1 Installed products updated. Installed: tmux-2.7-3.el8.x86_64 Complete! [root@ebstest Packages]#
=========================
We are going to start a session for our critical Database Backup Activity approximately requires around 3 hours of continuous and uninterrupted execution
STEP 2: START A NEW TMUX BACKGROUND SESSION
[appluat@ebstest ~]$ tmux new -s “database backup tmux seesion 1”
STEP 3: START TAR BACKUP OF DATA FILES IN TMUX BG SESSION
STEP 4 : TO TEMPORARY DISCONNECT FROM THIS TMUX SESSION WITHOUT STOPPING THE TAR BACKUP PROCESS AND KEEPING IT RUNNING Hit —> CTRL + B and then —> D ( without CTRL Key ) This will detach your session
OR
YOU MAY JUST DISCONNECT PUTTY TO SIMPLY SEE THE BENEFIT OF TMUX BACKGROUND SESSION
STEP 5 : CONNECT AGAIN TO YOUR SERVER AND CHECK EXISTING TMUX SESSIONS [orauat@ebstest ~]$ tmux ls database backup tmux seesion 1: 1 windows (created Wed Mar 26 12:06:24 2025) [88×14] [orauat@ebstest ~]$ database backup tmux seesion 1
The above listed session is the same that we created
STEP 6:NOW CONNECT/RESUME TO YOUR SAME DATABASE TMUX SESSION
NOTE: JDK 7 has reached Sustaining Support at the end of July 2022. However with Oracle EBS only JDK 7 is certified and supported untill the time of posting this blog
To Upgrade JDK : Via Oracle Java checker utility EJCPUC.sh to check recommendation of latest certified JAVA to deploy on your Target EBS Application Node
Download Latest certified java with EBS 12.2
Create Temporary Folder to upload Latest JDK on EBS App Server mkdir -p /archive/Upg_Stuff/JDK_451/
ls -lrt p37308812_170_451_Linux-x86-64.zip—-> 64 bit Java p37308812_170_451_LINUX.zip —-> 32 bit Java
Extract both zip files one by one : unzip p37308812_170_451_Linux-x86-64.zip unzip p37308812_170_451_LINUX.zip
-rw-r–r–. 1 appluat dba 65789345 Dec 18 17:38 jdk-7u451-linux-x64.tar.gz -rw-r–r–. 1 appluat dba 44697584 Dec 18 17:38 jdk-7u451-linux-x64.rpm -rw-r–r–. 1 appluat dba 69117035 Dec 18 17:38 jdk-7u451-linux-i586.tar.gz -rw-r–r–. 1 appluat dba 47324524 Dec 18 17:38 jdk-7u451-linux-i586.rpm
Remove rpm files or any other unwanted files that we do not plan to use : rm -rf jdk-7u451-linux-x64.rpm rm -rf jdk-7u451-linux-i586.rpm
[appluat@ebstest JDK_451]$ ls -lrt -rw-r–r–. 1 appluat dba 65789345 Dec 18 17:38 jdk-7u451-linux-x64.tar.gz -rw-r–r–. 1 appluat dba 69117035 Dec 18 17:38 jdk-7u451-linux-i586.tar.gz -rw-r–r–. 1 appluat dba 110099293 Mar 25 09:48 p37308812_170_451_Linux-x86-64.zip -rw-r–r–. 1 appluat dba 116029355 Mar 25 09:48 p37308812_170_451_LINUX.zip [appluat@ebstest JDK_451]$
Extract further the extrcated tgz delivered by the zip files: [appluat@ebstest JDK_451]$ tar -xzf jdk-7u451-linux-x64.tar.gz ( Extract 64 bit Java )
[appluat@ebstest JDK_451]$ ls -lrt drwxr-xr-x. 7 appluat dba 4096 Dec 4 10:15 jdk1.7.0_451 -rw-r–r–. 1 appluat dba 65789345 Dec 18 17:38 jdk-7u451-linux-x64.tar.gz -rw-r–r–. 1 appluat dba 69117035 Dec 18 17:38 jdk-7u451-linux-i586.tar.gz -rw-r–r–. 1 appluat dba 110099293 Mar 25 09:48 p37308812_170_451_Linux-x86-64.zip -rw-r–r–. 1 appluat dba 116029355 Mar 25 09:48 p37308812_170_451_LINUX.zip [appluat@ebstest JDK_451]$ [appluat@ebstest JDK_451]$ mv jdk1.7.0_451 jdk64 ( Rename to required name of folder ) [appluat@ebstest JDK_451]$ [appluat@ebstest JDK_451]$ ls -lrt total 442464 drwxr-xr-x. 7 appluat dba 4096 Dec 4 10:15 jdk64 -rw-r–r–. 1 appluat dba 65789345 Dec 18 17:38 jdk-7u451-linux-x64.tar.gz -rw-r–r–. 1 appluat dba 69117035 Dec 18 17:38 jdk-7u451-linux-i586.tar.gz -rw-r–r–. 1 appluat dba 110099293 Mar 25 09:48 p37308812_170_451_Linux-x86-64.zip -rw-r–r–. 1 appluat dba 116029355 Mar 25 09:48 p37308812_170_451_LINUX.zip [appluat@ebstest JDK_451]$
[appluat@ebstest JDK_451]$ tar -xzf jdk-7u451-linux-i586.tar.gz ( Extract 32 bit Java ) [appluat@ebstest JDK_451]$ ls -lrt total 442464 drwxr-xr-x. 7 appluat dba 4096 Dec 4 10:15 jdk64 drwxr-xr-x. 7 appluat dba 4096 Dec 4 10:20 jdk1.7.0_451 -rw-r–r–. 1 appluat dba 65789345 Dec 18 17:38 jdk-7u451-linux-x64.tar.gz -rw-r–r–. 1 appluat dba 44697584 Dec 18 17:38 jdk-7u451-linux-x64.rpm -rw-r–r–. 1 appluat dba 69117035 Dec 18 17:38 jdk-7u451-linux-i586.tar.gz -rw-r–r–. 1 appluat dba 47324524 Dec 18 17:38 jdk-7u451-linux-i586.rpm -rw-r–r–. 1 appluat dba 110099293 Mar 25 09:48 p37308812_170_451_Linux-x86-64.zip -rw-r–r–. 1 appluat dba 116029355 Mar 25 09:48 p37308812_170_451_LINUX.zip [appluat@ebstest JDK_451]$ [appluat@ebstest JDK_451]$ mv jdk1.7.0_451 jdk32 ( Rename to required name of folder ) [appluat@ebstest JDK_451]$ ls -lrt total 442460 drwxr-xr-x. 7 appluat dba 4096 Dec 4 10:15 jdk64 drwxr-xr-x. 7 appluat dba 4096 Dec 4 10:20 jdk32 -rw-r–r–. 1 appluat dba 65789345 Dec 18 17:38 jdk-7u451-linux-x64.tar.gz -rw-r–r–. 1 appluat dba 44697584 Dec 18 17:38 jdk-7u451-linux-x64.rpm -rw-r–r–. 1 appluat dba 69117035 Dec 18 17:38 jdk-7u451-linux-i586.tar.gz -rw-r–r–. 1 appluat dba 47324524 Dec 18 17:38 jdk-7u451-linux-i586.rpm -rw-r–r–. 1 appluat dba 110099293 Mar 25 09:48 p37308812_170_451_Linux-x86-64.zip -rw-r–r–. 1 appluat dba 116029355 Mar 25 09:48 p37308812_170_451_LINUX.zip [appluat@ebstest JDK_451]$
Navigate to COMMON_TOP/util JDK 64 and 32 both should be here
cd /archive/8010_clone/ebiz/fs1/EBSapps/comn/util rename the both the existing 32 and 64 bit JDK folders
[orauat@ebsdbuat bin]$ perl txkCfgUtlfileDir.pl -contextfile=/do2/8010_uat_db/db/19.0.0/appsutil/PREUPG_ebsdbuat.xml -oraclehome=/do2/8010_uat_db/db/19.0.0 -outdir=/do2/8010_uat_db/db/19.0.0/appsutil/log -mode=getUtlFileDir Enter the APPS Password: Script Name : txkCfgUtlfileDir.pl Script Version : 120.0.12020000.15 Started : Wed Feb 7 07:47:03 +03 2024 Log File : /do2/8010_uat_db/db/19.0.0/appsutil/log/TXK_UTIL_DIR_Wed_Feb_7_07_46_58_2024/txkCfgUtlfileDir.log Context file: /do2/8010_uat_db/db/19.0.0/appsutil/PREUPG_ebsdbuat.xml exists. Completed : Wed Feb 7 07:47:05 +03 2024 ERROR DESCRIPTION: (FATAL ERROR PROGRAM : (txkCfgUtlfileDir.pl) TIME : Wed Feb 7 07:47:04 2024 FUNCTION: main::validateAppsSchemaCredentials [ Level 1 ] ERRORMSG: Invalid APPS database user credentials. ) ERRORCODE = 1 ERRORCODE_END
[orauat@ebsdbuat bin]$ exit logout [orauat@ebsdbuat dbs]$ [orauat@ebsdbuat dbs]$ lsnrctl status PRECDB LSNRCTL for Linux: Version 19.0.0.0.0 – Production on 07-FEB-2024 07:47:30 Copyright (c) 1991, 2022, Oracle. All rights reserved. Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=ebsdbuat.srrco.org.sa)(PORT=1526)))
STATUS of the LISTENER
Alias PRECDB Version TNSLSNR for Linux: Version 19.0.0.0.0 – Production Start Date 06-FEB-2024 21:36:41 Uptime 0 days 10 hr. 10 min. 48 sec Trace Level off Security ON: Local OS Authentication SNMP OFF Listener Parameter File /do2/8010_uat_db/db/19.0.0/network/admin/listener.ora Listener Log File /do2/8010_uat_db/db/19.0.0/log/diag/tnslsnr/ebsdbuat/precdb/alert/log.xml Listening Endpoints Summary… (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=ebsdbuat.srrco.org.sa)(PORT=1526))) The listener supports no services The command completed successfully
[orauat@ebsdbuat dbs]$ ps -ef | grep tns root 68 2 0 Feb06 ? 00:00:00 [netns] orauat 96275 1 0 Feb06 ? 00:00:00 /do2/8010_uat_db/db/19.0.0/bin/tnslsnr PRECDB -inherit orauat 116407 115254 0 07:49 pts/1 00:00:00 grep –color=auto tns [orauat@ebsdbuat dbs]$ [orauat@ebsdbuat dbs]$ [orauat@ebsdbuat dbs]$ cd /do2/8010_uat_db/db/19.0.0/appsutil/scripts/PREUPG_ebsdbuat/ [orauat@ebsdbuat PREUPG_ebsdbuat]$ ./adcdblnctl.sh start PRECDB Logfile: /do2/8010_uat_db/db/19.0.0/appsutil/log/PREUPG_ebsdbuat/adcdblnctl.txt You are running adcdblnctl.sh version 120.0.12020000.4 Starting listener process PRECDB … Listener PRECDB has already been started. Waiting for service PREUPG to be available… Waiting for service PREUPG to be available… Waiting for service PREUPG to be available…
CAUSE: local_listener was not correct
SOLUTION: alter system set local_listener=’hostname.domain:dbport’ scope=both;