APPL_TOP issue

Hi All,
We got an issue with APPL_TOP, we typed the wrong path of APPL_TOP during the EBS 12.1.1 installation.
eg, the right path is /d01/applmgr/devapll
but we typed /d01/applmgr, then we upgraded EBS to 12.1.3. Now the magration team said the APPL_TOP must set to /d01/applmgr/devapll not /d01/applmgr
Is there any way the fix this issue?
Change the context file and take adconfig?
Thanks,
Kevin

Is there any way the fix this issue?Yes.
Change the context file and take adconfig?- Run preclone
- Rename the directory name
- Run postclone
Cloning Oracle Applications Release 12 with Rapid Clone [ID 406982.1]
Rapid Clone Documentation Resources For Release 11i and 12 [ID 799735.1]
Thanks,
Hussein

Similar Messages

  • Form Compile in R11i

    I have a custom form and i want to know how to compile this form in Oracle Apps which is running on Windows 2003 R2 platform.What is the way to compile this form in windows??

    - Open a new DOS session
    - Source the env file under %APPL_TOP%
    - Issue the following:
    ifcmp60 module=<form name>.fmb userid=apps/<apps passwd> output_file=<form name>.fmx module_type=form batch=yes compile_all=special

  • Patching on XP

    Hi all,
    Can any body have an idea regarding patcing on XP, I am using 11.5.10.2 on XP and needs to add some patches regarding HRMS , kindly share your experiences.
    Regards,

    Steps to apply an application patch using adpatch:
    - Download the patch from Metalink
    - Copy the patch file to any directory (i.e. E:\Patches)
    - Stop all application services (keep the database and the database listener up and running)
    - Open a new DOS session
    - Source the application environment file (envshell.cmd under %APPL_TOP%)
    - Issue: cd E:\Patches
    - Type unzip <patch_number>.zip
    - cd <patch_number>
    - Type 'adpatch'
    - When it prompts you to enter the patch driver, type 'u<patch_number>.drv'
    Apply the patch on the database tier first then on the application tier.
    Do not forget to 'Enable Maintenance Mode' from adadmin before applying the patch. Once you apply the patch successfully, 'Disable Maintenance Mode' from adadmin.
    And, always follow the steps in the Patch README file.
    For more details about applying patches, please refer to:
    Oracle Applications Maintenance Utilities
    http://download-uk.oracle.com/docs/cd/B25516_14/current/html/docset.html
    Note: 181665.1 - Release 11i Adpatch Basics
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=181665.1

  • Installation issue on GRC 7.2.3 on Linux with EBS 12.0.4

    I am following doc http://download.oracle.com/otn_hosted_doc/logicalapps/723Install_GrccSuite.pdf to install GRC. I am doing an installation on Linux and in the section where we are installing Concurrent manager server components.
    As per doc, I have to source the APPL_TOP and run ladbinstall.bin (I am running in GUI mode and not Silient)
    The following is the output.
    -bash-3.1$ ladbinstall.bin
    Preparing to install...
    Extracting the JRE from the installer archive...
    Unpacking the JRE...
    Extracting the installation resources from the installer archive...
    Configuring the installer for this system's environment...
    awk: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
    dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    /bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    hostname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    Launching installer...
    grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    /tmp/install.dir.32554/Linux/resource/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
    I thought that it is not able to find the libraries, so i updated the PATH where libraries are located. I still get the above error. Has anyone come accross this issue and would please share some light on it.
    Thanks.
    Edited by: user495493 on Jul 17, 2009 7:51 PM

    This pulls the value from the APPS Profile
         SQL> select FND_PROFILE.value('APEX_LAUNCHER') from dual ;
         FND_PROFILE.VALUE('APEX_LAUNCHER')
         http://our.group.site:7878
    But
    String l_launcher = ctx.getProfileStore().getProfile("APEX_LAUNCHER"); ------------- doesn't return http://our.group.site:7878
    l_launcher = l_launcher + "/apex/f?p=" + p_application + ":" + p_page;
    l_launcher = l_launcher + "::APPS:::" + p_item_names + ":" + p_item_values;
    if (ctx!=null) ctx.freeWebAppsContext();
    response.sendRedirect(l_launcher);
    Instead I get
    http://our.app.site:8030/OA_HTML/null/pls/apex/f?p=140:2::APPS::::
    Suppose to get
    http://our.group.site:7878/apex/f?p=140:2::APPS::::
    404 Not Found
    Resource /OA_HTML/null/pls/apex/f not found on this server

  • EBS 12.1.3 RAC to RAC Cloning with Shared Appl_Top

    BismillahirRehmanirRahim
    Dear All,
    I need to Clone our Production EBS Environment from RAC to RAC with Shared APPL_TOP and Multi Tier Appl Tiers.
    We have EBS 12.1.3 Environment with 2 Appl Tier Nodes with Shared Appl_Top & EBS DB is on 11gR2 RAC 11..2.0.4.
    I am following Doc IDs 406982.1 & 559518.1.
    But its not clear which directories need to be copy and restore for Shared Appl top on each Node.
    Also what Steps will need to be executed on Each Nodes and
    What Steps need to be executed only on one Node.
    Appreciate your feedback.
    P.S.
    Kindly share if anyone have Step by Step Doc for RAC to RAC EBS Cloning.

    Hi Hussein,
    thanks for the reply.
    +The path is different (first path is db while the second one is apps), so copy the file from the source instance to $COMMON_TOP/clone/context/apps directory on the target instance and try then -- Troubleshooting RapidClone issues with Oracle Applications R12 [ID 603104.1]+
    What I meant to say that CTXORIG.xml already exists in the correct directory in the target system:
    $COMMON_TOP/clone/context/apps
    Anyways, I recopied the file from source to the target system $COMMON_TOP/clone/context/apps, but still the same problem. I'll continue reading "Troubleshooting RapidClone issues with Oracle Applications R12 [ID 603104.1]".
    I noticed below when running "perl adcfgclone.pl appsTier" with perl debug mode:
    Cwd::_backtick_pwd(<10.1.3 ORACLE_HOME>/perl/lib/5.8.3/aix-thread-multi/Cwd.pm:204):
    204: local @ENV{qw(PATH IFS CDPATH ENV BASH_ENV)};
    DB<1> s
    Cwd::_backtick_pwd(<10.1.3 ORACLE_HOME>/perl/lib/5.8.3/aix-thread-multi/Cwd.pm:205):
    205: my $cwd = `$pwd_cmd`;
    DB<1> s
    pwd: No such file or directory
    Cwd::_backtick_pwd(<10.1.3 ORACLE_HOME>/perl/lib/5.8.3/aix-thread-multi/Cwd.pm:207):
    207: local $/ = "\n";
    DB<1> s
    BR,
    TH

  • Internal Server Error after implemeting a Merged Appl_top

    Hi folks,
    I have been plagued by an issue since a long time. I'm implementing a merged appltop on sun solaris (5.10) on 11.5.10.2
    Basically its a clone of two nodes into a single node. After merging, the services are coming up good. Apache is running well. But when opening the AppsLogin page, it is blowing up saying Internal Server Error.
    When looked into the mod_jserv.log, it shows the below error.
    [07/02/2012 10:28:28:718] (ERROR) ajp12: Servlet Error: OracleJSP: oracle.jsp.provider.JspCompileException: Errors compiling:/d05/ufindev/ufindevcomn1/_pages/_oa__html//_AppsLocalLogin.java<TABLE BORDER=1 WIDTH=100%><TR><TH>Line #</TH><TH>Error</TH></TR><TR><TD WIDTH=7% VALIGN=TOP>259<TD> isRtl(java.lang.String) has protected access in oracle.apps.fnd.sso.SessionMgr if (SessionMgr.isRtl(langCode)) {                                 </TD></TR></TABLE>
    [07/02/2012 10:28:28:718] (ERROR) an error returned handling request via protocol "ajpv12"
    [07/02/2012 10:28:28:718] (INFO) balance: continuing to u64findev.motel6.com:16440
    [07/02/2012 10:28:28:719] (ERROR) balance: 10297 internal servlet error in server u64findev.motel6.com:16440
    [07/02/2012 10:28:28:719] (ERROR) an error returned handling request via protocol "balance"
    Any idea whats going wrong?
    Thanks,
    Lakshman.
    Edited by: 912983 on Feb 7, 2012 1:54 PM

    Have you completed all the steps in (Cloning Oracle Applications Release 11i with Rapid Clone [ID 230672.1] -- Reducing the number of Nodes of a Multi-Node System (merge APPL_TOP)) and (Sharing the Application Tier File System in Oracle Applications Release 11i [ID 233428.1] -- Section 4: Merging existing APPL_TOPs into a single APPL_TOP) with no errors?
    Can you find any errors in the database log file?
    Was AutoConfig completed successfully?
    Please clear the server cache as per (How To Clear Server Cache and Bounce Apache (Web Server)? [ID 295484.1]) and check then.
    Also, please see these docs.
    Insternal server error After Patch9578141 CPU PATCH FOR JULY 2010 [ID 1221603.1]
    Accessing web pages, randomly get Internal Server Error [ID 1374874.1]
    Internal Server Error When Trying To Enter The Processed Date In The Adjust Form [ID 549511.1]
    Thanks,
    Hussein

  • Issue with product tops not moving after Upgrade Filesystem installed

    All:
    I have just installed the R12 tech stack and db in preparation for the upgrade. After this is completed it (rapidwiz) creates an environment file in $APPL_TOP. My issue is that some of the products, based on this environment file, still point to the 11i structure. There are about 10 products which have this issue. What should be done. Any suggestions are appreciated. I have pasted some of the ones that are still pointing to the old structure:
    AMF_TOP=/mnt/rd4/oracle/devappl/amf/11.5.0
    GRAPHICS60_PATH=/mnt/rd4/oracle/devappl/au/11.5.0/graphs
    CSS_TOP=/mnt/rd4/oracle/devappl/css/11.5.0
    JTS_TOP=/mnt/rd4/oracle/devappl/jts/11.5.0
    Here are some that are pointing to the correct location:
    INV_TOP=/mnt/rd4/app/dev/apps/apps_st/appl/inv/12.0.0
    IEC_TOP=/mnt/rd4/app/dev/apps/apps_st/appl/iec/12.0.0
    AMS_TOP=/mnt/rd4/app/dev/apps/apps_st/appl/ams/12.0.0

    kirkladb wrote:
    All:
    I have just installed the R12 tech stack and db in preparation for the upgrade. After this is completed it (rapidwiz) creates an environment file in $APPL_TOP. My issue is that some of the products, based on this environment file, still point to the 11i structure. There are about 10 products which have this issue. What should be done. Any suggestions are appreciated. I have pasted some of the ones that are still pointing to the old structure:
    AMF_TOP=/mnt/rd4/oracle/devappl/amf/11.5.0
    GRAPHICS60_PATH=/mnt/rd4/oracle/devappl/au/11.5.0/graphs
    CSS_TOP=/mnt/rd4/oracle/devappl/css/11.5.0
    JTS_TOP=/mnt/rd4/oracle/devappl/jts/11.5.0
    Here are some that are pointing to the correct location:
    INV_TOP=/mnt/rd4/app/dev/apps/apps_st/appl/inv/12.0.0
    IEC_TOP=/mnt/rd4/app/dev/apps/apps_st/appl/iec/12.0.0
    AMS_TOP=/mnt/rd4/app/dev/apps/apps_st/appl/ams/12.0.0Make sure that all these TOPs are set properly in the R12 appliction context file and in all env files under $APPL_TOP directory.
    Also, make sure that the 11i env file is not sourced in the applmgr user's profile (i.e. .bash_profile).
    Thanks,
    Hussein

  • Verizon webmail issues: "send" button not present (though present in Safari)

    I had Firefox 5.0.1 and have upgraded to 9.0.1. Am running Firefox on a Mac (OS 10.6.6). The issue described occurred in both versions, but only AFTER Verizon's recent interface "upgrade."
    When creating an outgoing message in Verizon webmail, there (should be) 3 (clickable) buttons above the "from" field:
    "Send"
    "Save draft"
    "Cancel"
    These are not there/viewable, but ARE visible when I log onto Verizon webmail with Safari.
    Could adblock be interfering?
    (Disabled adblock/restarted and buttons still not present)

    Try ccmsetup.exe on APPL_TOP/FND/bin directory.

  • Weird issue occurring after cloning the R12 Vision instance.

    Hi everyone,
    We are currently evaluating R12 using the Vision DB instance. Since I'm seeing that the apps processes like to have at least 2gb of memory, the initial server just isn't beefy enough for R12 so I cloned it over to a better server following metalink Note:406982.1 (Cloning Oracle Applications Release 12 with Rapid Clone)
    There were various cloning issues that came up that fortunately, I was able to resolve myself .. still with tarring up directories, ftp'ing the tar files, etc etc it took almost 2 days to finish the clone.
    Upon starting the clone I'm seeing the following errors reported when the db listener and the apps fndfs listener start:
    TNS-01114: LSNRCTL could not perform local OS authentication with the listener
    TNS-01115: OS error 22 creating shared memory segment of 129 bytes with key 2044160132
    However, the listener processes actually do start even though the above errors are reported and I verify that I can see the server processes for both. In addition, I can login to apps and do everything without any issues and login from sqlplus to the database remotely and everything appears to be working.
    But if I try to look at the listener status or try to stop either listener process I get the above errors. So, if I need to bounce the app or the db I have to actually kill the listener processes in order to do so. Then upon startup, the above situation repeats.
    So, I've opened a SR in regards to this as it appears to be a cloning bug. The only metalink hits I found were talking about the shmsys:shminfo_shmmni setting (currently at 200) but I don't think that's it since I've had 6 apps instances up and running on this particular server before.
    Currently the R12 Vision instance is running with RUP 1 applied. I did see there was a new Techstack update and a new RUP 2 update for apps released just last week but thought I would ask if anyone else who's used rapid clone with R12 experienced similiar issue?
    Thanks.
    Chad
    Message was edited by:
    Chad Smith

    I am usually seen on the on ramps with a sign that says will clone for food...
    I think your perl version is a little low for R12. Here is what I have in an upgraded R12 from 11.5.10.2 Vision:
    which perl
    /lv01/oracle/ltest/apps/tech_st/10.1.3/perl/bin/perl
    perl -version
    This is perl, v5.8.3 built for i686-linux-thread-multi
    Copyright 1987-2003, Larry Wall
    Perl may be copied only under the terms of either the Artistic License or the
    GNU General Public License, which may be found in the Perl 5 source kit.
    Complete documentation for Perl, including FAQ lists, should be found on
    this system using `man perl' or `perldoc perl'. If you have access to the
    Internet, point your browser at http://www.perl.com/, the Perl Home Page.
    I was clearing 150 GB for an Oracle Enterprise Linux VM for installing/cloning 11i or R12 into, so I will clone a scratch R12.0.2 upgrade instance there. The prepare scripts completed without error, and the cpios are running now.
    prepare DB:
    ApplyDBTier Finished at Mon Jul 23 22:00:38 PDT 2007
    Status: Completed Successfully
    perpare AppsTier:
    Successfully prepared appl_top for staging. Mon Jul 23 22:07:05 PDT 2007
    Creating zip files for appltop.
    Mon Jul 23 22:07:05 PDT 2007
    Done...
    Successfully created zip files.
    Mon Jul 23 22:07:05 PDT 2007
    StageAppsTier Finished at Mon Jul 23 22:07:05 PDT 2007
    Status: Completed Successfully
    I will update thread with the results of the config clone scripts.
    Make sure you link to your environment files correctly:
    lrwxrwxrwx 1 oracle dba 43 2005-02-10 20:29 vis9.env -> /lv03/oracle/vis9db/9.2.0/vis9_hostname.env
    lrwxrwxrwx 1 oracle dba 62 2007-01-26 22:59 visr12.env -> /lv04/oracle/visr12/db/tech_st/10.2.0/visr12_hostname.env
    ln -s /lv04/oracle/visr12/db/tech_st/10.2.0/visr12_hostname.env visr12.env
    lrwxrwxrwx 1 applmgr appl 33 2005-02-10 20:27 vis9.env -> /lv03/oracle/vis9appl/APPSORA.env
    lrwxrwxrwx 1 applmgr appl 66 2007-01-26 22:56 visr12.env -> /lv04/oracle/visr12/apps/apps_st/appl/APPSvisr12_hostname.env
    ln -s /lv04/oracle/visr12/apps/apps_st/appl/APPSvisr12_hostname.env visr12.env
    Yes, mythtv is fantastic. I also like mythvideo and mytharchive. I needed to move unneeded backups and edelivery downloads to make room for recordings...

  • DOES THE STAGED APPL_TOP APPROACH CAN BE USED TO APPLY ATG RUP 6

    All,
    We are planning to upgrade technology stack from ATG RUP 2(11.5.10 CU2) to ATG RUP 6
    With our complex apps env. with staged APPL_TOP approach the downtime requirement will be reduced to half.
    i, Now the issue is that :
    Metalink Note:242480.1 stats that :
    " AD level of your Staged and Production Applications system must be identical and The Staged APPL_TOP approach cannot be used to apply AD mini-packs"
    i.e
    Section 2: Prerequisites
    4. Apply prerequisite patch 3285255
    This patch provides the adphmigr.pl utility used in Section 5.
    Note
    The AD level of your Staged and Production Applications system must be identical. This is
    required to successfully export and import patch history information. The Staged APPL_TOP approach
    cannot be used to apply AD mini-packs or the new products patch associated with a Maintenance Pack
    (such as 2644311).
    Now in prod as we said we don't have ATG RUP6
    13:31:48 CRP01a> select bug_number from ad_bugs
    13:32:25 2 where bug_number in ('4712847' ,'5161676','5161680','4229931','4605654');
    BUG_NUMBER
    4229931 ====> Post AD.I..1 Consolidated 07/27/05
    And in dev instance where we followed normal procedure for applying ATG-RUP6 , we have
    SQL> select bug_number from ad_bugs
    2 where bug_number in ('4712847' ,'5161676','5161680','4229931','4605654');
    BUG_NUMBER
    4229931
    4605654
    5161676
    5161680 ==> PATCHSET 11I.AD.I.DELTA.5
    As you can see patchset levels are 11i.AD.I before & after ATG RUP6 upgrade.
    And in the note when it was mentioned
    "The AD level of your Staged and Production Applications system must be identical. "
    Finally my the question is that : Do they mean AD PATCHSET level or the consolidated / DELTAS released on top of AD.I ?
    Any help is appricated.
    Thanks,
    Sashi.
    901-674-1290

    Staged APPL_TOP can be used to apply maintenance packs, so ideally you should be able to use it to apply ATG RUP 6. For the AD minipack, you should apply patch (5161676) - 11i.AD.I.5 as a pre-req. patch before you apply ATG RUP 6.
    Note: 444524.1 - About Oracle Applications Technology ATG_PF.H Rollup 6
    (Instructions for Applying Oracle Applications Technology Update for 11i.ATG_PF.H.delta.6)
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=444524.1

  • Issues in Migrating the Context file.

    Hi DBA's
    I am doing Migration from Windows to Linux 4.0ES, Application 11.5.10.2 and Database 9.2.0.6.
    I am getting the following error while running the perl adclonectx.pl script, Please help me to resolve this issue.
    $ which java
    /usr/bin/java
    $ java -version
    java version "1.4.2"
    gcj (GCC) 3.4.6 20060404 (Red Hat 3.4.6-10)
    $ which perl
    /usr/bin/perl
    [applmgr@aqherp bin]$ perl -v
    This is perl, v5.8.5 built for i386-linux-thread-multi
    Copyright 1987-2004, Larry Wall
    [applmgr@aqherp bin]$ perl adclonectx.pl migrate java=/usr contextfile=/s03/oracle/prodappl/admin/PROD_aqherp.xml
    /usr/bin/java -classpath ../../../fnd/11.5.0/java/3rdparty/stdalone/jdbc12.zip:../../../fnd/11.5.0/java/3rdparty/stdalone/xmlparserv2.zip:/usr/lib/rt.jar:/s03/oracle/proddb/9.2.0/appsutil/java: oracle.apps.ad.context.CloneContext -e /s03/oracle/prodappl/admin/PROD_aqherp.xml -migrate -perl "/usr/bin/perl" -perl5lib "/usr/lib/perl5/5.8.5/i386-linux-thread-multi:/usr/lib/perl5/5.8.5:/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi:/usr/lib/perl5/site_perl/5.8.4/i386-linux-thread-multi:/usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi:/usr/lib/perl5/site_perl/5.8.2/i386-linux-thread-multi:/usr/lib/perl5/site_perl/5.8.1/i386-linux-thread-multi:/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi:/usr/lib/perl5/site_perl/5.8.5:/usr/lib/perl5/site_perl/5.8.4:/usr/lib/perl5/site_perl/5.8.3:/usr/lib/perl5/site_perl/5.8.2:/usr/lib/perl5/site_perl/5.8.1:/usr/lib/perl5/site_perl/5.8.0:/usr/lib/perl5/site_perl:/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi:/usr/lib/perl5/vendor_perl/5.8.4/i386-linux-thread-multi:/usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi:/usr/lib/perl5/vendor_perl/5.8.2/i386-linux-thread-multi:/usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi:/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi:/usr/lib/perl5/vendor_perl/5.8.5:/usr/lib/perl5/vendor_perl/5.8.4:/usr/lib/perl5/vendor_perl/5.8.3:/usr/lib/perl5/vendor_perl/5.8.2:/usr/lib/perl5/vendor_perl/5.8.1:/usr/lib/perl5/vendor_perl/5.8.0:/usr/lib/perl5/vendor_perl:." -tmpl ../admin/template/adxmlctx.tmp
    ERROR: context creation not completed successfully.
    Please check /tmp/adclonectx.err file for errors
    ================================LOG FILE====================================================
    [applmgr@aqherp bin]$ vi /tmp/adclonectx.err
    Exception in thread "main" java.lang.NoClassDefFoundError: while resolving class: oracle.apps.ad.context.CloneContext
    va.lang.VMClassLoader.resolveClass(java.lang.Class) (/usr/lib/libgcj.so.5.0.0) at java.lang.VMClassLoader.resolveClass(java.lang.Class) (/usr/lib/libgcj.so.5.0.0)
    at java.lang.Class.initializeClass() (/usr/lib/libgcj.so.5.0.0)
    at java.lang.Class.forName(java.lang.String, boolean, java.lang.ClassLoader) (/usr/lib/libgcj.so.5.0.0)
    at java.lang.Class.forName(java.lang.String) (/usr/lib/libgcj.so.5.0.0)
    at gnu.gcj.runtime.FirstThread.run() (/usr/lib/libgcj.so.5.0.0)
    at JvThreadRun(java.lang.Thread) (/usr/lib/libgcj.so.5.0.0)
    at JvRunMain(java.lang.Class, byte const, int, byte const, boolean) (/usr/lib/libgcj.so.5.0.0)
    at __gcj_personality_v0 (/s03/oracle/prodappl/ad/11.5.0/bin/java.version=1.4.2)
    at __libc_start_main (/lib/i686/libc-2.3.4.so)
    at JvRegisterClasses (/s03/oracle/prodappl/ad/11.5.0/bin/java.version=1.4.2)
    Caused by: java.lang.ClassNotFoundException: oracle.xml.parser.v2.DOMParser not found in [file:/usr/share/java/libgcj-3.4.6.jar, file:/s03/oracle/proddb/9.2.0/appsutil/java/, file:./, core:/]
    at java.net.URLClassLoader.findClass(java.lang.String) (/usr/lib/libgcj.so.5.0.0)
    at gnu.gcj.runtime.VMClassLoader.findClass(java.lang.String) (/usr/lib/libgcj.so.5.0.0)
    at java.lang.ClassLoader.loadClass(java.lang.String, boolean) (/usr/lib/libgcj.so.5.0.0)
    at JvFindClass(_Jv_Utf8Const, java.lang.ClassLoader) (/usr/lib/libgcj.so.5.0.0)
    at java.lang.Class.forName(java.lang.String, boolean, java.lang.ClassLoader) (/usr/lib/libgcj.so.5.0.0)
    at JvBytecodeVerifier.verify_instructions_0() (/usr/lib/libgcj.so.5.0.0)
    at JvVerifyMethod(_Jv_InterpMethod) (/usr/lib/libgcj.so.5.0.0)
    at JvPrepareClass(java.lang.Class) (/usr/lib/libgcj.so.5.0.0)
    at JvWaitForState(java.lang.Class, int) (/usr/lib/libgcj.so.5.0.0)
    at java.lang.VMClassLoader.linkClass0(java.lang.Class) (/usr/lib/libgcj.so.5.0.0)
    at java.lang.VMClassLoader.resolveClass(java.lang.Class) (/usr/lib/libgcj.so.5.0.0)
    ...9 more
    ~
    Best Regards.

    Hi DBA's
    * I am doing Migration for Windows to Linux 4.0ES, following document 238276.1.in this document i am in Section2 and Step No 3.
    * Till now i installed the database and now i copied all the APPL_TOP and few COMMON_TOP folders.
    * After running the bellow script, i need to install the iAS Oracle Home.
    perl adclonectx.pl migrate java=/usr contextfile=/s03/oracle/prodappl/admin/PROD_aqherp.xm
    * but I can install JDK in my machine, but what about the patches which is mentioned in the document.246105.1 upgradation of JDK?
    i downloaded this jdk ---- java_ee_sdk-5_06-linux-nojdk.bin -- is this correct JDK Version
    Please guide me how to follow all these steps
    Please clarify the above one.
    Best Regards.

  • Oracle applications issue

    HI
    some bdy had deleted APPL_TOP/admin ( in Test instance)) .ie admin directory which contains all the files for executing adutilities, how do i recreate this directory please let me knw the ans for this immediately.
    I am getting erros like this
    Java_top enviornment variable is not set in the environment.
    Run Appsora.env or Apps<s_contextname>.env in the environment
    bye
    James

    Duplicate post (please post only once):
    Oracle applications issue
    Oracle applications issue

  • R12.2 install stuck on fails at step 4 at 46%. OEL6.4 x86-64. Issue applying OPatch 10152652

    Has anyone experienced the below issue?
    I've already read the threads that discuss which staging files are required and which are not required so I believe my stage area is correct. All pre-install checks have passed successfully.
    My VM
    10GB ram
    400GB disk
    OEL 6.4
    All OS Pre-Reqs have been completed.
    rapidwiz is failing at 46% on step 4 (adrunfmw.sh) - 66% of "Configuring Applications Technology Stack". Relevant section of the log file is below:
    Installing 10.1.2 Tools patches.
    Using /home/oracle/VIS/fs2/inst/apps/VIS_r122vis/temp/xmldocs/instToolPatches.xm
    l
    Executing command: /media/sf_Oracle/StageR122/startCD/Disk1/rapidwiz/jre/Linux_x
    64/1.6.0/bin/java -cp /home/oracle/VIS/fs2/inst/apps/VIS_r122vis/temp/ASInstallH
    ome/fnd/../j11067592_fnd.zip:/home/oracle/VIS/fs2/inst/apps/VIS_r122vis/temp/ASI
    nstallHome/fnd/java/3rdparty/stdalone/xmlparserv2.zip -Doracle.apps.fnd.txk.env_
    home=/home/oracle/VIS/fs2/EBSapps/appl/admin/VIS_r122vis/ -Doracle.apps.fnd.txk.
    runtime.config=/home/oracle/VIS/fs2/inst/apps/VIS_r122vis/temp/xmldocs/instToolP
    atches.xml oracle.apps.fnd.txk.config.InstallService
    Fatal Error: TXK Install Service
    oracle.apps.fnd.txk.config.ProcessStateException: OPatch process failed : Exit=1
    00 See log for details. CMD= perl /home/oracle/VIS/fs2/EBSapps/10.1.2/OPatch/opa
    tch.pl apply -verbose -silent   -ocmrf /home/oracle/VIS/fs2/inst/apps/VIS_r122vi
    s/temp/ASInstallHome/fnd/admin/template/txkForms_ocm.rsp  /home/oracle/VIS/fs2/i
    nst/apps/VIS_r122vis/temp/patches/10152652/10152652
        at oracle.apps.fnd.txk.config.OPatchActionNode.processState(OPatchActionNode
    .java:296)
        at oracle.apps.fnd.txk.config.PatchActionNode.processState(PatchActionNode.j
    ava:187)
        at oracle.apps.fnd.txk.config.PatchNode.processState(PatchNode.java:338)
        at oracle.apps.fnd.txk.config.PatchesNode.processState(PatchesNode.java:79)
        at oracle.apps.fnd.txk.config.InstallNode.processState(InstallNode.java:68)
        at oracle.apps.fnd.txk.config.TXKTopology.traverse(TXKTopology.java:594)
        at oracle.apps.fnd.txk.config.InstallService.doInvoke(InstallService.java:22
    4)
        at oracle.apps.fnd.txk.config.InstallService.invoke(InstallService.java:237)
        at oracle.apps.fnd.txk.config.InstallService.main(InstallService.java:291)
    Cannot install Web Tier Utilities
        RW-50010: Error: - script has returned an error:   1
    RW-50004: Error code received when running external process.  Check log file for
    details.
    Running APPL_TOP Install Driver for VIS instance
    Any help much appreciated.
    - Matt Symes

    Reply to #7: Jitz
    Thanks for the tip. I had tried removing as root - but thanks anyway.
    I reran the install with everything staged on ext4 and the install failed at exact same stage. Since other issues seem to be due to incorrect stage area - could you check the list of files below are the correct ones to be in stage area just before I run buildstage.sh. (Note, at this point i have already unzipped all 3 parts of V35215-01 - and I've deleted those 3 zips as I assume they don't want to be getting unzipped again by buildstage.sh.
    I've previously verified that the individual .zips are ok via their MD5 checksums. Does anyone know if there is anything similar to enable me to validate the unzipped files???
    In the meantime - I'm going to try and follow your suggested workaround again.
    Here is the list of files:
    Disk
    Contents
    V29764-01.zip
    Oracle Fusion Middleware Web Tier Utilities 11g Patch Set 5 (11.1.1.6.0) for Linux x86-64
    V29856-01.zip
    Oracle WebLogic Server 11gR1 (10.3.6) Generic and Coherence
    V35230-01_1of2.zip
    Database Disk 1
    V35230-01_2of2.zip
    Database Disk 1
    V35231-01_1of5.zip
    Database Disk 2
    V35231-01_2of5.zip
    Database Disk 2
    V35231-01_3of5.zip
    Database Disk 2
    V35231-01_4of5.zip
    Database Disk 2
    V35231-01_5of5.zip
    Database Disk 2
    V35802-01.zip
    Oracle E-Business Suite Release 12.2.0 for Linux x86-64 Rapid Install AS10.1.2
    V35803-01_1of3.zip
    Oracle E-Business Suite Release 12.2.0 for Linux x86-64 Rapid Install APPL_TOP - Disk 1
    V35803-01_2of3.zip
    Oracle E-Business Suite Release 12.2.0 for Linux x86-64 Rapid Install APPL_TOP - Disk 1
    V35803-01_3of3.zip
    Oracle E-Business Suite Release 12.2.0 for Linux x86-64 Rapid Install APPL_TOP - Disk 1
    V35804-01_1of2.zip
    Oracle E-Business Suite Release 12.2.0 for Linux x86-64 Rapid Install APPL_TOP - Disk 2
    V35804-01_2of2.zip
    Oracle E-Business Suite Release 12.2.0 for Linux x86-64 Rapid Install APPL_TOP - Disk 2
    V35805-01_1of2.zip
    Oracle E-Business Suite Release 12.2.0 for Linux x86-64 Rapid Install Databases PROD - Disk 1
    V35805-01_2of2.zip
    Oracle E-Business Suite Release 12.2.0 for Linux x86-64 Rapid Install Databases PROD - Disk 1
    V35806-01_1of3.zip
    Oracle E-Business Suite Release 12.2.0 for Linux x86-64 Rapid Install Databases PROD - Disk 2
    V35806-01_2of3.zip
    Oracle E-Business Suite Release 12.2.0 for Linux x86-64 Rapid Install Databases PROD - Disk 2
    V35806-01_3of3.zip
    Oracle E-Business Suite Release 12.2.0 for Linux x86-64 Rapid Install Databases PROD - Disk 2
    V35807-01.zip
    Oracle E-Business Suite Release 12.2.0 for Linux x86-64 Rapid Install Databases VISION - Disk 1
    V35808-01.zip
    Oracle E-Business Suite Release 12.2.0 for Linux x86-64 Rapid Install Databases VISION - Disk 2
    V35809-01.zip
    Oracle E-Business Suite Release 12.2.0 for Linux x86-64 Rapid Install Databases VISION - Disk 3
    V35810-01.zip
    Oracle E-Business Suite Release 12.2.0 for Linux x86-64 Rapid Install Databases VISION - Disk 4
    V35811-01.zip
    Oracle E-Business Suite Release 12.2.0 for Linux x86-64 Rapid Install Databases VISION - Disk 5
    V35812-01.zip
    Oracle E-Business Suite Release 12.2.0 for Linux x86-64 Rapid Install Databases VISION - Disk 6
    V35813-01.zip
    Oracle E-Business Suite Release 12.2.0 for Linux x86-64 Rapid Install Technology one-off Patches
    Thanks for your help,
    - Matt

  • Issues after installing apps r12.1.1 on IBM AIX server 6.x

    hi ,
    I have done the single node Apps r12.1.1 installation on IBM AIX 6.x server. I am requesting someone to please help me with the following issues.
    1. The installation has happened on a single node..single dir structure /U02/….. At present, I am able to open all HTML pages, but not any form. While opening forms, its giving following error.
    FRM 92101: There was a failure in the forms server during startup. This could happen due to invalid configuration.
    Please look into the web server log files for details.
    2. At present commands and TOPs don’t work (e.g. sqlplus, or $APPL_TOP etc). How they can be setup so that the commands can be run anywhere and cd $XXX_TOP commands can be issued to move to respective TOPs.
    3. I ran the adautocfg.sh after implementation. While running, I saw that it configured the XXX_TOPs. But, unable to use them. What else is required to be run? Did I miss out on any other files?
    Thanks in advance.
    Regards,
    Vamshi

    Hi,
    1. The installation has happened on a single node..single dir structure /U02/….. At present, I am able to open all HTML pages, but not any form. While opening forms, its giving following error.
    FRM 92101: There was a failure in the forms server during startup. This could happen due to invalid configuration.
    Please look into the web server log files for details.This is a generic error, so please check the application.log file for details about the error.
    2. At present commands and TOPs don’t work (e.g. sqlplus, or $APPL_TOP etc). How they can be setup so that the commands can be run anywhere and cd $XXX_TOP commands can be issued to move to respective TOPs.You need to source the application/database env file, $APPL_TOP/APPS<CONTEXT_NAME>.env and $ORACLE_HOME/<CONTEXT_NAME>.env
    Please see "Oracle Applications Maintenance Utilities" for details -- Page 1-11/1-12
    Oracle Applications Maintenance Utilities
    http://download.oracle.com/docs/cd/B53825_03/current/acrobat/121admu.pdf
    3. I ran the adautocfg.sh after implementation. While running, I saw that it configured the XXX_TOPs. But, unable to use them. What else is required to be run? Did I miss out on any other files?You need to source the application env file again to set this custom top.
    Please see old threads which discuss the same topic.
    How to create a custom top in R12
    How to create a custom top in R12
    CUSTOM_TOP
    http://forums.oracle.com/forums/search.jspa?threadID=&q=CUSTOM_TOP&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Oracle Apps 11i Apps Cloning Issue

    Hi,
    Need to some help from Apps gurus on this issue.
    When i ran perl adcfgclone.pl appsTier on Application Server got the below error.
    First Creating a new context file for the cloned system.
    The program is going to ask you for information about the new system:
    RC-50004: Error occurred in CloneContext:
    null
    Check logfile /tmp//CloneContext_0111034403.log for details.
    ERROR: context creation not completed successfully.
    Please check /tmp/adcfgclone_14210.err file for errors
    RC-50004: Error occurred in CloneContext:
    null
    =================
    The logfile in /tmp/CloneContext_0111034403.log
    "CloneContext_0111034403.log" 39 lines, 1161 characters
    #------Log File created at: 0111034403------------
    # $Header: CloneContext.java 115.223 2008/03/24 05:20:09 ksita ship $
    # Running CloneContext on machine - fiapd4
    Initializing the Apps Service Context variable Hash
    DEBUG: Apps Service Status context variable extracted from the given Apps context file
    s_apcstatus
    s_apc_restrict_status
    s_apcstatus_pls
    s_tnsstatus
    s_tcfstatus
    s_concstatus
    s_formsstatus
    s_reptstatus
    s_metcstatus
    s_metsstatus
    s_icsmstatus
    s_jtffsstatus
    s_icxblkstatus
    s_discostatus
    s_mwastatus
    DEBUG: Getting all the AppsContext involved in this Merging
    StackTrace:
    java.lang.NullPointerException
    at oracle.apps.ad.context.CloneContext.getAllAppsContext(CloneContext.java:7741)
    at oracle.apps.ad.context.CloneContext.initServiceStatus(CloneContext.java:7674)
    at oracle.apps.ad.context.CloneContext.doClone(CloneContext.java:605)
    at oracle.apps.ad.context.CloneContext.main(CloneContext.java:6257)
    RC-50004: Error occurred in CloneContext:null
    Context file creation not succesful

    Hi Hussein,
    Yes, I got it going that step and i was struck in perl adcfgclone.pl appsTier.
    It's giving the error Enter the Database listener port [1524]:RC-40201: Unable to connect to Database LASRX.
    But the LASRX database is up and running and listener port is 1525 and listener is running.
    =======================
    Target system database SID [lasrx]:LASRX
    Target system domain name [mfia.state.mi.us]:
    Target system database server node [hct431oractd001]:hct431oractd002
    Target system database domain name [mfia.state.mi.us]:
    Does the target system have more than one application tier server node (y/n) [y] ?:n
    Is the target system APPL_TOP divided into multiple mount points (y/n) [y] ?:n
    Target system APPL_TOP mount point [ul01/app/applmgr/lasrx]:
    Target system COMMON_TOP directory [ul02/app/common/lasrx]:
    Target system 8.0.6 ORACLE_HOME directory [ul02/app/oracle/lasrx/8.0.6_new]:
    Target system iAS ORACLE_HOME directory [ul03/app/oracle/lasrx/iAS_new]:
    Do you want to preserve the Display set to 10.42.80.13:0.0 (y/n) [y] ?:
    Location of the JDK on the target system [opt/java1.4]:
    Enter the Database listener port [1524]:1525
    RC-40201: Unable to connect to Database LASRX.
    Enter the Database listener port [1524]:RC-40201: Unable to connect to Database LASRX.
    Enter the Database listener port [1524]:
    RC-40201: Unable to connect to Database LASRX.
    Enter the Database listener port [1524]:1525
    RC-40201: Unable to connect to Database LASRX.
    Enter the Database listener port [1524]:RC-40201: Unable to connect to Database LASRX.
    Enter the Database listener port [1524]:
    =================================
    Please look into it and suggest.
    Thanks.

Maybe you are looking for