No ISInternal JDBC Pool

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

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

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

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

2 Likes

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

Regards

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

1 Like

This topic was automatically closed after 1083 days. New replies are no longer allowed.