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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  JDBC adapter issue

    Posted 01/08/12 06:42 AM

    Hi,

    I am a beginner in this space.
    I am trying to create an JDBC adapter service using InsertSQL.

    When i go to Table tab and try to add the table name i get the below error;

    com.wm.app.b2b.server.ServiceException: [ART.114.243] Adapter Runtime (Metadata): Failed to run resourceDomainLookupValues service. Details provided in error log.
    [ADA.1.318] Cannot get the list of catalogs. "
    (HY000/0) [wm-cjdbc40-0034][SQLServer JDBC Driver]Object has been closed."
    [wm-cjdbc40-0034][SQLServer JDBC Driver]Object has been closed.
    on tables.catalogName [Ljava.lang.String;@1761c56

    java.lang.Exception: Adapter values are not available.

    Hope someone can help me out here.

    Regards,
    Shabarish


    #Integration-Server-and-ESB
    #webMethods
    #Adapters-and-E-Standards


  • 2.  RE: JDBC adapter issue

    Posted 01/08/12 10:58 PM

    Hi Shabarish,

    Would you be able to share the JDBC adapter settings, which database is used and the JDBC adapter version? It looks like some setting issue with the JDBC adapter.

    Regards,
    kokchuan


    #Adapters-and-E-Standards
    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: JDBC adapter issue

    Posted 01/09/12 03:31 AM

    hi,

    seems there was an issue with the connection setup in IS admin.
    this is now fixed.

    Thanks

    Shabarish


    #webMethods
    #Adapters-and-E-Standards
    #Integration-Server-and-ESB


  • 4.  RE: JDBC adapter issue

    Posted 06/28/13 09:15 AM

    Even I am also getting the same error message while creating an adapter service. I have created the connection with default connection pool settings and created an adapter service using the connection. Then I got an error message as follows…

    [ART.114.243] Adapter Runtime (Metadata): Failed to run resourceDomainLookupValues service. Details provided in error log. [ADA.1.322] Cannot get the list of tables. " (/0) The connection is closed." The connection is closed. on tables.tableName [Ljava.lang.String;@1e2bf04 [ART.114.243] Adapter Runtime (Metadata): Failed to run resourceDomainLookupValues service. Details provided in error log. [ADA.1.322] Cannot get the list of tables. " (/0) The connection is closed." The connection is closed. on tables.tableName [Ljava.lang.String;@1e2bf04

    I have reset the connection parameter now It is working fine. May I know why I got this error message.


    #Adapters-and-E-Standards
    #webMethods
    #Integration-Server-and-ESB


  • 5.  RE: JDBC adapter issue

    Posted 06/28/13 10:28 AM

    Hi,

    This quite unpredictaable behaviour happen with webMethods Adapaters.I believe below is the reason for this

    In case any changes are happened to connection parametes(edit or delete),Adapter service tried to make a lookup on the connection parameters in runtime or desgin time.it will through this exeception

    All you have to do is toggle the connections.

    I am not sure,we had fix for this or not.Please check Adapater Developement guide for more information.

    Also,correct me if am wrong

    Thanks
    Sai.


    #Integration-Server-and-ESB
    #webMethods
    #Adapters-and-E-Standards