EBS 11i java error during clone.

Hi,
I am getting following error during the clone EBS 11i on IBM AIX 6.1.
applmgr@PROD11]/u01/oracle/prod11comn/clone/bin> perl adcfgclone.pl appsTier
ERROR: cannot find jre or java under /u01/oracle/prod11comn/clone/bin/../jre/bin
Please verify that you ran adpreclone.pl successfully
Any help would be appreciated.
Thanks.

Hi,
check if any softlinks pointing to the source path under $COMMON_TOP/clone/jre/bin.
if not delete clone directory under $COMMON_TOP/ on target node
rerun adpreclone.pl on source node,
copy the $COMMON_TOP/clone fro source to target and retest the issue.
Thanks
RK

Similar Messages

  • EBS 11i install error on Linux Rhel4

    Hi Friends,
    I have successfully insatalled EBS 11i (VISION) on linux before .
    Then I do another linux test install for a fresh install (PROD) EBS 11i as my second installation.
    But i was hit with the error RW-50004 in the middle of the process.
    The database log error shows the ff:
    ======================
    Starting listener process PROD ...
    addlnctl.sh: exiting with status 1
    Cannot start net8 listener
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.
    Running Database Install Driver for PROD instance
    listener.log
    =======
    LSNRCTL for Linux: Version 9.2.0.6.0 - Production on 16-DEC-2008 12:29:15
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Starting /u03/oracle2/proddb/9.2.0/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 9.2.0.6.0 - Production
    System parameter file is /u03/oracle2/proddb/9.2.0/network/admin/PROD_accelerator/listener.ora
    Log messages written to /u03/oracle2/proddb/9.2.0/network/admin/prod.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROCPROD)))
    Error listening on: (ADDRESS=(PROTOCOL=TCP)(Host=%s_virtual_hostname%.abc.biz)(Port=1541))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    Listener failed to start. See the error message(s) above...
    ================
    my etc/hosts
    192.168.1.173 accelerator.abc.biz accelerator
    ==============
    Why do I get %_virtual_hostname% at my Host?
    Thanks a lot

    I have successfully insatalled EBS 11i (VISION) on linux before .
    Then I do another linux test install for a fresh install (PROD) EBS 11i as my second installation.Do you mean on the same host?
    Why do I get %s_virtual_hostname% at my Host?Please check the hostname in the listener.ora file under $RDBMS_ORACLE_HOME\network\admin\<CONTEXT_NAME>. If it shows "s_virtual_hostname", edit the file and replace this entry with your hostname "accelerator.abc.biz" and click on retry button.

  • Java error during AnyConnect install

    Just installed an ASA 5505 with AnyConnect Essentials.  AnyConnect installation works fine on some windows boxes (All flavors) but have a couple machines with issues. This makes it clearly a computer side issue.  When I try to log into the ASA to download the client with IE 9 the ASA just keeps asking for my logon credentials.  If I I use Firefox my credentials work and I get as far as the "Using Sun java for installation" with instructions to click yes on the java security warning.  The Java Security warning never arrives like on machines that don't have this problem. Firefox just hangs and has to be killed by task maanger. Remove and reinstall of both Java and Firefox fail to correct the problem.  Anyone got AnyConnect clientside recovery tips beyond Java and Browser reinstall?  Clearly I could reimage the system to fix the issue but something less shotgunny would be nice...:)
    A Google search show a few folks using Ubuntu and old PPC Macs seeing the same java error I get on these couple of windows boxen(see below)
    Java console spits forth an error:
    java.lang.ClassFormatError: Incompatible magic value 1013478509 in class file VPNJava/VPNJava
    The setup:
    ASA5505 - New (has RAM upgrade to 512M) currently running 8.2(5)
    Client is w2k3 server IAS RADIUS Authenticated
    AnyConnect client: anyconnect-win-2.5.3055-k9.pkg
    Affected computer: MS Vista SP1 - fully patched
    Java Plug-in 1.6.0_31 (Using JRE version 1.6.0_31-b05)
    Firefox - 10.0.2
    IE - 9 (9.0.8112.16421 update version 9.0.5)
    Incompatible magic value 1013478509 in class file VPNJava/VPNJava

    Thanks Marvin,
         It's more of a politcal thing with the customer to tell them that the Web install works 'sometimes'.  As for the version, v3.x is more than 5 times larger than it's 2.5 counterpart.  (26MB vs. 4.6MB) while you can stuff the 3.0 pkg onto the older 5505s there's not much flash: room for other packages after that. That is why as a rule I don't use 3.0.  Now in this case, it is a newer ASA with the increased RAM and flash but I'm still on the fence as to what the extra 21MB of code buys me when it comes to basic anyconnect essentials connectivity.

  • Java-Error during Solution Manager Installation

    During the Installation at point "Prepare to install minimal configuration" I'm getting the following error message:
    An error occurred while processing option <i>SAP Solution Manager 7.1 > SAP Systems > MS SQL Server > Central System > Central System( Last error reported by the step :Assertion failed: in
    function NW_Call_Offline_CTC_ind_ind_ind_ind_SubComponentContainer_callOfflineCTC() {
        var nw = NWInstall.getSystem(context.get("sid"));
        var ctcDirFs = nw.getCI().getInstanceDir().concat("j2ee", "ctc");
        var ctcExeFile = installer.onWindows() ? "LaunchOfflinectc.bat" : "LaunchOfflinectc.sh";
        var ctcCall = ctcDirFs.concat(ctcExeFile);
        installer.writeTrace("CTC is in" + ctcCall);
        ASSERT(arguments.callee, ctcCall.isExisting(), "CTC executable cannot be found in " + ctcCall.toString());
        var pmgt = new ProcessMgt();
        var app = pmgt.createChildApplication(ctcCall, []);
        var userData = nw.getUsers().getAccountData(NWUsers.roles.SIDAdm);
        var user = (new AccountMgt()).getUser(userData.name);
        var env = pmgt.getProcessEnvironment();
        if (installer.onUnix()) {
            env.setUser(user);
        } else {
            if (installer.onOS400()) {
                env.setUser(user);
                env.setGroup(user.getPrimaryGroup());
                env.setKernelLibrary(nw.getOS4_Krnlib());
        env.setWorkingDirectory(ctcDirFs.getNode());
        var javaHome = nw.getJavaHome().toString();
        env.setEnvironmentVariable(new Property("JAVA_HOME", javaHome));
        installer.writeTrace("For the Offline CTC Call, JAVA_HOME is set to " + env.getEnvironmentVariable("JAVA_HOME"));
        app.setEnvironment(env);
        var retval = app.run([], true);
        ASSERT(arguments.callee, retval == 0, "CTC retval is not 0 but " + retval);
        installer.writeTrace("CTC has been called in Offline Mode.");
    CTC retval is not 0 but 1)
    As a JVM I'm using the version provided by SAP on DVD, JDK is ver6_26-rev_b21, JCE_policy is version 6.
    Can anyone help me here?

    WARNING 2011-12-07 13:09:36.864
    Execution of the command "C:\usr\sap\DSM\DVEBMGS00\j2ee\ctc\LaunchOfflinectc.bat" finished with return code 1. Output:
            1 file(s) copied.
    java.io.BufferedInputStream@4a4e79f1
    Dec 7, 2011 1:09:34 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Info: Start Execution of Offline CTC TemplatInstaller
    Dec 7, 2011 1:09:34 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Info: Looking for initial Properties in file '../../../config/usagetypes.properties'
    Dec 7, 2011 1:09:34 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Info: Loading of initial Properties-File successful
    Dec 7, 2011 1:09:34 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Info: Selected Usages:SolManager:SolManager Java
    PerfTimes : loadNativeLayer: loading jperflib failed. no jperflib in java.library.path
    Dec 7, 2011 1:09:36 PM   ...ProviderFactory.initalize(Context)_1! [Thread[main,5,main]] Info:
    Dec 7, 2011 1:09:36 PM   ...rovider(ConfigurationProviderFactory) [Thread[main,5,main]] Info: !BrokerRegistry.register!ConfigManagerProvider
    Dec 7, 2011 1:09:36 PM   ...DataModelRepository.registerExtension [Thread[main,5,main]] Path: entering 'registerExtension'
    Dec 7, 2011 1:09:36 PM   ...DataModelRepository.registerExtension [Thread[main,5,main]] Info: registering extensions for 'http://www.sap.com/ctc/configurationmanager'
    Dec 7, 2011 1:09:36 PM   ...DataModelRepository.registerExtension [Thread[main,5,main]] Path: entering 'registerExtension'
    Dec 7, 2011 1:09:36 PM   ...DataModelRepository.registerExtension [Thread[main,5,main]] Info: registering extensions for 'http://www.sap.com/ctc/configurationmanager'
    Dec 7, 2011 1:09:36 PM   ...onControllerImpl.startUpProcessEngine [Thread[main,5,main]] Path: entering 'startUpProcessEngine'
    Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: The class XMLPathUtil_1_5 is not supported in 7.0
    Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: java.lang.IllegalStateException:The class XMLPathUtil_1_5 is not supported in 7.0
    Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: com.sap.tc.lm.ctc.metamodel.util.XMLPathUtil_1_5:getStringValue25
    Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: com.sap.tc.lm.ctc.metamodel.util.XMLPathUtil:getStringValue161
    Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: com.sap.tc.lm.ctc.metamodel.process.transform.XML2Action:transformInternal390
    Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: com.sap.tc.lm.ctc.metamodel.process.transform.XML2Action:transform118
    Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: com.sap.tc.lm.ctc.metamodel.process.transform.XML2Action:transform89
    Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: com.sap.tc.lm.ctc.metamodel.process.transform.XML2JavaProcessFactory:lightLoadProcessFromXML191
    Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: com.sap.tc.lm.ctc.metamodel.process.controller.ProcessRegistry:loadProcess402
    Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: com.sap.tc.lm.ctc.metamodel.process.controller.ProcessRegistry:getVisibleProcessesInternal350
    Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: com.sap.tc.lm.ctc.metamodel.process.controller.ProcessRegistry:getVisibleRootProcesses222
    Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: com.sap.tc.lm.ctc.metamodel.process.controller.ProcessEngine:getVisibleRootProcesses489
    Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: com.sap.tc.lm.ctc.OfflineTemplateImporterJAR:executeWizard121
    Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: com.sap.tc.lm.ctc.OfflineTemplateImporterJAR:main585
    Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: sun.reflect.NativeMethodAccessorImpl:invoke0-2
    Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: sun.reflect.NativeMethodAccessorImpl:invoke39
    Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: sun.reflect.DelegatingMethodAccessorImpl:invoke25
    Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: java.lang.reflect.Method:invoke597
    Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: com.sap.engine.offline.OfflineToolStart:main81
    Program terminated abnormally

  • Relink Errors during Clone in 8.0.6 Home

    Hi,
    Solaris SPARC 5.10
    11.5.10.2
    Running "perl adcfgclone.pl appsTier" I'm getting missing library errors on the link step when trying to create $ORACLE_HOME/lib/oracle. It looks just like the problem described in Note 370596.1, yet when I execute the workaround described in it, I still receive the same errors. Is there something else I can try?
    One has to look closely to see the error, because the return message from the Perl script is that the clone step completed successfully. One needs to examine the output log from the relink step to see it.
    Sincerely,
    Ted Persky
    Sun Microsystems, Inc.

    Hello,
    The error is the same as in Metalink 370596.1:
    ld: fatal: library -lmdknl: not found
    ld: fatal: library -lmdhh: not found
    ld: fatal: File processing errors. No output written to $ORACLE_HOME/rdbms/lib/oracle uploaded log
    Kind regards,
    Ted P.

  • Jave error during the installation of Oracle cleint

    I am trying to install Oracle 11g 64-bit client on my computer which is Window 7 64-bit. I am stucking at the step of Perform Prerequisite Checks. The installer was hanging forever. I froced to kill the installer from task manger. Then I got the error says Java (JM) 2 standard edition binary is not responding. I checked I have latest Java installed. And I also cleared the java cache. However, nothing makes it work. Can you please help?
    Thanks,
    Bing

    RBYL wrote:
    I am trying to install Oracle 11g 64-bit client on my computer which is Window 7 64-bit. I am stucking at the step of Perform Prerequisite Checks. The installer was hanging forever. I froced to kill the installer from task manger. Then I got the error says Java (JM) 2 standard edition binary is not responding. I checked I have latest Java installed. And I also cleared the java cache. However, nothing makes it work. Can you please help?
    Thanks,
    BingNo Oracle software is ever certified on any Windows Home Edition.
    consider to actually Read The Fine Manual; Installation Guide
    http://www.oracle.com/pls/db112/portal.portal_db?selected=11&frame=

  • Java Error during jinitiator install

    Hi,
    While accessing 11.5.10.2 for the first time, the jinitiator is not getting installed.
    The java console throws the series of errors and also the below warning.
    WARNING: Unable to cache http://vis11510ext5.trv210.net/OA_JAVA/oracle/apps/fnd/jar/fndswing.jar
    Can somebody give some inputs on this ?

    Sorry,
    The jinintiator gets installed, but while downloading the JAR file, it throws error in the java console.
    I removed jinitiator and installed manually; but the errror remains there.
    Yes., I can access the site from other machine.
    The error is as below:
    java.net.NoRouteToHostException: Host unreachable: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(Unknown Source)
         at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
         at java.net.PlainSocketImpl.connect(Unknown Source)
         at java.net.Socket.<init>(Unknown Source)
         at java.net.Socket.<init>(Unknown Source)
         at oracle.jinitiator.protocol.https.HttpsClient.doConnect(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.http.HttpClient.<init>(Unknown Source)
         at sun.net.www.http.HttpClient.<init>(Unknown Source)
         at sun.plugin.protocol.jdk12.http.HttpClient.<init>(Unknown Source)
         at oracle.jinitiator.protocol.https.HttpsClient.<init>(Unknown Source)
         at oracle.jinitiator.protocol.https.HttpsClient.New(Unknown Source)
         at oracle.jinitiator.protocol.https.HttpsURLConnection$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.jinitiator.protocol.https.HttpsURLConnection.connect(Unknown Source)
         at sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(Unknown Source)
         at oracle.jre.protocol.jar.HttpUtils.followRedirects(Unknown Source)
         at oracle.jre.protocol.jar.JarCache$CachedJarLoader.isUpToDate(Unknown Source)
         at oracle.jre.protocol.jar.JarCache$CachedJarLoader.loadFromCache(Unknown Source)
         at oracle.jre.protocol.jar.JarCache$CachedJarLoader.load(Unknown Source)
         at oracle.jre.protocol.jar.JarCache.get(Unknown Source)
         at oracle.jre.protocol.jar.CachedJarURLConnection.connect(Unknown Source)
         at oracle.jre.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)
         at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)
         at sun.misc.URLClassPath$JarLoader.<init>(Unknown Source)
         at sun.misc.URLClassPath$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.misc.URLClassPath.getLoader(Unknown Source)
         at sun.misc.URLClassPath.getLoader(Unknown Source)
         at sun.misc.URLClassPath.getResource(Unknown Source)
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(Unknown Source)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    WARNING: error reading https://http://vis11510ext5.trv210.net/OA_JAVA/oracle/apps/fnd/jar/fndctx.jar from JAR cache.

  • SQL Developer 3.1EA1 JAVA Error During Export

    Displayed approx. 10 records from a table and right clicked on the results tab. Chose Export and the following appeared. I am using Windows XP JAVA 1.6.0_26 32 bit versions.
    oracle.classloader.util.AnnotatedClassNotFoundException:
         Missing class: oracle.dbtools.raptor.export.ExportObjects
         Dependent class: java.awt.Component
         Loader: jre.bootstrap:1.6.0_26
         Code-Source: unknown
         Configuration: jre bootstrap
    The missing class is not available from any code-source or loader in the system.
         at oracle.classloader.PolicyClassLoader.handleClassNotFound (PolicyClassLoader.java:2180) [C:/Oracle/Tools/sqldeveloper/modules/oracle.classloader_11.1.1.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@13288040]
         at oracle.classloader.PolicyClassLoader.internalLoadClass (PolicyClassLoader.java:1733) [C:/Oracle/Tools/sqldeveloper/modules/oracle.classloader_11.1.1.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@13288040]
         at oracle.classloader.PolicyClassLoader.access$000 (PolicyClassLoader.java:143) [C:/Oracle/Tools/sqldeveloper/modules/oracle.classloader_11.1.1.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@13288040]
         at oracle.classloader.PolicyClassLoader$LoadClassAction.run (PolicyClassLoader.java:331) [C:/Oracle/Tools/sqldeveloper/modules/oracle.classloader_11.1.1.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@13288040]
         at java.security.AccessController.doPrivileged (Native method) [unknown, by unknown]
         at oracle.classloader.PolicyClassLoader.loadClass (PolicyClassLoader.java:1692) [C:/Oracle/Tools/sqldeveloper/modules/oracle.classloader_11.1.1.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@13288040]
         at oracle.classloader.PolicyClassLoader.loadClass (PolicyClassLoader.java:1674) [C:/Oracle/Tools/sqldeveloper/modules/oracle.classloader_11.1.1.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@13288040]
         at java.lang.Class.getDeclaredMethods0 (Native method) [unknown, by unknown]
         at java.lang.Class.privateGetDeclaredMethods (Class.java:2427) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.lang.Class.getDeclaredMethod (Class.java:1935) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.Component.isCoalesceEventsOverriden (Component.java:5973) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.Component.access$500 (Component.java:169) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.Component$3.run (Component.java:5927) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.Component$3.run (Component.java:5925) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.security.AccessController.doPrivileged (Native method) [unknown, by unknown]
         at java.awt.Component.checkCoalescing (Component.java:5924) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.Component.<init> (Component.java:5893) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.Container.<init> (Container.java:251) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at javax.swing.JComponent.<init> (JComponent.java:570) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at javax.swing.JPanel.<init> (JPanel.java:65) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at javax.swing.JPanel.<init> (JPanel.java:92) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at javax.swing.JPanel.<init> (JPanel.java:100) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at oracle.ide.panels.DefaultTraversablePanel.<init> (DefaultTraversablePanel.java:29) [C:/Oracle/Tools/sqldeveloper/ide/lib/idert.jar (from boot classpath entry in oracle.ide.boot.PCLMain.BOOT_ENTRIES), by ide-global:11.1.1.0.0]
         at oracle.dbtools.raptor.export.wizard.ExportWizDestinstaionPanel.<init> (ExportWizDestinstaionPanel.java:62) [C:/Oracle/Tools/sqldeveloper/ide/lib/patches/oracle.sqldeveloper.incremental_patch.jar (from system property ide.patches.dir), by ide-global:11.1.1.0.0]
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0 (Native method) [unknown, by unknown]
         at sun.reflect.NativeConstructorAccessorImpl.newInstance (NativeConstructorAccessorImpl.java:39) [unknown, by unknown]
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance (DelegatingConstructorAccessorImpl.java:27) [unknown, by unknown]
         at java.lang.reflect.Constructor.newInstance (Constructor.java:513) [unknown, by unknown]
         at oracle.ide.panels.MetaTraversable.newTraversable (MetaTraversable.java:315) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at oracle.ide.wizard.Step.newTraversable (Step.java:171) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at oracle.ide.wizard.FSMStateInfo.getTraversable (FSMStateInfo.java:99) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at oracle.ide.wizard.FSMWizard._addPage (FSMWizard.java:534) [C:/Oracle/Tools/sqldeveloper/ide/lib/idert.jar (from boot classpath entry in oracle.ide.boot.PCLMain.BOOT_ENTRIES), by ide-global:11.1.1.0.0]
         at oracle.ide.wizard.FSMWizard._populatePages (FSMWizard.java:492) [C:/Oracle/Tools/sqldeveloper/ide/lib/idert.jar (from boot classpath entry in oracle.ide.boot.PCLMain.BOOT_ENTRIES), by ide-global:11.1.1.0.0]
         at oracle.ide.wizard.FSMWizard.<init> (FSMWizard.java:112) [C:/Oracle/Tools/sqldeveloper/ide/lib/idert.jar (from boot classpath entry in oracle.ide.boot.PCLMain.BOOT_ENTRIES), by ide-global:11.1.1.0.0]
         at oracle.dbtools.raptor.export.wizard.ExportWizMain.launchWizard (ExportWizMain.java:169) [C:/Oracle/Tools/sqldeveloper/ide/lib/idert.jar (from boot classpath entry in oracle.ide.boot.PCLMain.BOOT_ENTRIES), by ide-global:11.1.1.0.0]
         at oracle.dbtools.raptor.export.wizard.ExportWizMain.launchForData (ExportWizMain.java:141) [C:/Oracle/Tools/sqldeveloper/ide/lib/idert.jar (from boot classpath entry in oracle.ide.boot.PCLMain.BOOT_ENTRIES), by ide-global:11.1.1.0.0]
         at oracle.dbtools.raptor.dialogs.actions.TableExportAction.launchForData (TableExportAction.java:104) [C:/Oracle/Tools/sqldeveloper/ide/lib/idert.jar (from boot classpath entry in oracle.ide.boot.PCLMain.BOOT_ENTRIES), by ide-global:11.1.1.0.0]
         at oracle.dbtools.raptor.controls.grid.contextmenu.ExportGrid$1.actionPerformed (ExportGrid.java:161) [C:/Oracle/Tools/sqldeveloper/sqldeveloper/extensions/oracle.sqldeveloper.jar (from extension jar in C:\Oracle\Tools\sqldeveloper\sqldeveloper\extensions), by ide-global:11.1.1.0.0]
         at javax.swing.AbstractButton.fireActionPerformed (AbstractButton.java:1995) [C:/Oracle/Tools/sqldeveloper/sqldeveloper/extensions/oracle.sqldeveloper.jar (from extension jar in C:\Oracle\Tools\sqldeveloper\sqldeveloper\extensions), by ide-global:11.1.1.0.0]
         at javax.swing.AbstractButton$Handler.actionPerformed (AbstractButton.java:2318) [C:/Oracle/Tools/sqldeveloper/sqldeveloper/extensions/oracle.sqldeveloper.jar (from extension jar in C:\Oracle\Tools\sqldeveloper\sqldeveloper\extensions), by ide-global:11.1.1.0.0]
         at javax.swing.DefaultButtonModel.fireActionPerformed (DefaultButtonModel.java:387) [C:/Oracle/Tools/sqldeveloper/sqldeveloper/extensions/oracle.sqldeveloper.jar (from extension jar in C:\Oracle\Tools\sqldeveloper\sqldeveloper\extensions), by ide-global:11.1.1.0.0]
         at javax.swing.DefaultButtonModel.setPressed (DefaultButtonModel.java:242) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at javax.swing.AbstractButton.doClick (AbstractButton.java:357) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick (BasicMenuItemUI.java:809) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased (BasicMenuItemUI.java:850) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.Component.processMouseEvent (Component.java:6288) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at javax.swing.JComponent.processMouseEvent (JComponent.java:3267) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.Component.processEvent (Component.java:6053) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.Container.processEvent (Container.java:2041) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.Component.dispatchEventImpl (Component.java:4651) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.Container.dispatchEventImpl (Container.java:2099) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.Component.dispatchEvent (Component.java:4481) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.LightweightDispatcher.retargetMouseEvent (Container.java:4577) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.LightweightDispatcher.processMouseEvent (Container.java:4238) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.LightweightDispatcher.dispatchEvent (Container.java:4168) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.Container.dispatchEventImpl (Container.java:2085) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.Window.dispatchEventImpl (Window.java:2478) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.Component.dispatchEvent (Component.java:4481) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.EventQueue.dispatchEventImpl (EventQueue.java:643) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.EventQueue.access$000 (EventQueue.java:84) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.EventQueue$1.run (EventQueue.java:602) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.EventQueue$1.run (EventQueue.java:600) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.security.AccessController.doPrivileged (Native method) [unknown, by unknown]
         at java.security.AccessControlContext$1.doIntersectionPrivilege (AccessControlContext.java:87) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.security.AccessControlContext$1.doIntersectionPrivilege (AccessControlContext.java:98) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.EventQueue$2.run (EventQueue.java:616) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.EventQueue$2.run (EventQueue.java:614) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.security.AccessController.doPrivileged (Native method) [unknown, by unknown]
         at java.security.AccessControlContext$1.doIntersectionPrivilege (AccessControlContext.java:87) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.EventQueue.dispatchEvent (EventQueue.java:613) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.EventDispatchThread.pumpOneEventForFilters (EventDispatchThread.java:269) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.EventDispatchThread.pumpEventsForFilter (EventDispatchThread.java:184) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.EventDispatchThread.pumpEventsForHierarchy (EventDispatchThread.java:174) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.EventDispatchThread.pumpEvents (EventDispatchThread.java:169) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.EventDispatchThread.pumpEvents (EventDispatchThread.java:161) [jre bootstrap, by jre.bootstrap:1.6.0_26]
         at java.awt.EventDispatchThread.run (EventDispatchThread.java:122) [jre bootstrap, by jre.bootstrap:1.6.0_26]

    Hi,
    The "Missing class: oracle.dbtools.raptor.export.ExportObjects" is used in 3.0 (found in oracle.sqldeveloper.jar) but not 3.1. Did you not remember to install 3.1 into an empty directory? That would also be the most likely reason for the issues you encountered in these other posts:
    SQL Developer 3.1EA1 Connected Icon
    SQL Developer 31EA1 SQL Worksheet not allowing entry
    Regards,
    Gary
    SQL Developer Team

  • RHEL 6 for EBS 11i (11.5.10.2)

    Hi hussein,
    I posted a thread in here before about our company buying or upgrading to a newer server which is of higher-end and with bigger CPUs and Memories.
    We are currently running EBS 11i (11.5.10.2) on the current server which is about 6 years old. This is single node only and running RHEL 4.6.
    Now, due to performance degradation, we are buying newer machines which will be a two-node configuration. The machine vendor said that the O.S. that it runs on will be RHEL 6.
    My question is....Is RHEL 6 supported in EBS 11i? Can I clone the existing PROD EBS 11i which is on RHEL 4.6 to
    the new target servers running on RHEL 6?
    Thanks a lot,
    Ms Inday

    My question is....Is RHEL 6 supported in EBS 11i? No, you either need to install RHEL4 or RHEL5.
    Can I clone the existing PROD EBS 11i which is on RHEL 4.6 to
    the new target servers running on RHEL 6?If you install RHEL5, you can use Rapid Clone to clone from RHEL4 to RHEL5.
    Please see these docs for the list of pre-req. software and packages on RHEL5/OEL5
    Oracle Applications Installation Update Notes, Release 11i (11.5.10.2) [ID 316806.1]
    Oracle Applications 11i Installation on OEL5 or RHEL5 [ID 730444.1]
    Recommendations to Install Oracle Applications 11i [ID 294932.1]
    Oracle Database on Unix AIX,HP-UX,Linux,Mac OS X,Solaris,Tru64 Unix Operating Systems Installation and Configuration Requirements Quick Reference (8.0.5 to 11.2) [ID 169706.1]
    You may relink relink the executable files as per the docs referenced in this thread (it is optional as Rapid Clone will do this for you).
    Need clarification on Solaris 10 upgrade for E Business suite application
    Need clarification on Solaris 10 upgrade for E Business suite application
    Thanks,
    Hussein
    Thanks,
    Hussein

  • Oracle database error after clone EBS 11i.

    Hi,
    I am getting following error ORA-01578 message when I open forms after the cloning.
    APP-FND-01564: Oracle error 1578 in fdmgrated.
    But no error in database alert log file.
    Clone was done by RMAN.
    Oracle 10gR2 on AIX.
    EBS 11i.
    Thanks.

    Yes, Autocofig completed without any error message.
    But no errors in database alert log file.
    Full error message is when I open Forms:
    Cause: fdmgranted failed due to ORa-01578: Oracle data block corrupted
    (file#440, block#9291)
    ORA-01110: data file 440:
    ORA_26040: Data block was loaded using the NOLOGGING option.     please seee this
    ORA-1578 / ORA-26040 Corrupt blocks by NOLOGGING - Error explanation and solution [ID 794505.1]
    Handling Oracle Block Corruptions in Oracle7/8/8i/9i/10g/11g [ID 28814.1]
    How to identify all the Corrupted Objects in the Database with RMAN [ID 472231.1]
    OERR: ORA-1578 "ORACLE data block corrupted (file # %s, block # %s)" Master Note [ID 1578.1]
    Master Note for Handling Oracle Database Corruption Issues [ID 1088018.1]
    ;) AppsMAsti ;)
    sharing is Caring

  • Error while clonning Oracle app 11i

    Hi all Once again, a new day a new error :)
    i am having Error while clonning Oracle app 11i on windows 2003 sp1 32 bit db 9.2.0.6.0
    when running adcfgclone.pl dbTier it successfully runs uptill 70% at this stage it throws the below error
    ================================================================================================
    Beginning database tier Apply - Wed Mar 7 01:49:19 2012
    Log file located at d:\oracle\neproddb\9.2.0\appsutil\log\NPRO_hassan\ApplyDBTier_03070149.log
    RC-50004: Fatal: Error occurred in ApplyDatabase:
    Control file creation failed
    ERROR while running Apply...
    ERROR: Failed to execute adclone.pl
    Please check logfile.
    =================================================================================================
    when i check the ApplyDBTier_03070149.log
    i found this below
    ==============================================================================================================================================================================================================================
    Skipping Profile Phase
    Skipping Apply Phase
    Executing StartDbLsnr...
    ECHO is off.
    ECHO is off.
    Wed 03/07/2012 01:50 AM
    ECHO is off.
    ECHO is off.
    Wed 03/07/2012 01:50 AM
    NPRO_hassan.cmd exiting with status 0
    ECHO is off.
    The environment settings are as follows ...
    ECHO is off.
    ORACLE_HOME : d:\oracle\neproddb\9.2.0
    LOCAL : NPRO
    ORACLE_SID :
    PATH : d:\oracle\neproddb\9.2.0\Apache\perl\5.00503\bin\MSWin32-x86\;d:\oracle\neproddb\9.2.0\bin;d:\oracle\neproddb\9.2.0\jre\1.4.2\bin;d:\oracle\neproddb\9.2.0\jre\1.4.2\bin;../jre/1.3.1/bin;d:\oracle\neproddb\9.2.0\Apache\perl\5.00503\bin\MSWin32-x86\perl.exe;C:\mksnt\bin;C:\mksnt\bin\X11;C:\mksnt\mksnt;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;d:\oracle\neproddb\9.2.0\bin;;d:\oracle\neproddb\9.2.0\jre\1.4.2\bin;d:\oracle\neproddb\9.2.0\jre\1.4.2\bin
    LD_LIBRARY_PATH : d:\oracle\neproddb\9.2.0\lib
    ECHO is off.
    ECHO is off.
    The log information will be written to
         "d:\oracle\neproddb\9.2.0\appsutil\log\NPRO_hassan\addlnctl.txt"
    ECHO is off.
    ECHO is off.
    Starting listener process NPRO ...
    ECHO is off.
    LSNRCTL for 32-bit Windows: Version 9.2.0.6.0 - Production on 07-MAR-2012 01:50:56
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROCNPRO))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 2: No such file or directory
    Connecting to (ADDRESS=(PROTOCOL=TCP)(Host=hassan.com)(Port=1534))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 61: Unknown error
    LSNRCTL for 32-bit Windows: Version 9.2.0.6.0 - Production on 07-MAR-2012 01:50:57
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Starting tnslsnr: please wait...
    TNSLSNR for 32-bit Windows: Version 9.2.0.6.0 - Production
    NL-00280: error creating log stream d:\oracle\neproddb\9.2.0\network\log\npro.log
    NL-00278: cannot open log file
    SNL-00016: snlfohd: error opening file
    32-bit Windows Error: 13: Permission denied
    Listener failed to start. See the error message(s) above...
    addlnctl.cmd exiting with status 3
    .end std out.
    .end err out.
    Executing CreateDB...
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : hassan
    sDbDomain : com
    sDbPort : 1534
    sDbSid : NPRO
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@hassan.com:1534:NPRO
    Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    Trying to connect using SID as ServiceName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=hassan.com)(PORT=1534))(CONNECT_DATA=(SERVICE_NAME=NPRO)))
    Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    Trying to connect using SID as ServiceName.DomainName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=hassan.com)(PORT=1534))(CONNECT_DATA=(SERVICE_NAME=NPRO.com)))
    Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    Connection could not be obtained; returning null
    -------------------ADX Database Utility Finished---------------
    ECHO is off.
    ECHO is off.
    Wed 03/07/2012 01:51 AM
    ECHO is off.
    ECHO is off.
    Wed 03/07/2012 01:51 AM
    NPRO_hassan.cmd exiting with status 0
    ECHO is off.
    The environment settings are as follows ...
    ECHO is off.
    ORACLE_HOME : d:\oracle\neproddb\9.2.0
    LOCAL : NPRO
    ORACLE_SID :
    PATH : d:\oracle\neproddb\9.2.0\Apache\perl\5.00503\bin\MSWin32-x86\;d:\oracle\neproddb\9.2.0\bin;d:\oracle\neproddb\9.2.0\jre\1.4.2\bin;d:\oracle\neproddb\9.2.0\jre\1.4.2\bin;../jre/1.3.1/bin;d:\oracle\neproddb\9.2.0\Apache\perl\5.00503\bin\MSWin32-x86\perl.exe;C:\mksnt\bin;C:\mksnt\bin\X11;C:\mksnt\mksnt;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;d:\oracle\neproddb\9.2.0\bin;;d:\oracle\neproddb\9.2.0\jre\1.4.2\bin;d:\oracle\neproddb\9.2.0\jre\1.4.2\bin
    LD_LIBRARY_PATH : d:\oracle\neproddb\9.2.0\lib
    ECHO is off.
    ECHO is off.
    The log information will be written to
         "d:\oracle\neproddb\9.2.0\appsutil\log\NPRO_hassan\adcrdb_NPRO.txt"
    ECHO is off.
    ECHO is off.
    Creating the control file for NPRO database ...
    ECHO is off.
    SQL*Plus: Release 9.2.0.6.0 - Production on Wed Mar 7 01:51:01 2012
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    ERROR:
    ORA-12560: TNS:protocol adapter error
    DIM-00010: SYSTEM\CurrentControlSet\Services\OracleService key does not exist
    O/S-Error: (OS 2) The system cannot find the file specified.
    SQL*Plus: Release 9.2.0.6.0 - Production on Wed Mar 7 01:51:42 2012
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    ERROR:
    ORA-01031: insufficient privileges
    ORA-01031: insufficient privileges
    ERROR:
    ORA-01031: insufficient privileges
    ORA-01031: insufficient privileges
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    ORA-01012: not logged on
    ERROR:
    ORA-01031: insufficient privileges
    ORA-01031: insufficient privileges
    SP2-0640: Not connected
    SP2-0641: "EXECUTE" requires connection to server
    ORA-01031: insufficient privileges
    ERROR:
    ORA-01031: insufficient privileges
    ORA-01031: insufficient privileges
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    ECHO is off.
    Checking for errors ...
    ECHO is off.
    The database has not been successfully created. Shutting down the instance...
    SQL*Plus: Release 9.2.0.6.0 - Production on Wed Mar 7 01:51:52 2012
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    ERROR:
    ORA-01031: insufficient privileges
    adcrdb.cmd exiting with status 1
    .end std out.
    .end err out.
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : hassan
    sDbDomain : com
    sDbPort : 1534
    sDbSid : NPRO
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@hassan.com:1534:NPRO
    Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    Trying to connect using SID as ServiceName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=hassan.com)(PORT=1534))(CONNECT_DATA=(SERVICE_NAME=NPRO)))
    Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    Trying to connect using SID as ServiceName.DomainName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=hassan.com)(PORT=1534))(CONNECT_DATA=(SERVICE_NAME=NPRO.com)))
    Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    Connection could not be obtained; returning null
    -------------------ADX Database Utility Finished---------------
    RC-00118: Error occurred during creation of database
    Raised by oracle.apps.ad.clone.ApplyDatabase
    StackTrace:
    java.lang.Exception: Control file creation failed
         at oracle.apps.ad.clone.ApplyDatabase.<init>(ApplyDatabase.java:474)
         at oracle.apps.ad.clone.ApplyDatabase.<init>(ApplyDatabase.java:319)
         at oracle.apps.ad.clone.ApplyDatabase.<init>(ApplyDatabase.java:295)
         at oracle.apps.ad.clone.ApplyDBTier.<init>(ApplyDBTier.java:154)
         at java.lang.reflect.Constructor.newInstance(Native Method)
         at oracle.apps.ad.clone.util.CloneProcessor.run(CloneProcessor.java:68)
         at java.lang.Thread.run(Unknown Source)
    ==============================================================================================================================================================================================================================
    please help me out with your advices
    Thanks
    Hassan

    Dear Hussein / helios ,
    it worked finally i gave a high number 76 and it worked with out any problem also this time i gave loop back adapter an ip address i just remember now that i was not giving an ip to my loop back adapter i gave as below
    ip : 10.10.10.10
    subnet : 255.255.255.0
    and made my host file look like as
    127.0.0.1 localhost
    10.10.10.10 hassan.com hassan
    then i tested the ping by pinging hassan.com and the reply came from 10.10.10.10
    and also i disabled my wireless network card before running adcfgclone
    and it worked ALLHAMDOLLILAH :)
    Thanks to the great masters Hussein & Helios :)
    Now its time for appsTier cloning hope that it goes smooth :)
    Regards,Re: Error while clonning Oracle app 11i
    Hassan

  • Opatch error while applying Windows patch 6 (9.2.0.8.0) on EBS 11i Database

    Hi,
    I am upgrading our EBS 11i database (9.2.0.5.0) to 9.2.0.8.0 by following note : 216550.1 (Interoperability Notes Oracle Applications Release 11i with Oracle9i Release 2 (9.2.0)).
    I have installed Opatch 2617419 and then installed 6880880 (p6880880_101000_WINNT.zip) (OUI patch).
    While applying Windows patch 6 (5916268) ,using opatch I am getting the following error:
    OPATCH_JAVA_ERROR=OPatch Exception while trying to check for Mini Patchset
    Cannot check bug/file conflict and component prerequisite checks.
    ERROR: OPatch failed during prerequisite check.
    OPatch returns with error code = 150
    Any help to resolve the issue is appreciated.
    I saw note +'OPATCH_JAVA_ERROR=OPatch Exception While Trying to Check for Mini Patchset' while applying patch using opatch 1.0.0.0.x [ID 971783.1].+
    There are no '&' in the inventory file. There are a lot of '<'. I dont know if this note is applicable.
    Thanks
    Thiru.

    Hi,
    I am following section 2 only.
    In Section 2, # 7 we have to apply latest Oracle Patching Tool (OPatch) patch 2617419 and in # 8 we have to apply additional 9.2.0.8 RDBMS patches ( in our case it is Windows patch 6.
    I am getting issue while applying Windows patch 6 using opatch.
    Rgds,
    Thiru

  • Post installation Error while installing EBS 11i on Win server 2003

    Hi All,
    can soembody give the guidens to resolve the below error please....!!!
    I have done the below steps while installing
    I have been following the below steps to install the EBS 11i,
    1.installed in Win20003 server edition
    2.VC++ and copyind the link file into windows\system32,
    3.GNU make done the path set everything,
    4.MKS tool kit,
    5IP config and installing MS loopback,
    ---------->I have not installed the JDK<--------
    started the installtion direct from the DVDs,
    Pre-Installtion everything was OK,
    but after done everything I got struck last min, where the popup window appeared as login page responding but i did wait for 30 min and nothing has
    happened.
    So closed and I restarted the System and I have restarted process putting 1st DVD and given the command rapidwiz -restart.from command prompt.
    and Again its started as a new installtion, and preinstatltion wizard has came.
    Regards
    Satya

    Hi
    Yes, this is only the file which i found and there is no other log file
    after installtion i got a window in that the below information was popped up.
    Please see the details below
    Database Availability Check
    command : cmd.exe /c D:\ORAPPSCONFIG\rapidinstall\bin\riwTDBup.cmd D:\oracle\visdb\9.2.0\VIS_ebs.cmd sqlplus D:\ORAPPSCONFIG\rapidinstall\bin\riwTDBup.sql APPS/APPS
    D:\ORAPPSCONFIG\rapidinstall>echo off
    Sun 08/31/2008
    04:36 PM
    ECHO is off.
    ECHO is off.
    Sun 08/31/2008 04:36 PM
    VIS_ebs.cmd exiting with status 0
    "The environment settings are as follows ..."
    " ORACLE_HOME : D:\oracle\visdb\9.2.0"
    " ORACLE_SID : "
    " TWO_TASK : "
    " PATH : D:\oracle\visdb\9.2.0\Apache\perl\5.00503\bin\MSWin32-x86\;D:\oracle\visdb\9.2.0\bin;D:\oracle\visdb\9.2.0\jre\1.4.2\bin;D:\oracle\visdb\9.2.0\jre\1.4.2\bin;D:\MKS\bin;D:\MKS\bin\X11;D:\MKS\mksnt;D:\WINDOWS\system32;D:\WINDOWS;D:\WINDOWS\System32\Wbem;D:\PROGRA~1\MICROS~3\Common\Tools\WinNT;D:\PROGRA~1\MICROS~3\Common\MSDev98\Bin;D:\PROGRA~1\MICROS~3\Common\Tools;D:\VC98\bin;D:\GNUMAKE\make-3.81\WinRel"
    " LD_LIBRARY_PATH : D:\oracle\visdb\9.2.0\lib"
    SQL*Plus: Release 9.2.0.5.0 - Production on Sun Aug 31 16:36:27 2008
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected.
    Disconnected from Oracle9i Enterprise Edition Release 9.2.0.5.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.5.0 - Production
    connect test returning code 0
    ERRORCODE = 0 ERRORCODE_END
    Database ORACLE_HOME connection test has succeeded
    command : cmd.exe /c D:\ORAPPSCONFIG\rapidinstall\bin\riwTDBup.cmd D:\oracle\visora\8.0.6\VIS_ebs.cmd plus80 D:\ORAPPSCONFIG\rapidinstall\bin\riwTDBup.sql APPS/APPS
    D:\ORAPPSCONFIG\rapidinstall>echo off
    Sun 08/31/2008
    04:36 PM
    "The environment settings are as follows ..."
    " ORACLE_HOME : D:\oracle\visora\8.0.6"
    " ORACLE_SID : "
    " TWO_TASK : "
    " PATH : D:\oracle\visora\8.0.6\bin;D:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;D:\MKS\bin;D:\MKS\bin\X11;D:\MKS\mksnt;D:\WINDOWS\system32;D:\WINDOWS;D:\WINDOWS\System32\Wbem;D:\PROGRA~1\MICROS~3\Common\Tools\WinNT;D:\PROGRA~1\MICROS~3\Common\MSDev98\Bin;D:\PROGRA~1\MICROS~3\Common\Tools;D:\VC98\bin;D:\GNUMAKE\make-3.81\WinRel"
    " LD_LIBRARY_PATH : D:\oracle\visora\8.0.6\lib"
    SQL*Plus: Release 8.0.6.0.0 - Production on Sun Aug 31 16:36:31 2008
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    Connected.
    Disconnected from Oracle9i Enterprise Edition Release 9.2.0.5.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.5.0 - Production
    connect test returning code 0
    ERRORCODE = 0 ERRORCODE_END
    Apps ORACLE_HOME connection test has succeeded
    Environment File Check
    Database ORACLE_HOME environment file passes instantiated variables test:
    File = D:\oracle\visdb\9.2.0\VIS_ebs.env
    Apps ORACLE_HOME environment file passes instantiated variables test:
    File = D:\oracle\visora\iAS\VIS_ebs.cmd
    iAS ORACLE_HOME environment file passes instantiated variables test:
    File = D:\oracle\visora\8.0.6\VIS_ebs.cmd
    APPL_TOP environment file passes instantiated variables test:
    File = D:\oracle\visappl\VIS_ebs.cmd
    ADOVARS environment file passes instantiated variables test:
    File = D:\oracle\visappl\admin\adovars.cmd
    APPSCONFIG passes instantiated variables test:
    File = D:\oracle\visappl\admin\adconfig.txt
    DBC File Check
    DBC file passes instantiated variables test:
    File = D:\oracle\visappl\fnd\11.5.0\secure\VIS_ebs\vis.dbc
    HTTP Check
    checking URL = http://ebs.orapps.com:8000
    Portal is responding
    JSP Check
    checking URL = http://ebs.orapps.com:8000/OA_HTML/jsp/fnd/fndhelp.jsp?dbc=D:\oracle\visappl\fnd\11.5.0\secure\VIS_ebs\vis.dbc
    JSP is responding
    PHP Check
    checking URL = http://ebs.orapps.com:8000/OA_HTML/US/ICXINDEX.htm
    * Login Page is responding*
    after above message nothing was happened and I closed this window and restarted the PC and giave the commance rapidwiz -restart from command window from rapidwiz directory from 1st DVD.
    regrds
    Satya
    Edited by: user650092 on Sep 2, 2008 7:16 AM

  • Error after an ebs 11i installation

    Hi,
    Could anybody tell me why I receive this error ("DAC-405: SessionInfo: Application module creation failed; className: AbmSessionAM") when I what to opne a forms in Oracle APPS EBS 11i ?
    What I have to do ?
    Thanks,
    P.

    Hi Paul,
    How could I start/check if ABM is started? If using JDK 1.1.8.x on the ABM middle tier:
    $ ps -ef | grep -i osagent
    $ ps -ef | grep -i jre Verify there is one osagent process and two jre processes (one for ABM and one for Gatekeeper).
    If using JDK 1.3 on the ABM middle tier:
    $ ps -ef | grep -i osagent
    $ ps -ef | grep -i jre
    $ ps -ef | grep -i java Verify there is one osagent process, one jre process (for Gatekeeper), and one java process (for ABM).
    You also can sometimes search for the ABM process by looking for the Osagent Port number:
    $ ps -ef | grep -i 14000 Where 14000 is the Osagent Port.
    What I want to run is ABM Manager -> Activity Based
    Management. However other forms are working well.
    This error appears after a single tier installation.What do you mean by "other forms"? Do you mean other modules? If so, then this is normal.
    Could you please verify ABM Installation by checking the following note:
    Note: 263260.1 - ABM Installation Checklist
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=263260.1

  • Ebs 11i   error while logging in

    Hi,
    when i try to login to ebs 11i iam getting this error as shown below...
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: SQL_PLSQL_ERROR. Tokens: ROUTINE = createSession(int, String)(userid=6','A26198979CC1FE7BE040A8C0E714126E19682271241064037327178121309578'); REASON = java.sql.SQLException: ORA-01653: unable to extend table ICX.ICX_SESSIONS by 16 in tablespace APPS_TS_TX_DATA ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 433 ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 538 ORA-06512: at "APPS.FND_AOLJ_UTIL", line 217 ORA-06512: at line 1 ; ERRNO = 1653; at oracle.apps.fnd.framework.server.OAExceptionUtils.processAOLJErrorStack(OAExceptionUtils.java:974) at oracle.apps.fnd.framework.OACommonUtils.processAOLJErrorStack(OACommonUtils.java:866) at oracle.apps.fnd.framework.webui.OAPageBean.validateUser(OAPageBean.java:4710) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:704) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:509) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:430) at oa_html._OA._jspService(_OA.java:84) at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119) at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417) at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267) at oracle.jsp.JspServlet.internalService(JspServlet.java:186) at oracle.jsp.JspServlet.service(JspServlet.java:156) at javax.servlet.http.HttpServlet.service(HttpServlet.java:588) at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456) at org.apache.jserv.JServConnection.run(JServConnection.java:294) at java.lang.Thread.run(Thread.java:534) ## Detail 0 ## oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = java.sql.SQLException: ORA-01653: unable to extend table ICX.ICX_SESSIONS by 16 in tablespace APPS_TS_TX_DATA ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 433 ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 538 ORA-06512: at "APPS.FND_AOLJ_UTIL", line 217 ORA-06512: at line 1 ; at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:891) at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:865) at oracle.apps.fnd.framework.server.OAExceptionUtils.processAOLJErrorStack(OAExceptionUtils.java:980) at oracle.apps.fnd.framework.OACommonUtils.processAOLJErrorStack(OACommonUtils.java:866) at oracle.apps.fnd.framework.webui.OAPageBean.validateUser(OAPageBean.java:4710) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:704) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:509) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:430) at oa_html._OA._jspService(_OA.java:84) at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119) at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417) at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267) at oracle.jsp.JspServlet.internalService(JspServlet.java:186) at oracle.jsp.JspServlet.service(JspServlet.java:156) at javax.servlet.http.HttpServlet.service(HttpServlet.java:588) at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456) at org.apache.jserv.JServConnection.run(JServConnection.java:294) at java.lang.Thread.run(Thread.java:534) ## Detail 0 ## java.sql.SQLException: ORA-01653: unable to extend table ICX.ICX_SESSIONS by 16 in tablespace APPS_TS_TX_DATA ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 433 ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 538 ORA-06512: at "APPS.FND_AOLJ_UTIL", line 217 ORA-06512: at line 1 at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134) at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289) at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:590) at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1973) at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1119) at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2191) at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:2064) at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2989) at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:658) at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:736) at oracle.apps.fnd.common.WebAppsContext.createSession(WebAppsContext.java:2777) at oracle.apps.fnd.common.WebAppsContext.createSession(WebAppsContext.java:2678) at oracle.apps.fnd.common.WebAppsContext.createSession(WebAppsContext.java:2623) at oracle.apps.fnd.common.WebAppsContext.createAnonymousSession(WebAppsContext.java:4935) at oracle.apps.fnd.common.WebRequestUtil.setGuestSession(WebRequestUtil.java:1509) at oracle.apps.fnd.framework.webui.OAPageBean.validateUser(OAPageBean.java:4708) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:704) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:509) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:430) at oa_html._OA._jspService(_OA.java:84) at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119) at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417) at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267) at oracle.jsp.JspServlet.internalService(JspServlet.java:186) at oracle.jsp.JspServlet.service(JspServlet.java:156) at javax.servlet.http.HttpServlet.service(HttpServlet.java:588) at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456) at org.apache.jserv.JServConnection.run(JServConnection.java:294) at java.lang.Thread.run(Thread.java:534) oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = java.sql.SQLException: ORA-01653: unable to extend table ICX.ICX_SESSIONS by 16 in tablespace APPS_TS_TX_DATA ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 433 ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 538 ORA-06512: at "APPS.FND_AOLJ_UTIL", line 217 ORA-06512: at line 1 ; at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:891) at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:865) at oracle.apps.fnd.framework.server.OAExceptionUtils.processAOLJErrorStack(OAExceptionUtils.java:980) at oracle.apps.fnd.framework.OACommonUtils.processAOLJErrorStack(OACommonUtils.java:866) at oracle.apps.fnd.framework.webui.OAPageBean.validateUser(OAPageBean.java:4710) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:704) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:509) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:430) at oa_html._OA._jspService(_OA.java:84) at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119) at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417) at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267) at oracle.jsp.JspServlet.internalService(JspServlet.java:186) at oracle.jsp.JspServlet.service(JspServlet.java:156) at javax.servlet.http.HttpServlet.service(HttpServlet.java:588) at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456) at org.apache.jserv.JServConnection.run(JServConnection.java:294) at java.lang.Thread.run(Thread.java:534) ## Detail 0 ## java.sql.SQLException: ORA-01653: unable to extend table ICX.ICX_SESSIONS by 16 in tablespace APPS_TS_TX_DATA ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 433 ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 538 ORA-06512: at "APPS.FND_AOLJ_UTIL", line 217 ORA-06512: at line 1 at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134) at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289) at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:590) at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1973) at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1119) at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2191) at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:2064) at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2989) at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:658) at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:736) at oracle.apps.fnd.common.WebAppsContext.createSession(WebAppsContext.java:2777) at oracle.apps.fnd.common.WebAppsContext.createSession(WebAppsContext.java:2678) at oracle.apps.fnd.common.WebAppsContext.createSession(WebAppsContext.java:2623) at oracle.apps.fnd.common.WebAppsContext.createAnonymousSession(WebAppsContext.java:4935) at oracle.apps.fnd.common.WebRequestUtil.setGuestSession(WebRequestUtil.java:1509) at oracle.apps.fnd.framework.webui.OAPageBean.validateUser(OAPageBean.java:4708) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:704) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:509) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:430) at oa_html._OA._jspService(_OA.java:84) at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119) at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417) at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267) at oracle.jsp.JspServlet.internalService(JspServlet.java:186) at oracle.jsp.JspServlet.service(JspServlet.java:156) at javax.servlet.http.HttpServlet.service(HttpServlet.java:588) at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456) at org.apache.jserv.JServConnection.run(JServConnection.java:294) at java.lang.Thread.run(Thread.java:534)
    Can anyone help?
    Regards
    Dj

    Hi,
    It depends on weather you have ASM, or normal disk.
    Database version????
    http://ss64.com/ora/tablespace_a.html
    these are the general steps.
    login to sqlplus as sysdba privilege
    $sqlplus '/ as sysdba'
    SQL> select file_name,tablespace_name from dba_data_files where tablespace_name='APPS_TS_TX_DATA' order by file_name;
    To find the data file name and location.
    Check the output. IF the last file is a_txn_data07.dbf, then you need to add a new file with name a_txn_data_08.dbf (This is only example. Check for your environment).
    SQL>ALTER TABLESPACE APPS_TS_TX_DATA add datafile '<PATH FOUND ABOVE>/a_txn_data_<replace with number>.dbf' size 1024M;
    Thanks

Maybe you are looking for

  • Can I change target for Itunes music library?

    I have 2 hard drives on my laptop and will actually need to buy an external hard drive as my laptop has less space than my iPod. I can't import all my CD's yet. Also, the C drive hold iTunes but I have a D drive that has about 12gigs to hold more spa

  • Is possible to save a vector.pdf with smart object?

    Hi PS masters I am finishing a poster, fully created in shapes in illustrator. Due to customers request I was forced to do some color corrections so I decided to use my PhotoShop CS6. I imported vector files into my photoshop as smart objects, added

  • BPM for multiple accounts sender..

    We have a scenario where we get a list of accounts from  a sender file. THese accounts(will act as logins) will be used to retrieve files from their respective Unix directories.   I was thinking if BPM is the only option here. To read account from th

  • Idea: Sync iPod touch via Airport Express?

    I like the idea of using my MacBook anywhere I like around my apartment, so I've got the wireless Mighty Mouse, my SoundSticks speakers on an Airport Express, and a G-mini drive on an Airport Extreme for backups. I can plug my iPod into a multitude o

  • Security Alert #29 Oracle PL/SQL EXTPROC vulnerability

    I am not familiar with Oracle Applications. We are running version 11.0.3. I need to know if the HR module of this product uses EXTPROC. If it doesn't the easiest way to get around this vulnerability is to disable this function. The database version