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.  No ISInternal JDBC Pool

    Posted 03/12/21 10:42 AM

    Hi,

    I have created a new Postgres JDBC Connection in my webMethods Integration Server.
    It works perfectly because I can use it throught the Designer and perform SQL statements.

    From the moment I have created the connection I get an error into logs every minute.
    This is the error log :

    java.lang.IllegalStateException: No ISInternal JDBC Pool
    at com.wm.app.b2b.server.scheduler.ScheduleDB.init(ScheduleDB.java:352)
    at com.wm.app.b2b.server.scheduler.ScheduleManager.run(ScheduleManager.java:181)
    at com.wm.util.pool.PooledThread.run(PooledThread.java:134)
    at java.lang.Thread.run(Thread.java:748)

    How can I fix it?

    Thanks


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


  • 2.  RE: No ISInternal JDBC Pool

    Posted 03/12/21 01:20 PM

    Hi,
    Do you see any errors in Error logs that you can share?
    Regards,
    -Kalpesh.


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


  • 3.  RE: No ISInternal JDBC Pool

    Posted 03/12/21 01:47 PM

    From where did you configure the connection?

    As the ISInternal Pool is referring to the scheduled tasks feature in the IS:
    Are you trying to run some recurring service invocations?

    Regards,
    Holger


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


  • 4.  RE: No ISInternal JDBC Pool

    Posted 03/13/21 06:01 AM

    Hi @alessio.fiore , The exception means the Scheduler component is not initialized because the IS Internal JDBC pool is not configured. And Scheduler Component keeps trying to initialize itself every min and hence you see the exception every minute.

    Can you please check that IS Internal is configured to a proper JDBC pool? If not, please configure


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


  • 5.  RE: No ISInternal JDBC Pool

    Posted 03/15/21 04:30 AM

    Hi @Jaideep , where can I configure the proper JDBC pool?

    Regards


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


  • 6.  RE: No ISInternal JDBC Pool

    Posted 03/15/21 12:38 PM

    Hi Alessio,

    this can be done in the IS Admin UI under Settings → JDBC Pools.

    You will have to define some JDBC Pools there (some might be predefined already, but you can update them to correct the parameters) and after that assign them to the functions.

    See IS Administration Guide for further informations.

    Regards,
    Holger


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