Skip to content

WARN instead of INFO : unable to add schedule []: adapter [] not found #5238

@rvdstel

Description

❗ please do not add sensitive information in issues, you can provide extra information via email using issue number as reference ❗

Describe the issue
In the 7.8.1 version we see a whole lot of WARN's in the logfile: unable to add schedule []: adapter [] not found.
We have adapters active on AS and inactive on SI nodes and vice versa. Loading the schedules from the table IBISSCHEDULE results in warnings in the logfile, because the adapters are not found on the AS node, because they are active on the SI node.
Previously this was not a WARN but an INFO ? This results in megabytes of unnecessary warnings in our logifles.

Reporter
Richard van der Stel

To Reproduce

Screenshots
If applicable, add screenshots to help explain your problem.

Configuration

Input

Please provide an example of the input message. 
Alternatively, provide a Ladybug report.

Environment
7.8.1

Additional Environment

  • DBMS: [e.g. Oracle, MSSQL, MariaDB, MySql, PostgreSQL]
  • Browser: [e.g. Chrome, Safari, Edge, Firefox]

Additional Context

2023-08-10 07:25:58,681 WARN [LoadDatabaseSchedules[IbisScheduler_Worker-1]] {} util.MessageKeeper - unable to add schedule [xxx]: adapter [xxx] not found
java.lang.IllegalStateException: adapter [xxx] not found
at nl.nn.adapterframework.scheduler.job.LoadDatabaseSchedulesJob.findAdapter(LoadDatabaseSchedulesJob.java:191) ~[ibis-adapterframework-core-7.8.1.jar:7.8.1]
at nl.nn.adapterframework.scheduler.job.LoadDatabaseSchedulesJob.execute(LoadDatabaseSchedulesJob.java:103) [ibis-adapterframework-core-7.8.1.jar:7.8.1]
at nl.nn.adapterframework.scheduler.JobDef.runJob(JobDef.java:410) [ibis-adapterframework-core-7.8.1.jar:7.8.1]
at nl.nn.adapterframework.scheduler.JobDef.executeJob(JobDef.java:394) [ibis-adapterframework-core-7.8.1.jar:7.8.1]
at nl.nn.adapterframework.scheduler.ConfiguredJob.execute(ConfiguredJob.java:59) [ibis-adapterframework-core-7.8.1.jar:7.8.1]
at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.2.jar:?]
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.2.jar:?]

Metadata

Assignees

Labels

Type

No type

Projects

  • Status

    No status

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions