Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
rvdstel opened this issue Aug 11, 2023 · 0 comments · Fixed by #5255 or #5259
Closed

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

rvdstel opened this issue Aug 11, 2023 · 0 comments · Fixed by #5255 or #5259
Assignees
Labels
Milestone

Comments

@rvdstel
Copy link
Contributor

rvdstel commented Aug 11, 2023

❗ 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:?]

@jacodg jacodg added this to the 7.8.2 milestone Aug 14, 2023
This was linked to pull requests Aug 16, 2023
@nielsm5 nielsm5 self-assigned this Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
3 participants