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