Jdomb8

I'm using rmi to retrieve xml files from tamino(from SoftwareAG) and i use jdomb8 to collapse them in trees, but i get the following error...
Any idea?
BrGs @nto
java.rmi.ServerError: Error occurred in server thread; nested exception is:
java.lang.NoSuchMethodError: org.jdom.Element.getMixedContent()Ljava/util/List;
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:289)
at sun.rmi.transport.Transport$1.run(Transport.java:148)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
at java.lang.Thread.run(Thread.java:536)
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:133)
at DataManagerImpl_Stub.userRegistration(Unknown Source)
at DMTestClient.main(DMTestClient.java:20)
Caused by: java.lang.NoSuchMethodError: org.jdom.Element.getMixedContent()Ljava/util/List;
at com.softwareag.tamino.db.api.response.jdom.TJDOMInputStreamInterpreter.setResponseQueryContent(TJDOMInputStreamInterpreter.java:266)
at com.softwareag.tamino.db.api.response.jdom.TJDOMInputStreamInterpreter.doInterpret(TJDOMInputStreamInterpreter.java:104)
at com.softwareag.tamino.db.api.response.TInputStreamInterpreter.interpret(TInputStreamInterpreter.java:55)
at com.softwareag.tamino.db.api.response.TResponseBuilderImpl.doBuild(TResponseBuilderImpl.java:81)
at com.softwareag.tamino.db.api.response.TResponseBuilderImpl.buildForXML(TResponseBuilderImpl.java:60)
at com.softwareag.tamino.db.api.accessor.TXMLObjectAccessorImpl.query(TXMLObjectAccessorImpl.java:228)
at Database.query(Database.java:67)
at DataManagerImpl.userRegistration(DataManagerImpl.java:40)
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:324)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:261)
at sun.rmi.transport.Transport$1.run(Transport.java:148)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
at java.lang.Thread.run(Thread.java:536)

do you intend software ag forum?
they haven't any ideas.
Antonello

