IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#TechXchangePresenter
 View Only
Expand all | Collapse all

UndeclaredThrowableException executing a .query request

  • 1.  UndeclaredThrowableException executing a .query request

    Posted Thu June 27, 2002 05:41 PM

    Hi there,

    I receive the following exception executing a query method on TXMLObjectAccessor, and I don’t see any reason why :

    java.lang.reflect.UndeclaredThrowableException: java.lang.reflect.InvocationTargetException: com.softwareag.tamino.db.API.accessor.TQueryException
    Response could not be built
    NestedException:Response could not be built for XML access.
    NestedException:Interpreting the input stream failed!
    NestedException without message!
    at com.softwareag.tamino.db.API.accessor.TXMLObjectAccessorImpl.query(TXMLObjectAccessorImpl.java:231)

    at java.lang.reflect.Method.invoke(Native Method)

    at com.softwareag.tamino.db.API.accessor.TInvalidatableAccessorProxy.invoke(TInvalidatableAccessorProxy.java:56)

    at $Proxy2.query(Unknown Source)

    at be.forem.ebp.dao.tamino.TaminoEBP.get(TaminoEBP.java:253)

    at be.forem.ebp.dao.tamino.TaminoEBPNomenclature.get(TaminoEBPNomenclature.java:57)

    at be.forem.ebp.accessors.TestEBPNomenclature.ExecuteGetNomenclature(TestEBPNomenclature.java:67)

    at be.forem.ebp.accessors.TestEBPNomenclature.(TestEBPNomenclature.java:37)

    at be.forem.ebp.accessors.TestEBPNomenclature.main(TestEBPNomenclature.java:44)

    Error : java.lang.reflect.UndeclaredThrowableException


    The problem pops-up when I have multiple documents to receive which can be huge in size. With a few small documents the problems isn’t there.


    #API-Management
    #webMethods
    #webMethods-Tamino-XML-Server-APIs


  • 2.  RE: UndeclaredThrowableException executing a .query request

    Posted Fri June 28, 2002 12:27 PM

    This is a known problem, which has been solved in the Tamino API for Java (v3.1.2.3) in the upcoming Tamino release.


    #webMethods-Tamino-XML-Server-APIs
    #API-Management
    #webMethods


  • 3.  RE: UndeclaredThrowableException executing a .query request

    Posted Fri June 28, 2002 04:43 PM

    What is the coming release? At this moment 3.1.1.4 is just available, but you don’t mean this one?


    #API-Management
    #webMethods
    #webMethods-Tamino-XML-Server-APIs


  • 4.  RE: UndeclaredThrowableException executing a .query request

    Posted Fri June 28, 2002 06:35 PM

    Can you explain me what the problem is? Is it related to the size of one document or is it more the total size of documents to be returned? if it is really the last one then we need a fix as soon as possible.


    #webMethods
    #API-Management
    #webMethods-Tamino-XML-Server-APIs


  • 5.  RE: UndeclaredThrowableException executing a .query request

    Posted Mon July 01, 2002 05:19 PM

    I mean the next Tamino release after 3.1.1.4. However, I can’t comment on when this will be available.
    We definitivly plan a release of the Tamino API for Java in the Tamino Comunnity for download in the next couple of weeks (no, i can’t be more precise). This will include the fix as well.
    I’ll try to get you an explanation of the problem.


    #API-Management
    #webMethods
    #webMethods-Tamino-XML-Server-APIs


  • 6.  RE: UndeclaredThrowableException executing a .query request

    Posted Tue July 02, 2002 10:44 AM

    OK, I’ll wait for the new Java API version. But please send me already the explanation of the problem.


    #API-Management
    #webMethods-Tamino-XML-Server-APIs
    #webMethods


  • 7.  RE: UndeclaredThrowableException executing a .query request

    Posted Tue July 02, 2002 12:01 PM

    The problem is indeed two problems.
    First there is a problem parsing the result from
    Tamino. As you say it seems to be a problem of
    the size of the result. This may be avoided
    by using the


    #webMethods-Tamino-XML-Server-APIs
    #webMethods
    #API-Management


  • 8.  RE: UndeclaredThrowableException executing a .query request

    Posted Mon August 26, 2002 11:24 AM

    Is this fixed in the new Tamino Java API 3.1.2.4?


    #webMethods
    #API-Management
    #webMethods-Tamino-XML-Server-APIs


  • 9.  RE: UndeclaredThrowableException executing a .query request



  • 10.  RE: UndeclaredThrowableException executing a .query request