XML Helper Packages

I've installed the XML Helper packages from Steven Muench's "Oracle XML Applications" but when I try to use the xmldoc pacakge to insert XML into the xml_documents table I get the following eror:
ERROR at line 1:
ORA-20103: Null input is not allowed
ORA-06512: at "SYSTEM.XMLDOM", line 35
ORA-06512: at "SYSTEM.XMLDOM", line 533
ORA-06512: at "XMLWORK.XML", line 99
ORA-06512: at "XMLWORK.RECORDGAME", line 62
ORA-06512: at line 1
Any ideas what went wrong???

the code examples from the book can be downloaded from this site:
http://www.oreilly.com/catalog/orxmlapp
succes, Bart

Similar Messages

  • Problems with Sun One Web Server 6.1 javax.xml.xpath package not found

    I used myeclipse to build an xml app and tested on jboss. it worked perfectly. However when i deployed it to our solaris sun one web server the app fell apart completely with the following error. I m unable to figure out what went wrong. Any help will be much appreciated.
    Thanks.
    [11/Dec/2007:22:12:37] failure (13539):      for host 121.247.233.169 trying to GET /feeds/rss.jsp, service-j2ee reports: StandardWrapperValve[jsp]: WEB2792: Servlet.service() for servlet jsp threw exception
         org.apache.jasper.JasperException: WEB4000: Unable to compile class for JSP
         /opt/SUNWwbsvr/test/ClassCache/test/_jsps/_feeds/_rss_jsp.java:8: package javax.xml.xpath does not exist
         import javax.xml.xpath.*;
         ^

    Thanks for the response. I tried to use xalan package which resolved the javax.xml.xpath package not found error (xalan.jar in WEB-INF/lib folder). However I m now getting the following error. Probably incompatible version is the reason. Please advise!
    [11/Dec/2007:23:46:28] failure (17028):      for host 121.247.233.169 trying to GET /feeds/rss.jsp, service-j2ee reports: StandardWrapperValve[jsp]: WEB2792: Servlet.service() for servlet jsp threw exception
         javax.servlet.ServletException: org.apache.xpath.XPathContext.<init>(Z)V
         at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:536)
         at _jsps._feeds._rss_jsp._jspService(_rss_new_jsp.java:627)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:908)
         at com.iplanet.ias.web.jsp.JspServlet$JspServletWrapper.service(JspServlet.java:687)
         at com.iplanet.ias.web.jsp.JspServlet.serviceJspFile(JspServlet.java:459)
         at com.iplanet.ias.web.jsp.JspServlet.service(JspServlet.java:375)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:908)
         at org.apache.catalina.core.StandardWrapperValve.invokeServletService(StandardWrapperValve.java:771)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:322)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:212)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:209)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
         at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:161)
         at com.iplanet.ias.web.WebContainer.service(WebContainer.java:580)
         ----- Root Cause -----
         java.lang.NoSuchMethodError: org.apache.xpath.XPathContext.<init>(Z)V
         at org.apache.xpath.jaxp.XPathImpl.eval(XPathImpl.java:207)
         at org.apache.xpath.jaxp.XPathImpl.evaluate(XPathImpl.java:281)
         at _jsps._feeds._rss_new_jsp._jspService(_rss_jsp.java:165)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:908)
         at com.iplanet.ias.web.jsp.JspServlet$JspServletWrapper.service(JspServlet.java:687)
         at com.iplanet.ias.web.jsp.JspServlet.serviceJspFile(JspServlet.java:459)
         at com.iplanet.ias.web.jsp.JspServlet.service(JspServlet.java:375)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:908)
         at org.apache.catalina.core.StandardWrapperValve.invokeServletService(StandardWrapperValve.java:771)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:322)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:212)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:209)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
         at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:161)
         at com.iplanet.ias.web.WebContainer.service(WebContainer.java:580)

  • Anting xml-security package

    Hello,
    I want to use xml-security package to use it for encryption /decryption of xml files.
    I downloaded "xml-security-bin-1_3_0.zip" from http://xml.apache.org/security/dist/java-library/, and I am supposed to run the following command to run it
    ant testI am using J2sdk 1.4.2, $JAVA_HOME = /usr/lib/j2se/1.4
    but am getting like 100 errors of undefined symbols in compilation, all related to classes from the org.apache.xml.security.*...
    Please guys, can anyone help me in this.
    best regards,
    Sc@rpi@n

    no body is working
    No, go complain to the management.
    BTW are you actually working for someone who is paying you to be able to do this? If so maybe you should tell them that you are not up to the task.

  • Xml generation packages

    I need to generate a XML file from pl sql procedure. is there a best way to do this?,
    Are there any easy to work on xml generating packages to create elements/node/attributes?.
    Thanks for all your help.
    -KS
    known is a drop unknown is an ocean

    Example
    SQL> select dbms_xmlgen.getxml('select * from emp') from dual ;
    DBMS_XMLGEN.GETXML('SELECT*FROMEMP')
    <?xml version="1.0"?>
    <ROWSET>
    <ROW>
      <EMPNO>7369</EMPNO>
      <ENAME>SMITH</ENAME>
      <JOB>CLERK</JOB>
      <MGR>7902</MGR>
      <HIREDATE>17-DEC-80</HIREDATE>
      <SAL>800</SAL>
      <DEPTNO>99</DEPTNO>
    </ROW>
    <ROW>
      <EMPNO>7499</EMPNO>
      <ENAME>ALLEN</ENAME>
      <JOB>SALESMAN</JOB>
      <MGR>7698</MGR>
      <HIREDATE>20-FEB-81</HIREDATE>
      <SAL>1600</SAL>
      <COMM>300</COMM>
      <DEPTNO>30</DEPTNO>
    </ROW>
    <ROW>
      <EMPNO>7521</EMPNO>
      <ENAME>WARD</ENAME>
      <JOB>SALESMAN</JOB>
    .......HTH
    SS

  • Acrobat XML Data Package Opens as Blank PDF in Firefox

    My clients complete a form on my website that goes to an Adobe
    PDF form on my website with an XML Data Package.  I simply click on the PDF icon on the administrative website, and a
    PDF opens with the data populated in the various fields...and this has worked well for years.  I just upgraded to Firefox 4 and when I click on the PDF icon, a blank PDF page opens.  I tried uninstalling Firefox 4 and reinstalling Version 3.6 (it had worked b4 in 3.6), but now I have the same problem as with 4.  I tried changing the settings under Tools in Firefox to always use Acrobat Pro to open the XML Data Package, but that didn't help.  HELP!!
    Steve

    Either try doing a repair to Acrobat (the Firefox update may have messed it up) or download the file and work with it directly in Acrobat.

  • Problem with JBuilder and javax.xml.transform package

    Hi,
    My JBuilder 7 can not find javax.xml.transform package. i use javax.xml.parsers package but i can not access to javax.xml.transform. is there a problem or something necessary to do to access that?
    Best Wishes - WiseWarrior

    Hey WiseWarrior,
    your problem is directly related to your jar file in run time. The xml parser jar which you are using to perform transfor is not having the appropriate classes, take the latest version of xalan it has transform package and put it into your class path, it will work.
    CheerS!!
    Sandeep Raikwar

  • Tutorials for using javax.help package api's

    hi! i m woking on javax.help package for my project nowadays. i will be grateful if someone can guide me that where i can find sample codes and tutorials for using api's in this package.
    thanks. bye.

    tutorials for using javax.help package api's

  • [svn] 962: fix SDK-15020 get the proper values in flex-sdk-description. xml when packaging flex_sdk_4.zip

    Revision: 962
    Author: [email protected]
    Date: 2008-03-27 09:49:15 -0700 (Thu, 27 Mar 2008)
    Log Message:
    fix SDK-15020 get the proper values in flex-sdk-description.xml when packaging flex_sdk_4.zip
    -also add setup.sh.build.xml,build.properties
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-15020
    Modified Paths:
    flex/sdk/trunk/build.xml

    Revision: 962
    Author: [email protected]
    Date: 2008-03-27 09:49:15 -0700 (Thu, 27 Mar 2008)
    Log Message:
    fix SDK-15020 get the proper values in flex-sdk-description.xml when packaging flex_sdk_4.zip
    -also add setup.sh.build.xml,build.properties
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-15020
    Modified Paths:
    flex/sdk/trunk/build.xml

  • Javax.xml.parsers package

    I am not able to find the javax.xml.parsers package even after installing J2EESDK on top of Jdk1.3 . Can any one point me to the right place to download this package?
    Thanks

    The said package is part of Java API for XML Processing. i.e. JAXP
    If you use J2EE SDK 1.3, the said package comes with the SDK. So you should find it in j2ee.jar
    Maybe its just that you do not have j2ee.jar in your classpath.
    If you are using J2EE SDK 1.2.1, you will have to downaload and install JAXP http://java.sun.com/xml/download.html

  • Where can I downloads the electric xml tools package?

    Pls ask all ,I don't download the electric xml tools package,Can you tell me about its website,contact me:[email protected],Thanks a lot.

    I didn't search it by google,I found website about electric xml,but didn't download the electric xml,if you have the electric xml tool packages,pls send to me,my email is [email protected]

  • Problem in javax.xml.stream package

    i am getting some trouble while using the import statement for following package:-
    import javax.xml.stream.*;
    I have j2sdk1.4.2 installed in my system. I am using NetBeans 3.6 IDE.
    Should i copy some jars in order to resolve this issue. You can send me the steps at:- [email protected]
    Please help me.
    Regards
    Sks

    Have not been able to find anything in the bug database.
    I am alittle worried that the StAX - 1.0.1 (http://stax.codehaus.org) has a method with the same signature that does something very different.

  • Help packaging an android apk through command line

    Hello everyone.  I've recently developed an app that is near the release deadline and I've ran into the problem of low resolutions icons.  All of the troubleshooting I've done has claimed I'll need to manually package the app through the command line to do this.  I have never done this before so I'm having some trouble. 
    I've downloaded all of the required files I believe and have reached the correct bin folder, I'm completely clueless as to what syntax I need to type in from this point though.  I've gotten as far as "adt -package" which then outputs that I'm missing additional information, but as I said, I haven't used command promt much and I have no idea how to format the rest of the information I need to put in or how to attach my current app.xml file to it.
    Any help would be appreciated.
    Edit: Nevermind everyone.  After a lot  more time spent researching I've managed to piece together how to do it and actually understand it as well.

    Hi,
    Here is the command to package android apk through command line;
    <adt-path> -package -target <target-option e.g. apk, apk-debug etc> -storetype pkcs12 -keystore <your certificate> -storepass <password> name.apk app.xml name.swf assets
    Please run adt -help on terminal or cmd if you need any help regarding targets or packaging command. adt is available at you sdk/bin/adt folder.
    Also, you can see the page http://help.adobe.com/en_US/air/build/WS901d38e593cd1bac1e63e3d128cdca935b-8000.html for more details.
    Hope this will help.
    Regards,
    Nimit

  • Looking for com.sun.xml.tree package

    Hi,
    I�m looking for a jar which contains the XmlDocument class to download.
    I found the package, (it�s com.sun.xml.tree) but I cannot find where the package/jar is to download it.
    Your help will be much appreciated.
    Thank you,
    Chris

    I have all latest jars (jaxp, xerces, xalan, jdom, dom4j and any related jars). I have w3c DOM and i have been trying to convert it to JDOM and dom4j using relevant APIs. i keep getting following error.
    Exception in thread "main" java.lang.AbstractMethodError: com.sun.xml.tree.Eleme
    ntNode.getNamespaceURI()Ljava/lang/String;
    at org.dom4j.io.DOMReader.readElement(DOMReader.java:181)
    at org.dom4j.io.DOMReader.readTree(DOMReader.java:106)
    at org.dom4j.io.DOMReader.read(DOMReader.java:88)
    Can you advise what could be the reason and how to resolve this?
    FYI : my w3c DOM has been created with com.sun.xml.tree.XmlDocumentBuilder class and other methods of the package. I need to resolve this error at earliest to move forward.
    I would apprecaite early response at [email protected]
    Thanks,

  • Report to XML HELP!

    I wrote a previous question about this, but perhaps I can
    clarify my problem. I need to run a report and output the
    results to an XML file. There is a template for the file that
    looks like the following:
    <forms>
    <form_551>
    <state>
    <value>Ohio</value>
    </state>
    <year>
    <value>1994</value>
    </year>
    </form_551>
    </forms>
    The data that the report outputs needs to be placed between the
    value tags. I've read in the documentation about how to use XML
    files to customize a reports output, but I'm not sure how to
    make the output a separate file. There are 208 tags in the XML
    template. I've tried changing the XML tags in the groups, and
    that sort of works, but some of the values are static and still
    need to have their own group (according the the template, every
    variable or field must have a separate group, i.e.
    <state>value</state>, <city>value</city>, etc).If anyone can
    help, I'd GREATLY appreciate it. This matter is fairly urgent.
    Andrew

    I opened a SR with Oracle support and their response was:
    The reason XML Publisher is failing while generating the output is because the parser is failing
    . This is because the XML document you used is not wellformed. XML elements cann
    ot use spaces in their definition without specifying this by an attibute.
    Please confirm once again that this is a seeded report and no customizations were appl
    ied to it - the XML output file is by default generated using <APPLICATIONS TEMP
    LATE REPORT> element. If this is true, the problem should be delt by product sup
    port team in order for the development team to generate correectly the output.
    Then the Product support team gave me the following response:
    For 11i, there is no time frame as they are not working on any new enhancements. And I cannot log an R12 enhancement because you a
    re not using R12 and the system wont let me log it for you at this time. And ev
    en if I could log it for R12, we do not have any idea of when DEV would release
    an enhancement.
    I guess the answer is another report modification :o(

  • My podcast is no longer showing up in iTunes - XML help

    Hello community
    I've recently gotten back into producing podcasts and for some reason my old podcast is not showing up in iTunes, I believe it may be the XML.  Is it possible for someone to take a look and let me know if they see anything blaringly wrong with the code?  I've been pulling my hair out trying to get this thing to work.
    thanks for your help
    J
    XML file: http://www.daylightcurfew.com/podcast.xml

    Your episode of 11 January 2013 is missing the opening 'item' tag, although it has the closing '/item' tag. Surprisingly the feed can be subscribed to manually in iTunes and works OK, but this error could be expected to wreck the feed and as the Store is a lot less robust it's probably unable to read it. Consequently your feed has evidently been removed from the Store, and you will have to re-submit it from scratch (you will need to change the title slightly).
    There are other issues; when accessed in a browser the file is a forced download - this shouldn't be happening and is because of the way the server is set. It should open in your default rss reader.
    FeedValidator reports 'Feeds should not be served with the "addtype" media type' - I don't know what that means but it sounds inadvisable.
    Other, minor, errors: in the enclosure tag for the episode of 12 December 2012 the 'length' attribrute should not have commas in it.
    This tag:
    <pubDate>Wed, 07 Oct 2012 01:00:00 PDT</pubDate>
    has the wrong day, it should be Sun.
    There are too many keywords in the episode of 12 December 2012 - only 12 are allowed.
    These minor errors won't have caused your problem, it's the missing tag and possibly the forced download which need to be addressed before you re-submit.

Maybe you are looking for

  • Business Partner relationship assignment

    Hi experts, we have a slight problem in CRM. We are working with 4.0 and connected R/3 4.7c. We enter BPs in CRM and transfer them to R/3. Two Problems: 1. in the BP Role "Customer" we want to set one Partner Function (relationship) "Has Employee Res

  • Satellite A110 - How to reinstall Windows XP?

    Hi, I have a very serious problem. I had to format my hard drive, and now, I want to reinstall Windows XP OS on my machine. The serial key is written under my keyboard, but I don't know how to specify it during the installation process. Can i write a

  • Firefox is opening a new distorted window instead of a new tab like it always has until last night.

    Last night when I got home from work (no one has access to my laptop when i am gone) I went to access my email just like I always do. I clicked on the link (Hotmail on MSN's home page) and it usually opens a new tab where I can then sign in. Last nig

  • Displaying Images

    I don't suppose it affects many people but I need to be able to show an image per quote line. To do this we'll save the images in the file system with the quote id as the filename (+".gif"). The problem is trying to work out the size of the image. It

  • My trackpad seems to be malfunctioning.  Cursor jumps around.  Screens shift.

    My trackpad seems to be malfunctioning.  The cursor jumps around and doesn't always respond.  The screen shifts from one to another involuntarily.  Does anyone have an answer to this problem?