XMLImporter errors

I am trying to import my PG XML files into the database. I have already moved them to the $JAVA_TOP directory on our application server. When I try to run the command -
java oracle.jrad.tools.xml.importer.XMLImporter AuditDetailPG.xml -rootdir $JAVA_TOP -username apps -password password -dbconnection "(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(COMMUNITY=tcp.world)(PROTOCOL=TCP)(HOST=devrdebsap38.dev.mycompany.com)(PORT=1553)))(CONNECT_DATA=(SID=AEBDV02)))"
I get the following error -
Exception in thread "main" java.lang.NullPointerException
at oracle.adf.mds.tools.util.CommandLineProcessor.<init>(CommandLineProcessor.java:123)
at oracle.jrad.tools.xml.importer.XMLImporter.importDocuments(XMLImporter.java:162)
at oracle.jrad.tools.xml.importer.XMLImporter.main(XMLImporter.java:84)
On our Unix box I ran the command in the directory where the file AuditDetailPG.xml is located. If I run the import command from a windows command line using the file in JDeveloper I am able to import the file. Any ideas what could be causing this error?
Thanks for your help!

I changed my directory in Unix to JAVA_TOP and I ran the command as follows -
java oracle.jrad.tools.xml.importer.XMLImporter $JAVA_TOP/oracle/apps/gl/translation/webui/AuditDetailPG.xml -username apps -password password -rootdir $JAVA_TOP/ -dbconnection "(description=(address_list=(address=(protocol=tcp)(host=devrdebsdb38.dev.mycompany.com)(port=1553)))(connect_data=(sid=AEBDV02)))"
I get the following error with the above command - Segmentation fault. At least it is not NullPointerException! Any clue to what could be causing a Segmentation fault?

