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.

 View Only
  • 1.  Why the pool has no connections

    Posted Sun April 28, 2002 09:51 AM

    when I using pooled connnections,I got such exceptions:
    com.softwareag.tamino.db.API.common.TPreconditionViolation: No pool has been found, thus no connection is available!
    at com.softwareag.tamino.db.API.common.TContractVerifier.precondition(TContractVerifier.java:31)
    at com.softwareag.tamino.db.API.connection.TConnectionPoolManager.getConnection(TConnectionPoolManager.java:94)
    at cn.edu.gxeea.base.StorageContext.(StorageContext.java:60)
    at cn.edu.gxeea.entity.plan.builder.MajorPlanItemBuilder.main(MajorPlanItemBuilder.java:46)


    My code is:
    if(poolManager == null)
    poolManager = TConnectionPoolManager.getInstance();
    connection = poolManager.getConnection(“System”);

    and the ManagedConnectionPools.xml is:



    http://DatabaseServer/tamino/SystemDatabase
    User

    10
    20
    1000




    When I check the value of poolManager,I found in it’s HashMap all item are null. and when it got to the getConnection function call,exception was thrown. but I use the same database url in the IE, it works fine.
    any suggestion?

    [This message was edited by Feingray on 28 Apr 2002 at 08:36.]


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


  • 2.  RE: Why the pool has no connections

    Posted Mon April 29, 2002 01:36 PM

    What happens if you specify a value for Password in ManagedConnectionPools.xml?


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


  • 3.  RE: Why the pool has no connections

    Posted Mon April 29, 2002 03:24 PM

    Have you the directory where you put the ManagedConnectionPools.xml on your classpath?
    Regards

    Esteban


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


  • 4.  RE: Why the pool has no connections

    Posted Tue May 14, 2002 07:25 PM

    the problem is the password is null. It seems that the API will not work if user id is null or password is null, when I add a user with a password on the HTTP server, it works well.


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