JAVA Import error

Iam doing ABAP+JAVA system copy, ABAP stack imported sucessfully.During JAVA Import in target system iam gettting below error in the step"Backup/Restore database"  .I can start Oracle using sqlplus/nolog
ERROR 2010-04-27 18:22:28.563
CJS-00084  SQL statement or script failed. DIAGNOSIS: Error message: ORA-01012: not logged on
ORACLE instance started.
ERROR 2010-04-27 18:22:28.563
MUT-03025  Caught ESAPinstException in Modulecall: ORA-01012: not logged on
ORACLE instance started.
let meknow your thoughts.
- Jim

Hi,
Are you able to login to sqlplus from os. Since this is backup/restore method, you should have a successful restore before starting the import.
check whether there are any errors in alert_SID.log file, if any then pls do update here.
Regards,
Kishore Soma

Similar Messages

  • Java Importer - Error Occuring While invoking

    I have installed form6i along with the forms6i server in my machine.When I try to invoke the Java Importer I am getting an error message as
    "PDE-UJI1 Unable to create JVM".
    I have set the classpath for importer.jar and also installed jre1.3 in the machine
    and I set the path for this also but Still I am having the same problem.
    Could any one help in this context.
    Thanks
    Venkatesh Kumar P
    Chennai
    India.

    you need JDK 1.2.2 in the path not 1.3
    Check metalink for this message

  • Error in JAVA Importer

    I tried to import a JAVA Class inside a Form but I got the error: "PDE-UJI001 Failed to create the JVM". How can I solve it? How can I install the JVM? I have just convert my apllication from forms 5.0.6 to 6.0.8.17.1, I have no experience in WEB development and I need to convert my apllications for WEB, the papers on OTN does not explain much. Does anybody has an interesting paper or manual for downloading ???
    Thanks.

    First of all the error you are getting
    You need to to install JDK 1.2.2 to run the Java Importer. And set the PATH's
    and classpath's correctly.
    1. Download and install the JDK 1.2.2.
    2. Assuming the JDK 1.2.2 is installed in c:\jdk1.2.2 directory and the JRE in
    C:\PROGRA~1\JAVASOFT\JRE\1.2 directory; ORACLE_HOME=C:\Dev6iR2.
    Set the PATH to
    set PATH=%PATH%;c:\jdk1.2.2\bin;C:\PROGRA~1\JAVASOFT\JRE\1.2\bin;C:\PROGRA~1\JAVASOFT\JRE\1.2\bin\classic
    ( If you are using ias9i then the JDK 1.2.2 comes with the ias installtion ,
    in this case please set the PATH to
    D:\ias9i\Apache\jdk\bin;D:\ias9i\Apache\jdk\jre\bin;D:\ias9i\Apache\jdk\jre\bin\classic;%PATH% )
    3. Set the CLASSPATH to set CLASSPATH=%CLASSPATH%;C:\Dev6iR2\TOOLS\COMMON60\JAVA\IMPORTER.JAR;.
    (If you do not set the CLASSPATH correctly you will get the error
    PDE-UJI002 Unable to find the required java importer classes)
    4. Now run the Forms Builder by using the command.
    C:\Dev6iR2\bin\ifbld60.exe
    Now the Java Importer Should Run fine.
    Please follow the white paper on the Java Imported on OTN.
    As for your question about deploying on the web - what about the on line help in Forms????
    Select HELP -> Manuals
    You will then see a manual for deploying Forms to the Web.
    Regards
    Grant Ronald
    Forms Product Management

  • JAVA Importer: ORA-105100 can't start the java virtual machine

    Hi,
    i am having trouble to make a work interaction between forms and java.
    My PL/SQL code is calling a java code situated in an imported class.
    the error i get says : can't start the java virtual machine
    I modified the CLASSPATH to add some jar files.
    What else should i do ?
    should i modify LIBPATH ?
    any idea ?
    Thanks
    Dan

    i just found this documentation Oracle Forms Developer and Forms Server 6i (Patch 4) at this adress
    http://download.oracle.com/otn_hosted_doc/forms/forms/p4_relnotef.pdf
    which says that i need jdk 1.2.2 to make it work but the documentation was published in 2001...
    Is there an earlier doc ? or an earlier doc of the java importer ?
    http://www.oracle.com/technology/products/forms/pdf/javaimporter.pdf
    any help would be appreciated

  • Import error as error number is -12018

    Hi All,
    While importing a project getting an error as:
    Import Error: com.fatwire.cs.core.realtime.DataException: com.fatwire.assetapi.common.AssetAccessException: Error met whiling saving assets [AttrTypes:1415189814137] and the error number is -12018
    https://docs.oracle.com/cd/E29542_01/apirefs.1111/e39371/MISC/errno.html shows error related to Missing publication. No clue..

    -12018 means " Missing publication."
    Since the DemoSite is a new site that doesn't exist in the CSDT target environment, I would import the site first, e.g.
    java com.fatwire.csdt.client.main.CSDT http://hostOrIP:8080/cs/ContentServer username=fwadmin password=xceladmin resources=@SITE:DemoSite cmd=import
    NOTE: Make sure the site was exported to your datastore before import.
    Then, import assets of this site:
    java com.fatwire.csdt.client.main.CSDT http://hostOrIP:8080/cs/ContentServer username=fwadmin password=xceladmin resources=@ALL_ASSETS:*;@ALL_NONASSETS:* fromSites=DemoSite cmd=import
    Note that the parameter is fromSites, not fromSite.
    See if this helps.
    Thanks,
    Yu-Chun

  • Java Importer problem

    Where can i find java.lang.Exception class file which i must have for Java exception handling? I used find utility of Windows and did find a Exception.class file shown in directory "java/lang". But somehow i could not find such directory on my hard disk! I copied it to a self-named directory and then tried to import it into forms, i got an error 'no def found 'java/lang'.
    Please help. I need to get it to work urgently.
    Thanks.

    Ron,
    the java.lang.Excpetion class is part of the Java platform and don't need to be present in a separate directory on your PC. Just import java.lang.Exception as you can see it in the Java importer class tree.
    Frank

  • Java.exe error - Exception in thread "main" java.lang.NoClassDefFoundError:

    I've just started to take on java, and some examples from my learning source
    show the
    javac.exe fileincluded.java
    to
    java.exe fileincluded
    method. Although I can compile fine, when I go to run I get a java.exe error - Exception in thread "main" java.lang.NoClassDefFoundError:.
    I thought it was an environment variable problem as I'm running win xp.
    I've gotten the bin directory included, and I've previously had visual studio .net installed
    so the INCLUDE and LIB variables are set to those directories. I've tried to attach the java /lib and /bin directories by ";C:\PROGRAM FILES\JAVA\JDK1.5.0_02\LIB" etc,
    and that didn't work. What can I do to fix this problem?

    I get the I/O exception while reading: D:\Java\HelloApplet (The system cannot find the file specified). I have previously compiled HelloApplet.java into HelloApplet.class using javac.exe
    the two include statements in the sample HelloApplet I'm using are
    import java.applet.*;
    import java.awt.*;
    I also have a ComponentEventTest.java file which I've made into a class with these two
    include statements:
    import java.awt.*;
    import java.awt.event.*;
    I can however compile .java files which have no include statements.
    I take it that my classpath is not set correctly. Like I said earlier, I'm using winxp
    and trying to set the classpath variable under system. I have tried under user too. The path names I've tried setting are C:\Program Files\Java\jdk1.5.0_02\, C:\Program Files\Java\jdk1.5.0_02\lib, C:\Program Files\Java\jdk1.5.0_02\include, and C:\Program Files\Java\jdk1.5.0_02\;C:\Program Files\Java\jdk1.5.0_02\lib;C:\Program Files\Java\jdk1.5.0_02\include.
    How can I correct this? If it's possible, I would like to set a variable in windows
    versus having to type extra commands at the command prompt everytime I try
    to run a java class with java.exe. Any help would be much appreciated

  • Java importer: exception reporting

    I am using the Java Importer facility in Forms 6i to call to Java class methods from my form. I'm still at the development stage so my Java class methods raise (unexpected and expected) exceptions periodically. But Forms always reports this as an ORA-105100 error which makes it very difficult to debug.
    How can I pass the Java exception back to Forms and have it report the entire stack trace? What about run-time exceptions (e.g. Class not found, Class Cast exception, etc.)?
    Thanks,
    - NR

    Hi there
    I had the same problem and the documentation wasn't very good.
    Try importing 'throwable' (type in something like 'java.lang.throwable' on the input line) and then use the following code.
    It doesn't always return very meaningful messages but I geuss needs some refinement.
    EXCEPTION
    WHEN ORA_JAVA.EXCEPTION_THROWN
    THEN
    exc := ORA_JAVA.LAST_EXCEPTION;
    MESSAGE(throwable.getmessage(exc));
    ORA_JAVA.CLEAR_EXCEPTION;
    null

  • Java Null Error when Trying to commit

    Hello,
    I just received a new PC and installed OWB Client 10.1.0.2.0 on it.
    When I try to commit, I receive the following java null error:
    null
    null
         at oracle.wh.repos.impl.foundation.DirtyCache.persist(DirtyCache.java:442)
         at oracle.wh.repos.impl.foundation.DirtyCache.persist(DirtyCache.java:355)
         at oracle.wh.repos.impl.foundation.DirtyCache.persist(DirtyCache.java:230)
         at oracle.wh.repos.impl.foundation.CacheMediator.postChanges(CacheMediator.java:458)
         at oracle.wh.repos.impl.foundation.CacheMediator.postChanges(CacheMediator.java:451)
         at oracle.wh.repos.impl.foundation.CacheMediator.commit(CacheMediator.java:1419)
         at oracle.wh.repos.impl.transaction.TransactionManager.commitGlobalTransaction(TransactionManager.java:328)
         at oracle.wh.repos.impl.transaction.TransactionManager.commit(TransactionManager.java:444)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandUtil.commitAllChanges(WHRuntimeCommandUtil.java:321)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.doCompile(WHRuntimeCommandGenerateDeploy.java:870)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.generate(WHRuntimeCommandGenerateDeploy.java:917)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.doDeployment(WHRuntimeCommandGenerateDeploy.java:1105)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandHandler.doCommand(WHRuntimeCommandHandler.java:536)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandHandler.actionPerformed(WHRuntimeCommandHandler.java:329)
         at oracle.wh.ui.common.OWBConsumer.dataItemAvailable(OWBInfoBus.java:380)
         at javax.infobus.DefaultController.fireItemAvailable(DefaultController.java:90)
         at javax.infobus.InfoBus.fireItemAvailable(InfoBus.java:989)
         at oracle.wh.ui.common.OWBInfoBus.produce(OWBInfoBus.java:159)
         at oracle.wh.ui.common.OWBInfoBus.produce(OWBInfoBus.java:76)
         at oracle.wh.ui.runtime.RuntimeController$8.actionPerformed(RuntimeController.java:3331)
         at oracle.wh.ui.runtime.WHJMenuToolBar$2.actionPerformed(WHJMenuToolBar.java:367)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
         at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
         at java.awt.Component.processMouseEvent(Component.java:5100)
         at java.awt.Component.processEvent(Component.java:4897)
         at java.awt.Container.processEvent(Container.java:1569)
         at java.awt.Component.dispatchEventImpl(Component.java:3615)
         at java.awt.Container.dispatchEventImpl(Container.java:1627)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
         at java.awt.Container.dispatchEventImpl(Container.java:1613)
         at java.awt.Window.dispatchEventImpl(Window.java:1606)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    \nCMPException message and stack trace:\nnull
         at oracle.wh.repos.impl.foundation.DirtyCache.persist(DirtyCache.java:442)
         at oracle.wh.repos.impl.foundation.DirtyCache.persist(DirtyCache.java:355)
         at oracle.wh.repos.impl.foundation.DirtyCache.persist(DirtyCache.java:230)
         at oracle.wh.repos.impl.foundation.CacheMediator.postChanges(CacheMediator.java:458)
         at oracle.wh.repos.impl.foundation.CacheMediator.postChanges(CacheMediator.java:451)
         at oracle.wh.repos.impl.foundation.CacheMediator.commit(CacheMediator.java:1419)
         at oracle.wh.repos.impl.transaction.TransactionManager.commitGlobalTransaction(TransactionManager.java:328)
         at oracle.wh.repos.impl.transaction.TransactionManager.commit(TransactionManager.java:444)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandUtil.commitAllChanges(WHRuntimeCommandUtil.java:321)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.doCompile(WHRuntimeCommandGenerateDeploy.java:870)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.generate(WHRuntimeCommandGenerateDeploy.java:917)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.doDeployment(WHRuntimeCommandGenerateDeploy.java:1105)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandHandler.doCommand(WHRuntimeCommandHandler.java:536)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandHandler.actionPerformed(WHRuntimeCommandHandler.java:329)
         at oracle.wh.ui.common.OWBConsumer.dataItemAvailable(OWBInfoBus.java:380)
         at javax.infobus.DefaultController.fireItemAvailable(DefaultController.java:90)
         at javax.infobus.InfoBus.fireItemAvailable(InfoBus.java:989)
         at oracle.wh.ui.common.OWBInfoBus.produce(OWBInfoBus.java:159)
         at oracle.wh.ui.common.OWBInfoBus.produce(OWBInfoBus.java:76)
         at oracle.wh.ui.runtime.RuntimeController$8.actionPerformed(RuntimeController.java:3331)
         at oracle.wh.ui.runtime.WHJMenuToolBar$2.actionPerformed(WHJMenuToolBar.java:367)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
         at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
         at java.awt.Component.processMouseEvent(Component.java:5100)
         at java.awt.Component.processEvent(Component.java:4897)
         at java.awt.Container.processEvent(Container.java:1569)
         at java.awt.Component.dispatchEventImpl(Component.java:3615)
         at java.awt.Container.dispatchEventImpl(Container.java:1627)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
         at java.awt.Container.dispatchEventImpl(Container.java:1613)
         at java.awt.Window.dispatchEventImpl(Window.java:1606)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    I remember something similar happening when I upgraded from 9 to 10g on my last machine. A co-worker provided a fix by adding a line to some sort of java file, I think. However, he is un-available to ask about this issue again.
    Any help would be much appreciated!
    -Ryan

    Does this happen after a particular operation (Metadata Import, a mapping creation, etc)? Or does it happen regardless of the preceding operation - i.e. start the Client, immediately after logon do the commit - get that error?
    Nikolai Rochnik

  • RSBOLAP 017 Java Communication Error

    Hi,
    When iam opening query in Report Designer following error occurs :RSBOLAP 017 Java Communication error : RFC DEstination NOT_CONFIGURED does not exist.guide me for the same to resolve this one.i want basis support for to resolve the same.
    Thanku

    Hello,
    I have tried to use BEX Web Application Designer and I have recieved this error.
    I think that I need to configurate the SAP Netweaver portal with the previous mentioned steps.
       1. Create RFC Destination in J2EE Engine
       2. Create RFC Destination for the Portal
       3. Maintain Portal Server Settings for the Portal
       4. Maintain Single Sign-On in the BI System
       5. Export BW Certificate to the BI System
       6. Import BW Certificate to the Portal
       7. Create BW System in the Portal
       8. Configure User Management in the Portal
       9. Export Portal Certificate to the Portal
       10. Import Portal Certificate to the BI System
       11. Set Up Repository Manager for BW in the Portal
       12. Maintain User Mapping in the Portal
       13. Import SAP Basis Plug-In to the BI System
    Do you know any guide that can helps me to configurate the SAP Netweaver portal?
    Your answer will be gratefully received.
    I am looking forward to hearing from you.
    Best regards,

  • XML Import Error in ODI

    Hello ODI Gurus,
    I am getting a nullpointer exception while importing an Interface. I tried all modes. I have few more interfaces in the same folder which got imported successfully. The error message is also not very helpful. What could have possible gone wrong? Any suggestions?
    -snehal
    The error:
    XML Import Error
    java.lang.NullPointerException
    at com.sunopsis.dwg.dbobj.j.b(j.java)
    at com.sunopsis.dwg.dbobj.j.a(j.java)
    at com.sunopsis.dwg.dbobj.SnpTxtCrossR.batchCrossRefComputing(SnpTxtCrossR.java)
    at com.sunopsis.dwg.i.a(i.java)
    at com.sunopsis.dwg.DwgObject.a(DwgObject.java)
    at com.sunopsis.dwg.DwgObject.doImport(DwgObject.java)
    at com.sunopsis.dwg.DwgObject.importFromXml(DwgObject.java)
    at com.sunopsis.graphical.l.ow.e(ow.java)
    at com.sunopsis.graphical.l.ld.b(ld.java)
    at com.sunopsis.graphical.tools.utils.swingworker.v.call(v.java)
    at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:176)
    at com.sunopsis.graphical.tools.utils.swingworker.l.run(l.java)
    at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
    at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
    at java.lang.Thread.run(Thread.java:619)
    ----------------------------------------------------------------------------------------------------------------------------------------

    I am also getting a XMLImport error (nullpointer exception) while importing an Interface and Packages..
    Can any one help me out....
    Error is:
    java.lang.NullPointerException
         at com.sunopsis.dwg.DwgObject.computeNextId(DwgObject.java)
         at com.sunopsis.dwg.DwgObject.getNextId(DwgObject.java)
         at com.sunopsis.dwg.dbobj.SnpPackage.duplicationComputeNewPrimaryKey(SnpPackage.java)
         at com.sunopsis.dwg.h.a(h.java)
         at com.sunopsis.dwg.i.a(i.java)
         at com.sunopsis.dwg.DwgObject.a(DwgObject.java)
         at com.sunopsis.dwg.DwgObject.doImport(DwgObject.java)
         at com.sunopsis.dwg.DwgObject.importFromXml(DwgObject.java)
         at com.sunopsis.graphical.a.oy.f(oy.java)
         at com.sunopsis.graphical.a.lf.b(lf.java)
         at com.sunopsis.graphical.tools.utils.swingworker.v.call(v.java)
         at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:176)
         at com.sunopsis.graphical.tools.utils.swingworker.l.run(l.java)
         at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
         at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
         at java.lang.Thread.run(Unknown Source)

  • Please help - Java.util Error! Have no clue! - Please Help

    Hey guys,
    Im very new to java,
    With my code here :
    import.java.util.Scanner;
       public class delta{
       public static void main(String args[]){
            Scanner done = new Scanner(System.in.());
            System.out.println(done.nextLine);
    }I am unable to compile due to a Java.utill error!, can someone please tell me where i am going wrong? or provide me with a guide on how to setup netbeans because i think that is where i am going wrong !
    -thanks!

    815788 wrote:
    its
    package <error>.java.util does not exist.it also doesn't let me compile because of this.And, to fill in the information you didn't yet post, this referred to your "import" line, right? Please don't hoard information. Tell us what the problem is.
    As to the fix, look at your "import" statement and compare it to "import" statements in your textbook or tutorial or notes or whatever you're learning from.

  • Getting import errors while building the Dc for entity services

    Hi all,
    I am trying to create entity services in CAS and following the following help document from help.
    http://help.sap.com/saphelp_nw04s/helpdata/en/05/3a0741b5b7ee6fe10000000a1550b0/frameset.htm
    But While building  I am getting following imports errors:
    Error:
    com.sap.caf.rt.bol.IPersistentBusinessObject cannot be resolved or is not a valid superinterface     
    com.sap.caf.rt.services.eventing cannot be resolved (or is not a valid type) for the field CarJDO
    com.sap.caf.rt.bol.da.jdo.JDODADataAccessService cannot be resolved or is not a type
    changedData cannot be resolved     ,CarJDO.java
    com.sap.caf.rt.bol.da.DataAccessFactory.DATASOURCE_LOCAL_DA cannot be resolved     CarJDO.java     
    The method removeACL(String, String) is undefined for the type CAFPermission     CarServiceBean.java     
    loadByCustomKeys(Car) is undefined for the type IDataAccessService     CarServiceBean.java     
    Can anyone help.

    Hi Ritu,
    The problem is due to the version of NWDS you are working on. If its an older version like 7.0.0 please try to upgrade it to 7.0.9. With this the problem would be solved.
    You can try by deleting only the .metadata folder in the following path
    D:\Documents and Settings\user\Documents\SAP\workspace
    If still the problem exists the only thing you can do is reinstalling the IDE. before reinstalling it be sure that you completely delete all the workspace, .dtr and .dtc folders.
    All the best...award if useful

  • Help!!! Java Importer

    Hello,
    I tried to use Java Importer, I set ORACLE_HOME/TOOLS/COMMON60/JAVA/importer.jar in CLASSPATH. But when I use "Import Java Class..." in Form Builder, the error message "PDE-UJI001 Failed to create the JVM." comes up.
    What's wrong? Would you please help me?
    Thanks!!!
    Wendy
    null

    Wendy ,
    On metalink.oracle.com you can find a note about this.
    I think what you are missing is to set your PATH to point to jdk1.2.2 .
    from the note :
    1. Download and install the JDK 1.2.2.
    2. Assuming the JDK 1.2.2 is installed in c:\jdk1.2.2 directory and the JRE in
    C:\PROGRA~1\JAVASOFT\JRE\1.2 directory; ORACLE_HOME=C:\Dev6iR2.
    Set the PATH to
    set PATH=%PATH%;c:\jdk1.2.2\bin;C:\PROGRA~1\JAVASOFT\JRE\1.2\bin;C:\PROGRA~1\JAVASOFT\JRE\1.2\bin\classic
    ( If you are using ias9i then the JDK 1.2.2 comes with the ias installtion ,
    in this case please set the PATH to
    D:\ias9i\Apache\jdk\bin;D:\ias9i\Apache\jdk\jre\bin;D:\ias9i\Apache\jdk\jre\bin\classic;%PATH% )
    3. Set the CLASSPATH to set CLASSPATH=%CLASSPATH%;C:\Dev6iR2\TOOLS\COMMON60\JAVA\IMPORTER.JAR;.
    (If you do not set the CLASSPATH correctly you will get the error
    PDE-UJI002 Unable to find the required java importer classes)
    4. Now run the Forms Builder by using the command.
    C:\Dev6iR2\bin\ifbld60.ex

  • OAG - Kerberos - Native GSS library import error.

    Hi,
    I tried configuring GSS library in Setting--> Kerberos. I tried importing .so file as given in below link (end of page) . i didn't get /usr/lib/libgssapi.so file instead i had libgssapi.so.2.0.0 and libgssapi.so.2 in /user/lib64.
    I tried importing libgssapi.so.2.0.0 file in Native GSS library.
    http://docs.oracle.com/cd/E39820_01/doc.11121/gateway_docs/content/kerberos_configuration.html
    After import, when i try to deploy it throws below error. Could you please help me here to resolve this error  as i am not able to proceed futhur on this.
    ERROR 2013/11/13 22:15:52.084 java exception:
    GSSException: Unsupported mechanism requested: 1.2.840.113554.1.2.2
    at sun.security.jgss.ProviderList.getMechFactory(ProviderList.java:187)
    at sun.security.jgss.ProviderList.getMechFactory(ProviderList.java:154)
    at sun.security.jgss.GSSManagerImpl.getNameElement(GSSManagerImpl.java:187)
    at sun.security.jgss.GSSNameImpl.getElement(GSSNameImpl.java:428)
    at sun.security.jgss.GSSNameImpl.init(GSSNameImpl.java:157)
    at sun.security.jgss.GSSNameImpl.<init>(GSSNameImpl.java:127)
    at sun.security.jgss.GSSNameImpl.<init>(GSSNameImpl.java:111)
    at sun.security.jgss.GSSManagerImpl.createName(GSSManagerImpl.java:113)
    at com.vordel.circuit.gss.GssEndpoint$GetCredential.run(GssEndpoint.java:480)
    at com.vordel.circuit.gss.GssEndpoint.refreshCredentials(GssEndpoint.java:296)
    at com.vordel.circuit.gss.GssEndpoint.initialize(GssEndpoint.java:183)
    at com.vordel.circuit.gss.GssAcceptors.configure(GssAcceptors.java:38)
    at com.vordel.precipitate.SolutionPack.loadModules(SolutionPack.java:501)
    at com.vordel.dwe.Service.refresh(Service.java:415)
    at com.vordel.api.configuration.ConfigurationService.updateConfiguration(ConfigurationService.java:77)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)
    at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185)
    at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)
    at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:288)
    at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
    at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
    at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
    at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469)
    at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400)
    at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349)
    at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339)
    at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)
    at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537)
    at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:699)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    ERROR 2013/11/13 22:15:52.087 java exception:
    java.io.IOException: Cannot run program "kinit": java.io.IOException: error=2, No such file or directory
    at java.lang.ProcessBuilder.start(ProcessBuilder.java:460)
    at java.lang.Runtime.exec(Runtime.java:593)
    at com.vordel.common.util.ProcessExecutor.execute(ProcessExecutor.java:45)
    at com.vordel.circuit.gss.ExecuteKinit.execute(ExecuteKinit.java:23)
    at com.vordel.circuit.gss.GssInitiator.loginNatively(GssInitiator.java:760)
    at com.vordel.circuit.gss.GssEndpoint.login(GssEndpoint.java:365)
    at com.vordel.circuit.gss.GssEndpoint.initialize(GssEndpoint.java:182)
    at com.vordel.circuit.gss.GssInitiator.initialize(GssInitiator.java:125)
    at com.vordel.circuit.gss.GssInitiators.loadNewInitiator(GssInitiators.java:48)
    at com.vordel.circuit.gss.GssInitiators.configure(GssInitiators.java:34)
    at com.vordel.precipitate.SolutionPack.loadModules(SolutionPack.java:501)
    at com.vordel.dwe.Service.refresh(Service.java:415)
    at com.vordel.api.configuration.ConfigurationService.updateConfiguration(ConfigurationService.java:77)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)
    at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185)
    at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)
    at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:288)
    at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
    at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
    at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
    at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469)
    at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400)
    at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349)
    at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339)
    at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)
    at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537)
    at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:699)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    Caused by: java.io.IOException: java.io.IOException: error=2, No such file or directory
    at java.lang.UNIXProcess.<init>(UNIXProcess.java:148)
    at java.lang.ProcessImpl.start(ProcessImpl.java:65)
    at java.lang.ProcessBuilder.start(ProcessBuilder.java:453)
    ... 31 more
    ERROR 2013/11/13 22:15:52.087 java exception:
    GSSException: Unsupported mechanism requested: 1.2.840.113554.1.2.2
    at sun.security.jgss.ProviderList.getMechFactory(ProviderList.java:187)
    at sun.security.jgss.ProviderList.getMechFactory(ProviderList.java:154)
    at sun.security.jgss.GSSManagerImpl.getNameElement(GSSManagerImpl.java:187)
    at sun.security.jgss.GSSNameImpl.getElement(GSSNameImpl.java:428)
    at sun.security.jgss.GSSNameImpl.init(GSSNameImpl.java:157)
    at sun.security.jgss.GSSNameImpl.<init>(GSSNameImpl.java:127)
    at sun.security.jgss.GSSNameImpl.<init>(GSSNameImpl.java:111)
    at sun.security.jgss.GSSManagerImpl.createName(GSSManagerImpl.java:113)
    at com.vordel.circuit.gss.GssEndpoint$GetCredential.run(GssEndpoint.java:480)
    at com.vordel.circuit.gss.GssEndpoint.refreshCredentials(GssEndpoint.java:296)
    at com.vordel.circuit.gss.GssEndpoint.initialize(GssEndpoint.java:183)
    at com.vordel.circuit.gss.GssInitiator.initialize(GssInitiator.java:125)
    at com.vordel.circuit.gss.GssInitiators.loadNewInitiator(GssInitiators.java:48)
    at com.vordel.circuit.gss.GssInitiators.configure(GssInitiators.java:34)
    at com.vordel.precipitate.SolutionPack.loadModules(SolutionPack.java:501)
    at com.vordel.dwe.Service.refresh(Service.java:415)
    at com.vordel.api.configuration.ConfigurationService.updateConfiguration(ConfigurationService.java:77)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)
    at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185)
    at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)
    at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:288)
    at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
    at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
    at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
    at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469)
    at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400)
    at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349)
    at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339)
    at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)
    at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537)
    at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:699)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    Regards,
    Ganesh

    i am not able to start instance. getting below error.
    com.vordel.es.EntityStoreException: Failed to configure module: '/[GSSInitiators]name=GSS Initiators' reason: 'GssInititor misconfigured. The process must Use Native GSS Library in order to load the TGT natively.'
            at com.vordel.precipitate.SolutionPack.throwit(SolutionPack.java:528)
            at com.vordel.precipitate.SolutionPack.loadModules(SolutionPack.java:503)
            at com.vordel.dwe.Service.refresh(Service.java:415)
            at com.vordel.dwe.Service.<init>(Service.java:374)
    Caused by: com.vordel.es.EntityStoreException: GssInititor misconfigured. The process must Use Native GSS Library in order to load the TGT natively.
            at com.vordel.circuit.gss.GssInitiator.configure(GssInitiator.java:103)
            at com.vordel.circuit.gss.GssInitiators.loadNewInitiator(GssInitiators.java:46)
            at com.vordel.circuit.gss.GssInitiators.configure(GssInitiators.java:34)
            at com.vordel.precipitate.SolutionPack.loadModules(SolutionPack.java:501)
            ... 2 more
    Regards,
    Ganesh

Maybe you are looking for