Similar Messages

  • 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)

  • Getting errors in XMLImporter command

    I am trying to run following XMLImporter command in our R12 instance unix server, as per the OAF Dev Guide
    java oracle.jrad.tools.xml.importer.XMLImporter $APPL_TOP/<companyIdentifier>/ak/12.0.0/mds/<module>/webui -jdk13 -mmddir "$OA_HTML/jrad" -username apps -password <password> -rootdir $APPL_TOP/<companyIdentifier>/ak/12.0.0/mds/ -rootpackage /<companyIdentifier>/oracle/apps/ak -validate -dbconnection
    "(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=<hostname>)(PORT=40346))(CONNECT_DATA=(SERVICE_NAME=<servicename>)))"
    However I am getting following errors:
    Missing resource bundle: oracle.apps.bis.pmf.jrad.UIResourceBundle
    Missing resource bundle: oracle.apps.bis.pmf.jrad.UIResourceBundle
    Missing resource bundle: oracle.apps.bis.pmf.jrad.UIResourceBundle
    Importing file "/APPS/<instance>/<companyIdentifier>/ak/12.0.0/mds/<module>/webui/AssignmentCodeMaintenancePG.xml" as
    "/<companyIdentifier>/oracle/apps/ak/<module>/webui/AssignmentCodeMaintenancePG".
    Importing file "/APPS/<instance>/<companyIdentifier>/ak/12.0.0/mds/assignmentCodes/webui/CreateAssignmentCodePG.xml" as "/<companyIdentifier>/oracle/apps/ak/<module>/webui/CreateAssignmentCodePG".
    Importing file "/APPS/<instance>/<companyIdentifier>/ak/12.0.0/mds/<module>/webui/UpdateAssignmentCodePG.xml" as "/<companyIdentifier>/oracle/apps/ak/<module>/webui/UpdateAssignmentCodePG".
    Error: The root directory does not exist
    Error: The root directory does not exist
    Error: The root directory does not exist
    Error: The root directory does not exist
    Import completed.
    Has the import command failed? If yes, can someone please let me know the reason.
    Thanks in advance

    Do you mean copying JRAD XMLs into $APPL_TOP/... is not required?
    (Please note that this step is mentioned in Oracle OAF R12 Dev Guide -> Deploying Customer Extensions -> Deploying a Custom Page -> Step 2: Copy your JRAD XML files files to the $APPL_TOP staging area.)
    Also note that I am already running import command for pages as mentioned at the thread starting. Putting the import command again for ref:
    java oracle.jrad.tools.xml.importer.XMLImporter $APPL_TOP/<companyIdentifier>/ak/12.0.0/mds/<module>/webui -jdk13 -mmddir "$OA_HTML/jrad" -username apps -password <password> -rootdir $APPL_TOP/<companyIdentifier>/ak/12.0.0/mds/ -rootpackage /<companyIdentifier>/oracle/apps/ak -validate -dbconnection
    "(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=<hostname>)(PORT=40346))(CONNECT_DATA=(SERVICE_NAME=<servicename>)))"
    Thanks

  • Gives Error when run XMLImporter during deployment

    After reading the deployment process from Developer
    guide i tried deployment but when i run the XMLImporter
    it gives the error
    Error: The root directory does not exist

    Are you using -validate and -includeSubPackages options while running the import command ?
    Try running it without -validate option.

  • Error in XMLimporter command

    Hi,
    I am facing a problem while importing the custom region to the database.
    Below is my XMLimporter command which I am running from $JAVA_TOP/oracle/jrad/tools/xml/importer prompt. As my XMLImporter.class placed at this location.
    java oracle.jrad.tools.xml.importer.XMLImporter <JDEV_HOME>/jdev/myprojects/XX/oracle/apps/asn/common/customer/webui/XXASNTsicRN.xml -rootDir <JDEV_HOME>/jdev/myprojects/XX/oracle/apps/asn/common/customer/webui/ -username apps -password appsnhdesa -dbconnection "(DESCRIPTION =(ADDRESS =(PROTOCOL = tcp)(HOST = XXXX ) (PORT = 1532)))(CONNECT_DATA =(SID = XXXX)))"
    My *RN.xml file is in the below path:
    In myproject directory:
    <JDEV_HOME>/jdev/myprojects/XX/oracle/apps/asn/common/customer/webui/XXASNTsicRN.xml
    In application server:
    $JAVA_TOP/XX/oracle/apps/asn/common/customer/webui/XXASNTsicRN.xml
    I am getting error Error connecting to database. However I am successfully able to connect to database in sql*plus and toad.
    Can any one post me the correct command and the resolution to the error?
    Thanks in advance.
    Regards
    Piyush

    Hi,
    If you are running the script from unix box, then follow these steps:
    1) Move your XXASNTsicRN.xml file from local JDev to unix box ($JAVA_TOP/XX/oracle/apps/asn/common/customer/webui/XXASNTsicRN.xml).
    2) Now run the below script:
    java oracle.jrad.tools.xml.importer.XMLImporter $JAVA_TOP/XX/oracle/apps/asn/common/customer/webui/XXASNTsicRN.xml -username apps -password appsnhdesa -rootdir $JAVA_TOP/ -dbconnection "(DESCRIPTION =(ADDRESS =(PROTOCOL = tcp)(HOST = XXXX ) (PORT = 1532)))(CONNECT_DATA =(SID = XXXX)))"
    You can also import the page from your local command prompt:
    open cmd prompt and run the below script:
    <JDEV_DIR>\jdevbin\oaext\bin\import <JDEV_DIR>\jdevhome\jdev\myprojects\XX\oracle\apps\asn\common\customer\webui\XXASNTsicRN.xml -jdk13 -mmddir <JDEV_DIR>\jdevhome\jdev\myhtml\OA_HTML\jrad -includeSubpackages -username apps -password appsnhdesa -rootdir <JDEV_DIR>\jdevhome\jdev\myprojects -validate -dbconnection "(DESCRIPTION= (ADDRESS=(PROTOCOL=tcp)(HOST=XXXX)(PORT=1532)) (CONNECT_DATA=(SID = XXXX)))"
    --Sushant                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Import Error: The root directory does not exist

    Hi,
    I have some isuuses with importing the extended page. When I try to Import it throws an error.
    Root Directory does not exist.
    I am using the following command.
    import c:\jdev\jdevhome\jdev\myprojects\oracle\apps\asn\opportunity\webui\EMCOpptyDetPG.xml -includeSubpackages -validate -rootdir c:\prabhat\Jdev\jdevhome\jdev\myprojects -mmddir C:\prabhat\Jdev\jdevhome\jdev\myhtml\OA_HTML\jrad -userId 1 -username apps -password apps -dbconnection "(description = (address_list = (address = (community = tcp.world)(protocol = tcp)(host =xxxx)(port =xxx)))(connect_data = (sid = xxxx)))" -jdk13
    Importing /oracle/apps/asn/opportunity/webui/EMCOpptyDetPG
    Validation warnings in document "/oracle/apps/asn/opportunity/webui/EMCOpptyDetP
    G":
    Importing /oracle/apps/asn/opportunity/webui/EMCOpptyDetPG
    Validation warnings in document "/oracle/apps/asn/opportunity/webui/EMCOpptyDetPG":
    Invalid value "/oracle/apps/pv/opportunity/webui/PvOpptyPartnerRN" for property
    "Extends" on component "/oracle/apps/asn/opportunity/webui/EMCOpptyDetPG.ASNSubt
    abPrmRN". Component "/oracle/apps/pv/opportunity/webui/PvOpptyPartnerRN" cannot
    be referenced from "/oracle/apps/asn/opportunity/webui/EMCOpptyDetPG.ASNSubtabPr
    mRN" because it violates scope restrictions.
    Invalid value "/oracle/apps/jtf/cac/task/webui/CacTaskSummRN" for property "Exte
    nds" on component "/oracle/apps/asn/opportunity/webui/EMCOpptyDetPG.ASNSubtabTas
    kRN". Component "/oracle/apps/jtf/cac/task/webui/CacTaskSummRN" cannot be refere
    nced from "/oracle/apps/asn/opportunity/webui/EMCOpptyDetPG.ASNSubtabTaskRN" bec
    ause it violates scope restrictions.
    The component "/oracle/apps/asn/opportunity/webui/EMCOpptyDetPG.ASNSubtabTaskRN"
    cannot contain "/oracle/apps/jtf/cac/task/webui/CacTaskSummRN.CacSmrTable" of t
    able style because it is inside "tableLayout".
    The component "/oracle/apps/asn/opportunity/webui/EMCOpptyDetPG.ASNSubtabTaskRN"
    cannot contain "/oracle/apps/jtf/cac/task/webui/CacTaskSummRN.CacSmrTaskButtonR
    N" of stackLayout style because it is inside "tableLayout".
    Invalid value "/oracle/apps/pv/opportunity/webui/PvAbandonOpptyRN" for property
    "Extends" on component "/oracle/apps/asn/opportunity/webui/EMCOpptyDetPG.ASNPrmS
    tack". Component "/oracle/apps/pv/opportunity/webui/PvAbandonOpptyRN" cannot be
    referenced from "/oracle/apps/asn/opportunity/webui/EMCOpptyDetPG.ASNPrmStack" b
    ecause it violates scope restrictions.
    Error: The root directory does not exist
    Error: The root directory does not exist
    Error: The root directory does not exist
    Error: The root directory does not exist
    Error: The root directory does not exist
    Error: The root directory does not exist
    Error: The root directory does not exist
    Error: The root directory does not exist
    Error: The root directory does not exist
    Error: The root directory does not exist
    Error: The root directory does not exist
    Error: The root directory does not exist
    Import completed.
    But After this when I try to see from the server there is no file with name EMCOpptyDetPG.xml exist. So I think this file is not imported.
    Could suggest how to solve this problem.
    Thanks
    Prabhat

    Hi Tapash
    while deploying a page to mds Repository i m getting the same error that root Directory does not exist but it also says that import completed successfully.
    when i see the same using jdr_utils.listDocuments('xxxx/oracle/apps/ak/server/webui/xxxPG')
    it says printing /xxxx/oracle/apps/ak/server/webui/xxxPG thus page is available in the mds repository and i m able to access the page at run time
    my concern is why i m getting this error
    my import command looks like this
    java oracle.jrad.tools.xml.importer.XMLImporter $JAVA_TOP/xxxx/oracle/apps/ak/server/webui/xxxxPG.xml -jdk13 -mmddir $OA_HTML/jrad -username apps -password apps -rootdir $JAVA_TOP -validate -dbconnection " (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = xyxyxyxyxy)(PORT = xyxyx)) (CONNECT_DATA = (SID =yyy)))"
    could u pls suggest some solution.

  • Import Error:Root Directory Does not exist

    Hi,
    I have some isuuses with importing the extended page. When I try to Import it throws an error.
    Root Directory does not exist.
    I am using the following command.
    import c:\jdev\jdevhome\jdev\myprojects\oracle\apps\asn\opportunity\webui\EMCOpptyDetPG.xml -includeSubpackages -validate -rootdir c:\prabhat\Jdev\jdevhome\jdev\myprojects -mmddir C:\prabhat\Jdev\jdevhome\jdev\myhtml\OA_HTML\jrad -userId 1 -username apps -password apps -dbconnection "(description = (address_list = (address = (community = tcp.world)(protocol = tcp)(host =xxxx)(port =xxx)))(connect_data = (sid = xxxx)))" -jdk13
    Importing /oracle/apps/asn/opportunity/webui/EMCOpptyDetPG
    Validation warnings in document "/oracle/apps/asn/opportunity/webui/EMCOpptyDetP
    G":
    Importing /oracle/apps/asn/opportunity/webui/EMCOpptyDetPG
    Validation warnings in document "/oracle/apps/asn/opportunity/webui/EMCOpptyDetPG":
    Invalid value "/oracle/apps/pv/opportunity/webui/PvOpptyPartnerRN" for property
    "Extends" on component "/oracle/apps/asn/opportunity/webui/EMCOpptyDetPG.ASNSubt
    abPrmRN". Component "/oracle/apps/pv/opportunity/webui/PvOpptyPartnerRN" cannot
    be referenced from "/oracle/apps/asn/opportunity/webui/EMCOpptyDetPG.ASNSubtabPr
    mRN" because it violates scope restrictions.
    Invalid value "/oracle/apps/jtf/cac/task/webui/CacTaskSummRN" for property "Exte
    nds" on component "/oracle/apps/asn/opportunity/webui/EMCOpptyDetPG.ASNSubtabTas
    kRN". Component "/oracle/apps/jtf/cac/task/webui/CacTaskSummRN" cannot be refere
    nced from "/oracle/apps/asn/opportunity/webui/EMCOpptyDetPG.ASNSubtabTaskRN" bec
    ause it violates scope restrictions.
    The component "/oracle/apps/asn/opportunity/webui/EMCOpptyDetPG.ASNSubtabTaskRN"
    cannot contain "/oracle/apps/jtf/cac/task/webui/CacTaskSummRN.CacSmrTable" of t
    able style because it is inside "tableLayout".
    The component "/oracle/apps/asn/opportunity/webui/EMCOpptyDetPG.ASNSubtabTaskRN"
    cannot contain "/oracle/apps/jtf/cac/task/webui/CacTaskSummRN.CacSmrTaskButtonR
    N" of stackLayout style because it is inside "tableLayout".
    Invalid value "/oracle/apps/pv/opportunity/webui/PvAbandonOpptyRN" for property
    "Extends" on component "/oracle/apps/asn/opportunity/webui/EMCOpptyDetPG.ASNPrmS
    tack". Component "/oracle/apps/pv/opportunity/webui/PvAbandonOpptyRN" cannot be
    referenced from "/oracle/apps/asn/opportunity/webui/EMCOpptyDetPG.ASNPrmStack" b
    ecause it violates scope restrictions.
    Error: The root directory does not exist
    Error: The root directory does not exist
    Error: The root directory does not exist
    Error: The root directory does not exist
    Error: The root directory does not exist
    Error: The root directory does not exist
    Error: The root directory does not exist
    Error: The root directory does not exist
    Error: The root directory does not exist
    Error: The root directory does not exist
    Error: The root directory does not exist
    Error: The root directory does not exist
    Import completed.
    But After this when I try to see from the server there is no file with name EMCOpptyDetPG.xml exist. So I think this file is not imported.
    Could suggest how to solve this problem.
    Thanks
    Prabhat

    Hi Tapash
    while deploying a page to mds Repository i m getting the same error that root Directory does not exist but it also says that import completed successfully.
    when i see the same using jdr_utils.listDocuments('xxxx/oracle/apps/ak/server/webui/xxxPG')
    it says printing /xxxx/oracle/apps/ak/server/webui/xxxPG thus page is available in the mds repository and i m able to access the page at run time
    my concern is why i m getting this error
    my import command looks like this
    java oracle.jrad.tools.xml.importer.XMLImporter $JAVA_TOP/xxxx/oracle/apps/ak/server/webui/xxxxPG.xml -jdk13 -mmddir $OA_HTML/jrad -username apps -password apps -rootdir $JAVA_TOP -validate -dbconnection " (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = xyxyxyxyxy)(PORT = xyxyx)) (CONNECT_DATA = (SID =yyy)))"
    could u pls suggest some solution.

  • Error while deploying OAF to Oracle Apps

    Hi,
    I have just started learning OAF and working on Oracle Apps as Tech Consultant for last 5 years. I am getting some issues when deploying the test page into Oracle Apps. Kindly help me getting through it.
    The details are given below,
    I tried to deploy my test(Hello) page to OA but I am not
    getting success. It works fine when I run the page from jDeveloper but when I deploy it give
    out error's. Request you to let me know where am I going wrong. Following are the steps which I do,
    1. Develop the Project/ JSP form using jDeveloper and test running the page HelloWorldPG.xml and it works fine.
    2. The project is saved in the following directory structure.
    C:software/oa/jdevhome/jdev/myprojects/oracle/apps/ak/xxtest --> this directory has the usual directories
    mapped with the BC Packages of the project (Server and Webui)
    Following are the Business Comp Pkgs of the project
    . oracle.apps.ak.xxtest.server
    . oracle.apps.ak.xxtest.webui
    2. move the folder/ directory xxtest to the server directory $JAVA_TOP/oracle/apps/ak in text transfer mode
    3. After copying again transfer the .java/ .class files in binary transfer mode and give the permission 777.
    4. import the new directory structure/ path of the page in MDS repository
    import C:software/oa/jdevhome/jdev/myprojects/oracle/apps/ak/ xxtest/webui/HelloWorldPG.xml -jdk13 -mmddir "C:software/oa/jdevhome/jdev/myhtml/OA_HTML/jrad" -username apps -password bmw007 -rootdir C:softwareoajdevhomejdevmyprojects -dbconnection " (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=DEV2)(PORT=15 21))(CONNECT_DATA=(SID=DEV2)))"
    Note I even tried with XMLImporter using the below command
    java oracle.jrad.tools.xml.importer.XMLImporter $APPL_TOP/ak/11.5.0/mds/xxtest/webui/HelloWorldPG.xml -username apps -password bmw007 -rootdir $APPL_TOP/ak/11.5.0/mds/ -rootPackage /oracle/apps/ak -dbconnection "(description=(address_list=(address=(community=tcp. world)(protocol=tcp)(host=DEV2)(port=15251)))(connect_data=(sid=DEV2)))"
    Somehow it doesnt work. Do we need to create the mds directory in $APPT_TOP/ak?????? as it says the page/ direcoty cannot found. So I used the 1st import option.
    5. Register the Function and attach the function to a menu.
    OA.jsp?page=/oracle/apps/ak/xxtest/webui/HelloWorldPG
    Now when I access the page I get the below errors - ( I am pasting few lines of error as I cannot paste the full text)
    oracle.apps.fnd.framework.OAException: Could not load application module 'oracle.apps.ak.xxtest.server.HelloWorldAM'.
    at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:279)
    at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:7
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1177)
    ## Detail 0 ##
    JBO-30003: The application pool (dataclone2.newbridge.bnm.ieSUPPORT1525oracle.apps.ak.xxtest.server.HelloWorldAM) failed to checkout an application module due to the following exception:
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.CustomClassNotFoundException, msg=JBO-26022: Could not find and load the custom class oracle.apps.ak.xxtest.server.HelloWorldAMImpl
    ## Detail 0 ##
    oracle.jbo.CustomClassNotFoundException: JBO-26022: Could not find and load the custom class oracle.apps.ak.xxtest.server.HelloWorldAMImpl
    at oracle.jbo.common.JBOClass.findCustomClass(JBOClass.java:162)
    ## Detail 0 ##
    java.lang.ClassNotFoundException: oracle.apps.ak.xxtest.server.HelloWorldAMImpl
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    JBO-30003: The application pool (dataclone2.newbridge.bnm.ieSUPPORT1525oracle.apps.ak.xxtest.server.HelloWorldAM) failed to checkout an application module due to the following exception:
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.CustomClassNotFoundException, msg=JBO-26022: Could not find and load the custom class oracle.apps.ak.xxtest.server.HelloWorldAMImpl
    at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1619)
    ..... ETC
    Kindly see if you can help me.
    Anil K.

    Anil,
    You can get corresponding class files from myclasses folder which has same directory structure as myprojects in jdev.You can find myclasses folder in <jdev install dir>/jdevhome/jdev/myclasses.
    But as per my personal experience it is always better to compile java files on the server, as if instance jdk version is separate from jdeveloper' jdk version, problems may arise.
    Also take care when u move class files from local to application server, move in bin format as class files are binary files.
    You can also go thorugh my blog
    http://mukx.blogspot.com/2007/06/extensions-in-oa-framework-by-mukul.html
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • FND_NO_REGION_DATA error while deploying a custom page to server.

    Hi all,
    I have a custom page which is running fine on my jdev. When I transfer it to server it gives me the error -
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_NO_REGION_DATA. Tokens: REGIONCODE = /oracle/apps/aear/dunnHistory/webui/dunningSearchPG;
    ## Detail 0 ##
    Exception:
    oracle.adf.mds.MetadataDefException: Unable to find component with absolute reference = /oracle/apps/aear/dunnHistory/webui/dunningSearchPG, XML Path = null. Please verify that the reference is valid and the definition of the component exists either on the File System or in the MDS Repository.
    I followed the following steps to deploy the page:
    1.) Transferred the complete folder structure to $JAVA_TOP in ascii mode.
    2.) Transferred the class files again in binary mode.
    3.) Changed the mode of the class files to 777.
    4.) Imported the xml files to mds repository using the following command-
    adjava oracle.jrad.tools.xml.importer.XMLImporter $JAVA_TOP/oracle/apps/aear/dunnHistory/webui/dunningSearchPG.xml -rootdir $JAVA_TOP -username apps -password apps -dbconnection "(description = (address_list = (address = (community = tcp.world)(protocol = tcp)(host = aebsw1d.aetna.com)(port =1525)))(connect_data = (sid = ARDEV)))" -rootPackage /oracle/apps/aear/dunnHistory/webui
    I also used java instead of adjava.
    Both the times it said import completed successfully.
    5.) Attached the page to function with webHtml path as- OA.jsp?page=/oracle/apps/aear/dunnHistory/webui/dunningSearchPG
    when I run jdr_utils.listdocuments('/oracle/apps/aear/dunnHistory/webui', TRUE); - It list my page.
    But when I run jdr_utils.printdocument('/oracle/apps/aear/dunnHistory/webui/dunningSearchPG'); - it gives Error: Could not find document /oracle/apps/aear/dunnHistory/webui/dunningSearchPG
    I don't know where i'm going wrong.
    I got this error once so I deleted the complete folder structure from server and repeated the same process again.
    But no success.
    Plz help as its really urgent for me.

    Hi,
    Looks like the import script is not correct,
    adjava oracle.jrad.tools.xml.importer.XMLImporter $JAVA_TOP/oracle/apps/aear/dunnHistory/webui/dunningSearchPG.xml -rootdir $JAVA_TOP -username apps -password apps -dbconnection "(description = (address_list = (address = (community = tcp.world)(protocol = tcp)(host = aebsw1d.aetna.com)(port =1525)))(connect_data = (sid = ARDEV)))" -rootPackage /oracle/apps/aear/dunnHistory/webui
    Once you finished this import, what is the success message you are getting see the path,
    Change the -rootPackage to just /
    and try the script,
    or run from your laptop using the below script,
    <JDEV_DIR>\jdevbin\jdev\bin\import <JDEV_DIR>\jdevbin\jdev\myclasses\xxt\oracle\apps\pon\registration\webui\XXTSupplierRegistrationPG.xml -username apps -password apps -dbconnection "(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=<DB_HOST_NAME>)(PORT=<DB_PORT>))(CONNECT_DATA=(SID=<DB_SID>)))" -rootDir <JDEV_DIR>\jdevbin\jdev\myclasses\ -rootPackage /
    Thanks,
    With regards,
    Kali.
    OSSI.

  • Error while running import command

    Hi all,when i am trying to run import from putty i am getting error import: unable to open X server `'..Can any one suggest me how to overcome this error?
    import D:/OAF/jdevhome/jdev/myclasses/xxc/oracle/apps/po/student/webui/XXCStudentPG.xml -username apps -password aspM -rootdir D:/OAF/jdevhome/jdev/myclasses/ -dbconnection "(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=r12.prd.com)(PORT=1525))(CONNECT_DATA=(SID=VIS)))"I moved my class files to Java top and ran the above command,however i even tried running in the below format but to vain
    import xxc/oracle/apps/po/student/webui/XXCStudentPG.xml -username apps -password aspM -rootdir /xxc/oracle/ -dbconnection "(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=r12.prd.com)(PORT=1525))(CONNECT_DATA=(SID=VIS)))"Any help is appreciated,
    Thanks in advance!!

    Hey Helios,it's not the problem with Linux Os.it's the command.The below command works fine
    java oracle.jrad.tools.xml.importer.XMLImporter $JAVA_TOP/xxc/oracle/apps/po/student/webui/XXCStudentPG.xml -rootdir $JAVA_TOP -userId 1 -username apps -password aspM -dbconnection "(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=r12.prd.com )(PORT=1525))(CONNECT_DATA=(SID=VIS)))"Thanks for your reply

  • The XML file importing Error / Exception

    Dear All,
    I am getting the following error while importing the XML file
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_NO_REGION_DATA. Tokens: REGIONCODE = /doc/oracle/apps/po/selfservice/webui/DocSrvRcptQryPG;
         at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement(JRAD2AKMapper.java:527)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD(OAWebBeanFactoryImpl.java:3719)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass(OAWebBeanFactoryImpl.java:3452)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:999)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:502)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:423)
         at oa_html._OA._jspService(_OA.java:88)
         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 oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
         at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
         at oa_html._RF._jspService(_RF.java:102)
         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 ##
    Exception:
    oracle.adf.mds.MetadataDefException: Unable to find component with absolute reference = /doc/oracle/apps/po/selfservice/webui/DocSrvRcptQryPG, XML Path = null. Please verify that the reference is valid and the definition of the component exists either on the File System or in the MDS Repository.
         at oracle.adf.mds.internal.MetadataManagerBase.findElement(MetadataManagerBase.java:1350)
         at oracle.adf.mds.MElement.findElement(MElement.java:97)
         at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement(JRAD2AKMapper.java:501)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD(OAWebBeanFactoryImpl.java:3719)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass(OAWebBeanFactoryImpl.java:3452)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:999)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:502)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:423)
         at oa_html._OA._jspService(_OA.java:88)
         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 oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
         at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
         at oa_html._RF._jspService(_RF.java:102)
         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)
    Exception:
    oracle.adf.mds.MetadataDefException: Unable to find component with absolute reference = /doc/oracle/apps/po/selfservice/webui/DocSrvRcptQryPG, XML Path = null. Please verify that the reference is valid and the definition of the component exists either on the File System or in the MDS Repository.
         at oracle.adf.mds.internal.MetadataManagerBase.findElement(MetadataManagerBase.java:1350)
         at oracle.adf.mds.MElement.findElement(MElement.java:97)
         at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement(JRAD2AKMapper.java:501)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD(OAWebBeanFactoryImpl.java:3719)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass(OAWebBeanFactoryImpl.java:3452)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:999)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:502)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:423)
         at oa_html._OA._jspService(_OA.java:88)
         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 oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
         at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
         at oa_html._RF._jspService(_RF.java:102)
         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)
    The command format what I use is as follows:
    java oracle.jrad.tools.xml.importer.XMLImporter $JAVA_TOP/doc/oracle/apps/po/selfservice/webui/DocSrvDlvyRcptPG.xml -rootdir $JAVA_TOP -username apps -password apps -dbconnection "(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=<HOST_NAME>)(PORT=1521))(CONNECT_DATA=(SID=<SID>)))"
    java oracle.jrad.tools.xml.importer.XMLImporter $JAVA_TOP/doc/oracle/apps/po/selfservice/webui/DocSrvRcptQryPG.xml -rootdir $JAVA_TOP -username apps -password apps -dbconnection "(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=<HOST_NAME>)(PORT=1521))(CONNECT_DATA=(SID=<SID>)))"
    Am I wrong anywhere, Please sugegst the right way?
    Many thanks..,

    santark,
    There are numerous threads with details on xmlimporter usage and debugging steps in case something is wrong. Go through them.
    --Shiv                                                                                                                                                                                                                                                                                                       

  • Character conversion error: Unconvertible UTF-8 character beginning..

    Hello,
    I'm using TrAX for XSLT transformations, and having a following
    problem
    Character conversion error: "Unconvertible UTF-8 character beginning with 0xa9" (line number may be too low).
    org.xml.sax.SAXParseException: Character conversion error: "Unconvertible UTF-8 character beginning with 0xa9" (line number may be too low).
            at org.apache.crimson.parser.InputEntity.fatal(InputEntity.java:1100)
            at org.apache.crimson.parser.InputEntity.fillbuf(InputEntity.java:1072)
            at org.apache.crimson.parser.InputEntity.isXmlDeclOrTextDeclPrefix(InputEntity.java:914)
            at org.apache.crimson.parser.Parser2.maybeTextDecl(Parser2.java:2795)
            at org.apache.crimson.parser.Parser2.externalParameterEntity(Parser2.java:2880)
            at org.apache.crimson.parser.Parser2.maybeDoctypeDecl(Parser2.java:1167)
            at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:489)
            at org.apache.crimson.parser.Parser2.parse(Parser2.java:305)
            at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:442)
            at mlts.converter.XMLImport.outputESGML(XMLImport.java:311)
            at mlts.converter.Converter.processFile(Converter.java:312)
            at mlts.converter.Converter.Convert(Converter.java:229)
            at test.main(test.java:7)Following the source code, I've found that the exception is thrown
    when it reads DTD. I tried to read DTD using InputSource
    in ascii, in latin-1 and my program reads it without any problem.
    I really appreciate any help,
    Thanks

    http://forum.java.sun.com/thread.jsp?forum=34&thread=254927

  • Page cannot be displayed' error when 2 events (FireAction and GO) fired

    We have created a framework page where FireAction event will be executed
    when the value of a calendar item is modified. When we modify the
    value and leave the cursor in the field (without tabbing out), and click
    GO button, 'Page cannot be displayed' error message will be displayed.
    When FireAction event is started, we use CO to retrieve the event. And
    when the cursor remains in item1 after being modified and click GO,
    2 events will be started (the FireAction event and the GO button's event)
    and 'Page cannot be displayed' error will be shown since CO is retrieving
    2 events at the same time.
    Since by changing certain fields of framework page without tabbing out
    is a regualar operation, how can we go around this error when we are
    using FireAction event?
    sample34_00co.java
    package oracle.apps.xx03.ap.webui;
    import oracle.apps.fnd.common.VersionInfo;
    import oracle.apps.fnd.framework.webui.OAControllerImpl;
    import oracle.apps.fnd.framework.webui.OAPageContext;
    import oracle.apps.fnd.framework.webui.beans.OAWebBean;
    import oracle.apps.fnd.framework.webui.OADialogPage;
    import java.util.Calendar;
    * Controller for ...
    public class Sample34_00CO extends OAControllerImpl
    public static final String RCS_ID="$Header$";
    public static final boolean RCS_ID_RECORDED =
    VersionInfo.recordClassVersion(RCS_ID, "%packagename%");
    public StringBuffer message = new StringBuffer();
    * Layout and page setup logic for a region.
    * @param pageContext the current OA page context
    * @param webBean the web bean corresponding to the region
    public void processRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processRequest(pageContext, webBean);
    Calendar cal = Calendar.getInstance();
    // When the browser back button is not executed
    if (!pageContext.isBackNavigationFired(false))
    System.out.println("NOT FROM BACK BUTTON!! ["+cal.getTime()+"]");
    // When the browser back button is executed
    else
    System.out.println("FROM BACK BUTTON!! ["+cal.getTime()+"]");
    //Action being performed when the browser back button is executed
    OADialogPage dialogPage = new OADialogPage(STATE_LOSS_ERROR);
    pageContext.redirectToDialogPage(dialogPage);
    * Procedure to handle form submissions for form elements in
    * a region.
    * @param pageContext the current OA page context
    * @param webBean the web bean corresponding to the region
    public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processFormRequest(pageContext, webBean);
    Calendar cal = Calendar.getInstance();
    if ( "updateItem1".equals(pageContext.getParameter(EVENT_PARAM)) )
    //When FireAction is executed
    System.out.println("item1 FireAction is executed! ["+cal.getTime()+"]");
    else
    //When other actions beside FireAction is executed
    System.out.println("item1 FireAction is not executed! ["+cal.getTime() +"]");
    sample34_00pg.xml
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <!-- dbdrv: exec java oracle/jrad/tools/xml/importer XMLImporter.class java &phase=dat+24 checkfile:~PROD:~PATH:~FILE &fullpath:~PROD:~PATH:~FILE -username &un_apps -password &pw_apps -dbconnection &jdbc_db_addr -userId "1" -rootPackage /oracle/apps/~PROD -rootdir &fullpath:~PROD:mds:directory -->
    <page xmlns:jrad="http://xmlns.oracle.com/jrad" xmlns:oa="http://xmlns.oracle.com/oa" xmlns:ui="http://xmlns.oracle.com/uix/ui" version="9.0.3.8.11_1183" xml:lang="en-US" xmlns:user="http://xmlns.oracle.com/jrad/user" xmlns="http://xmlns.oracle.com/jrad" file-version="$Header$">
    <content>
    <oa:pageLayout id="PageLayoutRN" windowTitle="Sample34_00 WindowTitle" amDefName="oracle.apps.fnd.framework.server.OAApplicationModule" title="Sample34_00 PageHeader">
    <ui:corporateBranding>
    <oa:image id="corporateBrandingImage" source="/OA_MEDIA/FNDSSCORP.gif"/>
    </ui:corporateBranding>
    <ui:contents>
    <oa:messageComponentLayout id="MainRN" controllerClass="oracle.apps.xx03.ap.webui.Sample34_00CO">
    <ui:contents>
    <oa:messageTextInput id="item1" prompt="item1" dataType="DATE">
    <ui:primaryClientAction>
    <ui:fireAction event="updateItem1"/>
    </ui:primaryClientAction>
    </oa:messageTextInput>
    <oa:messageLayout id="ButtonLayout">
    <ui:contents>
    <oa:submitButton id="Go" use="/oracle/apps/fnd/attributesets/Buttons/Go"/>
    </ui:contents>
    </oa:messageLayout>
    </ui:contents>
    </oa:messageComponentLayout>
    </ui:contents>
    </oa:pageLayout>
    </content>
    </page>
    ----------

    Shive...good one..!!
    One thing that you can do if you don't wanna have PPR, is to validate date column in fire action event in CO in process form request, and raise an error if you don't find appropriate format or null , as per your requirement.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Error in implementing region in Standard OA page

    i wanted to show lookup information as soon as user open the iProc Home Page as a table.
    For this, I am doing the below steps
    create OA Project
    package: oracle.apps.xxx.icx.cusappr
    2. Create Business Components
    package: oracle.apps.xxx.icx.cusappr.server
    3. create VO
    package: oracle.apps.xxx.icx.cusappr.server
    query : select lookup_code, meaning, description, tag from fnd_lookup_values_vl where lookup_type='XX_ITEM_TYPE'
    4 create AM
    package: oracle.apps.xxx.icx.cusappr.server
    assignVO to AM
    5. Create StackLayout Region
    package : oracle.apps.xxx.icx.cusappr.webui
    set the new Controller
    I have written
    VO.java code
    public void initQuery()
    executeQuery();
    AM.java code
    public void initReqDetails()
    RVBDReqApprVOImpl vo = getRVBDReqApprVO1();
    if (vo == null)
    MessageToken[] errTokens = { new MessageToken("OBJECT_NAME", "RVBDReqApprVO1")};
    throw new OAException("AK", "FWK_TBX_OBJECT_NOT_FOUND", errTokens);
    //vo.setWhereClause(null);
    vo.initQuery();
    CO.java code
    public void processRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processRequest(pageContext, webBean);
    OAApplicationModule am = (OAApplicationModule)pageContext.getApplicationModule(webBean);
    pageContext.writeDiagnostics(this, "Calling Method", 1);
    am.invokeMethod("initReqDetails");
    with the help of personalization i am creating stackLayout and trying to display the region.
    But i am getting below error:
    oracle.apps.fnd.framework.OAException: oracle.jbo.SQLStmtException: JBO-27122: SQL error during statement preparation. Statement: SELECT * FROM (select stores.store_id, storestl.store_name from icx_cat_stores_b stores, icx_cat_stores_tl storestl where stores.store_id = storestl.store_id and storestl.language = :1 and stores.store_type <> 'NON_CATALOG' and exists ( select 1 from icx_cat_store_org_assignments store_org where store_org.store_id = stores.store_id and store_org.org_id in (:2, -2) ) and exists ( select 1 from icx_cat_store_catalogs icsc, icx_por_item_sources isrc where icsc.store_id = stores.store_id and isrc.item_source_id = icsc.item_source_id and isrc.type <> 'CNTRCTR' )) QRSLT ORDER BY lower(store_name) at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:891) at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1145) at oracle.apps.fnd.framework.webui.OAPageBean.renderDocument(OAPageBean.java:2958) at oracle.apps.fnd.framework.webui.OAPageBean.renderDocument(OAPageBean.java:2755) at oa_html._OA._jspService(_OA.java:101) 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 oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162) at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187) at oa_html._OA._jspService(_OA.java:94) 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 oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162) at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187) at oa_html._OA._jspService(_OA.java:94) 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 oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162) at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187) at oa_html._RF._jspService(_RF.java:102) 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:595) ## Detail 0 ## java.sql.SQLException: ORA-01008: not all variables bound
    But i am not passing any parameter to the VO.
    Please guide me where its going wrong.
    Thanks

    Hi,
    Issue resolved. i recreated the whole steps and kept the files at the mentioned path and run the XMLImporter.
    and it started reflecting the lookup values.
    Regards
    Shub

  • What could be causing import error?

    I purchased a GoPro HERO helmet-mounted digital camera and connected it to my MacBook (OS X 10.5.8) with iMovie (7.1.4) using a USB cable.
    The camera produces MP4 files which are visible in finder.
    When I open iMovie it identifies and displays the movie clips for importing but at the end of the import process it says "An Error Occurred During Import" and the files are not finally imported.  I tried numerous times, even importing one small clip at a time and get the same message.
    There is no further information on what could be causing this.
    The only way I managed to import these clips was to first copy them to my hard drive and then use the "Import movies" option in iMovie.
    Anyone have ideas why I can't import directly from the camera?
    Bill.

    I changed my directory in Unix to JAVA_TOP and I ran the command as follows -
    java oracle.jrad.tools.xml.importer.XMLImporter $JAVA_TOP/oracle/apps/gl/translation/webui/AuditDetailPG.xml -username apps -password password -rootdir $JAVA_TOP/ -dbconnection "(description=(address_list=(address=(protocol=tcp)(host=devrdebsdb38.dev.mycompany.com)(port=1553)))(connect_data=(sid=AEBDV02)))"
    I get the following error with the above command - Segmentation fault. At least it is not NullPointerException! Any clue to what could be causing a Segmentation fault?

Maybe you are looking for

  • Free of charge material

    I am getting some free samples from vendor of one material which is I am using regularly and material has certain cost in material master. I know I can get it by creating PO with free of charge indicator. But then when I will receive it and I want to

  • Used supply in use

    Dear , I don;t know why my Laserjet M1217 show in screen " Used supply in use" , Would you please kindly tell me what happenning of my printer. Thank you very much. This question was solved. View Solution.

  • How to accept XML file in BSP .

    Hi experts, We are implementing PAYMENT GATEWAY application in BSP, The requirement is like we will divert our user on BANK for the payment, at the end of payment procedure the bank will diver again that user on our site, The moment we get user back

  • SVG (Trend Chart) Dotted Lines

    hi i have two below mentioned trend (Line) charts ChartA & ChartB and both charts have same settings but the problem is only ChartB Chart is showing interconnecting line on canvas while ChartA showing only dotted points and i am not been able to unde

  • How can I pre-load the Flash on my page?

    I added Flash navigation to my HTML site. Whenever I click on a link, the Flash has to reload on every new page, so it takes a second longer to appear. Otherwise it works ok... this is just kind of annoying. Is there any way around this?