Similar Messages

  • How to handle children using JDOM 8

    Hi,
    I'll like to handle (write, add child, remove child) a XML file with this structure using JDOM :
    <parent>
    <child1 name="">
    <element1></element1>
    <element2></element2>
    <element3></element3>
    </child1>
    <child2 name="">
    <element1></element1>
    <element2></element2>
    <element3></element3>
    </child2>
    </parent>
    I already use JDOMb8 to read and to manipulate the document, and it works well, but documentation does not make me feel comfortable for setting up new child??
    My problem is how to add a second child with such elements ??
    thank you.
    X

    Hi,
    I found a solution.
    If you're interested in... this helps a lot :
    http://www.javaworld.com/javaworld/jw-07-2000/jw-0728-jdom2-p2.html
    X

  • JWS using WAR archives and Version based DL

    Hi everyone. I am having trouble with JWS. Let me explain what i am doing and maybe someone can tell me what i am doing wrong and what i need to do.
    I created a war file in the same structure as what is shown in the "Packaging JNLP Applications in a Web Archive" docs. So my jnlp file is in the war file in the app directory along with my jar files. The web.xml is in the WEB-INF directory and the other needed files in the WEB-INF/lib directory (that is where the jnlp-servlet.jar file is located within the war file).
    Next, i have an iplanet server. I created a directory on the server - eqam/app_version and i placed the war file there. I expect now when i goto my browser and go to "(server here)/eqam/app_version/app" it should go to servlet in the war file, which then launches the jnlp file. Is my understanding correct, because that does not work.
    Here are a few questions. Am i supposed to place the jnlp-servlet.jar anywhere else on the server outside of the war archive, or is the server supposed to expand the archive somehow (how do i get it to do that)? Also, how do i configure the iplanet server to use this servlet?
    Any help will be appreciated. Thanks!!
    Chris
    Here is the JNLP code...
    TS: 2002-07-22 14:30:00
    <?xml version="1.0" encoding="utf-8"?>
    <jnlp spec="1.0"
    codebase="$$codebase"          
    href="$$name">
    <information>
    <title>Title</title>
    <vendor>Vendor</vendor>
    <homepage href="$$context"/>
    <description>Description</description>
    <description kind="short">Opera Style MDI</description>
    <icon href="images/check_digit_calc.gif"/>     
    <offline-allowed/>
    </information>
    <security>
    <all-permissions/>
    </security>
    <resources>
         <j2se version="1.4" />
         <jar href="guiMgr07152002.jar" version="1.5" download="eager"/>
         <jar href="accountpreview.jar" version="1.5" download="eager"/>
         <jar href="alert.jar" version="1.5" download="eager"/>
         <jar href="accountSearch.jar" version="1.5" download="eager"/>
         <jar href="CheckDigitalCal_srvc.jar" download="eager"/>
         <jar href="eqam_framework_07122002.jar" version="1.5" download="eager"/>
         <jar href="login_srvc.jar" version="1.5" download="eager"/>
         <jar href="resources.jar" version="1.5" download="eager"/>
         <jar href="serverside_07162002.jar" version="1.5" download="eager"/>
         <jar href="swingutil.jar" version="1.5" ftpdownload="eager"/>
         <jar href="desktopsrvc.jar" version="1.5" download="eager"/>
         <jar href="3rd_parties/weblogic_core_lite.jar" download="eager"/>
         <jar href="3rd_parties/weblogicaux_lite.jar" download="eager"/>
         <jar href="3rd_parties/xalan.jar" download="eager"/>
         <jar href="3rd_parties/xerces.jar" download="eager"/>
         <jar href="3rd_parties/jdomb8.jar" download="eager"/>
         <jar href="3rd_parties/lookAndFeel/kunststoff.jar" download="eager"/>
         <jar href="3rd_parties/lookAndFeel/macplaf.jar" download="eager"/>     
    </resources>
    <application-desc main-class="com.gs.eq.accountmaster.client.guimanager.AppManager"/>
    </jnlp>

    ensure you web.xml is set so the Download servlet processes requests for jar files
    eg
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
    "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
    <web-app>
    <servlet>
    <servlet-name>JnlpDownloadServlet</servlet-name>
    <servlet-class>com.sun.javaws.servlet.JnlpDownloadServlet</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>JnlpDownloadServlet</servlet-name>
    <url-pattern>*.jnlp</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
         <servlet-name>JnlpDownloadServlet</servlet-name>
         <url-pattern>*.jar</url-pattern>
    </servlet-mapping>
         <welcome-file-list>
              <welcome-file>index.html</welcome-file>
         </welcome-file-list>
    </web-app>

Maybe you are looking for

  • Can't scan to PSE11

    Since I upgraded to PSE11, I am unable to scan from my HP Laserjet 1312.  I am running Windows Vista 32bit.  Before now I have used the Twain interface. If I push the "scan" button on the printer, it says "waiting for PC". If I use the WIA import opt

  • Delete an uploaded image

    Hi Can anyone give me instructions for deleting an uploaded image without deleting the whole record? For example, I have a record with an uploaded image, the image name stored in the table and the image in a directory. I change my mind and want no im

  • Youtube doesn't work on ipod

    I have a ipod 2g... and when I click on the YouTube app I get the message "Cannot connect to youtube"  The date and time settings are correct and I am connected to wifi.  I have reset the ipod to factory settings and am still having the issue... Any

  • Flash Audio Players

    I downloaded a Flash player for my website, and I'm trying to get it to play mp3's but if you compress them too much theres a flash bug where you get this "Chipmunk Effect". Thats where the audio is really sped up and sounds like the delicious rock t

  • HT3702 My 10 year old has spent £721.77 on my iTunes account in the past week. HELP!!!!

    I have just found out my 10 year old has spent £721.77 on my iTunes account in the last 6 days. My bank can't help me and there is no one available from Apple to help me at all. What on earth am I going to do? Am in tears here. I am a single mother a