INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 19:50:14 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 19:50:14 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 19:50:14 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 19:50:14 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 19:50:14 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 19:50:14 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 19:50:14 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 19:50:14 | E [a.J.DatabaseJournal ] [00:50:14]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/19 19:50:14 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 19:50:14 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 19:50:14 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 19:50:14 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 19:50:14 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 19:50:14 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 19:50:14 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 19:50:14 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 19:50:14 | E [a.J.DatabaseJournal ] [00:50:14]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/19 19:50:14 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 19:50:14 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 19:50:14 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 19:50:14 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 19:50:14 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 19:50:14 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 19:50:14 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 19:50:14 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 19:50:14 | E [a.J.DatabaseJournal ] [00:50:14]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/19 19:50:14 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 19:50:14 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 19:50:14 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 19:50:14 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 19:50:14 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 19:50:14 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 19:50:14 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 19:50:14 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 19:50:14 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 19:50:25 | E [a.N.OneWayNotificationProfile ] [00:50:25]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/19 19:50:25 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/19 19:50:25 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/19 19:50:25 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/19 19:50:25 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/19 19:50:25 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/19 19:50:25 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/19 19:50:25 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/19 19:50:25 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/19 19:50:25 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/19 19:50:25 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/19 19:50:25 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/19 19:50:25 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/19 19:50:25 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/19 19:50:25 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/19 19:50:25 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/19 19:50:25 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 19:50:25 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 19:50:25 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 19:50:25 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/19 19:50:25 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/19 19:50:25 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/19 19:50:25 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/19 19:50:25 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/19 19:50:25 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/19 19:50:25 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/19 19:50:25 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/19 19:50:25 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/19 19:50:25 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/19 19:50:25 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 19:55:46 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 19:55:47 | DBCP DataSource configured witho INFO | jvm 1 | 2022/12/19 19:59:13 | E [a.J.DatabaseJournal ] [00:59:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/19 19:59:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 19:59:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 19:59:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 19:59:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 19:59:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 19:59:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 19:59:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 19:59:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 19:59:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/19 19:59:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 19:59:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 19:59:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 19:59:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 19:59:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/19 19:59:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 19:59:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 19:59:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 19:59:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 19:59:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 19:59:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 19:59:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 19:59:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 19:59:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 19:59:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 19:59:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 19:59:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 19:59:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 19:59:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 19:59:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 19:59:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 19:59:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 19:59:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 19:59:52 | E [a.J.DatabaseJournal ] [00:59:52]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/19 19:59:52 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 19:59:52 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 19:59:52 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 19:59:52 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 19:59:52 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 19:59:52 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 19:59:52 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 19:59:52 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 19:59:52 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/19 19:59:52 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 19:59:52 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 19:59:52 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 19:59:52 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 19:59:52 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/19 19:59:52 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 19:59:52 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 19:59:52 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 19:59:52 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 19:59:52 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 19:59:52 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 19:59:52 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 19:59:52 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 19:59:52 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 19:59:52 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 19:59:52 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 19:59:52 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 19:59:52 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 19:59:52 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 19:59:52 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 19:59:52 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 19:59:52 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 19:59:52 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 19:59:52 | E [a.J.DatabaseJournal ] [00:59:52]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/19 19:59:52 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 19:59:52 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 19:59:52 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 19:59:52 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 19:59:52 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 19:59:52 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 19:59:52 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 19:59:52 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 19:59:52 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 19:59:52 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 19:59:52 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 19:59:52 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 19:59:52 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 19:59:52 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/19 19:59:52 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 19:59:52 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 19:59:52 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 19:59:52 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 19:59:52 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 19:59:52 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 19:59:52 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 19:59:52 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 19:59:52 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 19:59:52 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 19:59:52 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 19:59:52 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 19:59:52 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 19:59:52 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 19:59:52 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 19:59:52 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 19:59:52 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 19:59:52 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 20:09:56 | ut a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:09:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:09:57 | DBCP DataSource INFO | jvm 1 | 2022/12/19 20:13:13 | E [a.J.DatabaseJournal ] [01:13:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/19 20:13:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 20:13:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 20:13:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 20:13:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 20:13:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 20:13:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 20:13:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 20:13:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 20:13:13 | E [a.J.DatabaseJournal ] [01:13:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/19 20:13:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 20:13:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 20:13:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 20:13:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 20:13:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 20:13:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 20:13:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 20:13:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 20:13:13 | E [a.J.DatabaseJournal ] [01:13:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/19 20:13:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 20:13:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 20:13:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 20:13:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 20:13:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 20:13:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 20:13:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 20:13:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 20:13:13 | E [a.J.DatabaseJournal ] [01:13:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/19 20:13:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 20:13:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 20:13:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 20:13:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 20:13:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 20:13:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 20:13:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 20:13:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 20:13:13 | E [a.J.DatabaseJournal ] [01:13:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/19 20:13:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 20:13:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 20:13:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 20:13:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 20:13:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 20:13:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 20:13:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 20:13:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 20:13:13 | E [a.J.DatabaseJournal ] [01:13:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/19 20:13:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 20:13:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 20:13:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 20:13:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 20:13:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 20:13:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 20:13:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 20:13:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 20:13:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 20:13:24 | E [a.N.OneWayNotificationProfile ] [01:13:24]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/19 20:13:24 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/19 20:13:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/19 20:13:24 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/19 20:13:24 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/19 20:13:24 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/19 20:13:24 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/19 20:13:24 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/19 20:13:24 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/19 20:13:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/19 20:13:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/19 20:13:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/19 20:13:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/19 20:13:24 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/19 20:13:24 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/19 20:13:24 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/19 20:13:24 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 20:13:24 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 20:13:24 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 20:13:24 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/19 20:13:24 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/19 20:13:24 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/19 20:13:24 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/19 20:13:24 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/19 20:13:24 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/19 20:13:24 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/19 20:13:24 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/19 20:13:24 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/19 20:13:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/19 20:13:24 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/19 20:23:12 | E [a.J.DatabaseJournal ] [01:23:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/19 20:23:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 20:23:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 20:23:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 20:23:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 20:23:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 20:23:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 20:23:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 20:23:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 20:23:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/19 20:23:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 20:23:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 20:23:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 20:23:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 20:23:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/19 20:23:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 20:23:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 20:23:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 20:23:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 20:23:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 20:23:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 20:23:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 20:23:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 20:23:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 20:23:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 20:23:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 20:23:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 20:23:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 20:23:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 20:23:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 20:23:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 20:23:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 20:23:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 20:23:44 | E [a.J.DatabaseJournal ] [01:23:44]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/19 20:23:44 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 20:23:44 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 20:23:44 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 20:23:44 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 20:23:44 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 20:23:44 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 20:23:44 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 20:23:44 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 20:23:44 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/19 20:23:44 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 20:23:44 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 20:23:44 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 20:23:44 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 20:23:44 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/19 20:23:44 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 20:23:44 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 20:23:44 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 20:23:44 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 20:23:44 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 20:23:44 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 20:23:44 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 20:23:44 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 20:23:44 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 20:23:44 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 20:23:44 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 20:23:44 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 20:23:44 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 20:23:44 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 20:23:44 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 20:23:44 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 20:23:44 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 20:23:44 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 20:23:44 | E [a.J.DatabaseJournal ] [01:23:44]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/19 20:23:44 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 20:23:44 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 20:23:44 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 20:23:44 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 20:23:44 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 20:23:44 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 20:23:44 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 20:23:44 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 20:23:44 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 20:23:44 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 20:23:44 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 20:23:44 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 20:23:44 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 20:23:44 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/19 20:23:44 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 20:23:44 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 20:23:44 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 20:23:44 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 20:23:44 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 20:23:44 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 20:23:44 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 20:23:44 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 20:23:44 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 20:23:44 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 20:23:44 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 20:23:44 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 20:23:44 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 20:23:44 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 20:23:44 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 20:23:44 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 20:23:44 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 20:23:44 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 20:24:16 | configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:24:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:38:26 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:38:27 | DBCP DataSource configured witho INFO | jvm 1 | 2022/12/19 20:40:13 | E [a.J.DatabaseJournal ] [01:40:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/19 20:40:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 20:40:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 20:40:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 20:40:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 20:40:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 20:40:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 20:40:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 20:40:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 20:40:13 | E [a.J.DatabaseJournal ] [01:40:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/19 20:40:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 20:40:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 20:40:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 20:40:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 20:40:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 20:40:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 20:40:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 20:40:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 20:40:13 | E [a.J.DatabaseJournal ] [01:40:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/19 20:40:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 20:40:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 20:40:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 20:40:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 20:40:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 20:40:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 20:40:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 20:40:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 20:40:13 | E [a.J.DatabaseJournal ] [01:40:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/19 20:40:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 20:40:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 20:40:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 20:40:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 20:40:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 20:40:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 20:40:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 20:40:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 20:40:13 | E [a.J.DatabaseJournal ] [01:40:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/19 20:40:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 20:40:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 20:40:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 20:40:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 20:40:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 20:40:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 20:40:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 20:40:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 20:40:13 | E [a.J.DatabaseJournal ] [01:40:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/19 20:40:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 20:40:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 20:40:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 20:40:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 20:40:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 20:40:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 20:40:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 20:40:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 20:40:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 20:40:24 | E [a.N.OneWayNotificationProfile ] [01:40:24]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/19 20:40:24 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/19 20:40:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/19 20:40:24 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/19 20:40:24 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/19 20:40:24 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/19 20:40:24 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/19 20:40:24 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/19 20:40:24 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/19 20:40:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/19 20:40:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/19 20:40:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/19 20:40:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/19 20:40:24 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/19 20:40:24 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/19 20:40:24 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/19 20:40:24 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 20:40:24 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 20:40:24 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 20:40:24 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/19 20:40:24 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/19 20:40:24 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/19 20:40:24 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/19 20:40:24 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/19 20:40:24 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/19 20:40:24 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/19 20:40:24 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/19 20:40:24 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/19 20:40:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/19 20:40:24 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/19 20:49:13 | E [a.J.DatabaseJournal ] [01:49:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/19 20:49:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 20:49:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 20:49:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 20:49:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 20:49:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 20:49:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 20:49:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 20:49:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 20:49:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/19 20:49:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 20:49:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 20:49:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 20:49:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 20:49:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/19 20:49:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 20:49:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 20:49:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 20:49:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 20:49:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 20:49:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 20:49:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 20:49:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 20:49:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 20:49:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 20:49:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 20:49:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 20:49:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 20:49:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 20:49:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 20:49:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 20:49:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 20:49:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 20:49:47 | E [a.J.DatabaseJournal ] [01:49:47]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/19 20:49:47 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 20:49:47 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 20:49:47 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 20:49:47 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 20:49:47 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 20:49:47 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 20:49:47 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 20:49:47 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 20:49:47 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/19 20:49:47 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 20:49:47 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 20:49:47 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 20:49:47 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 20:49:47 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/19 20:49:47 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 20:49:47 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 20:49:47 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 20:49:47 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 20:49:47 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 20:49:47 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 20:49:47 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 20:49:47 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 20:49:47 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 20:49:47 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 20:49:47 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 20:49:47 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 20:49:47 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 20:49:47 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 20:49:47 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 20:49:47 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 20:49:47 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 20:49:47 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 20:49:47 | E [a.J.DatabaseJournal ] [01:49:47]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/19 20:49:47 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 20:49:47 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 20:49:47 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 20:49:47 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 20:49:47 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 20:49:47 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 20:49:47 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 20:49:47 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 20:49:47 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 20:49:47 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 20:49:47 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 20:49:47 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 20:49:47 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 20:49:47 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/19 20:49:47 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 20:49:47 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 20:49:47 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 20:49:47 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 20:49:47 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 20:49:47 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 20:49:47 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 20:49:47 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 20:49:47 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 20:49:47 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 20:49:47 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 20:49:47 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 20:49:47 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 20:49:47 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 20:49:47 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 20:49:47 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 20:49:47 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 20:49:47 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 20:52:36 | ut a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 20:52:36 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 20:52:37 | DBCP DataSource INFO | jvm 1 | 2022/12/19 21:06:12 | E [a.J.DatabaseJournal ] [02:06:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/19 21:06:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 21:06:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 21:06:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 21:06:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:06:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 21:06:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:06:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 21:06:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 21:06:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/19 21:06:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 21:06:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 21:06:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 21:06:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 21:06:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/19 21:06:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/19 21:06:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/19 21:06:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 21:06:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 21:06:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 21:06:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 21:06:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 21:06:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 21:06:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 21:06:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 21:06:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 21:06:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 21:06:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 21:06:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 21:06:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 21:06:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 21:06:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 21:06:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:13 | E [a.J.DatabaseJournal ] [02:06:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/19 21:06:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 21:06:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 21:06:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 21:06:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:06:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 21:06:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:06:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 21:06:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 21:06:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 21:06:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 21:06:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 21:06:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 21:06:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 21:06:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/19 21:06:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 21:06:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 21:06:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 21:06:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 21:06:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 21:06:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 21:06:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 21:06:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 21:06:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 21:06:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 21:06:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 21:06:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 21:06:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 21:06:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 21:06:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 21:06:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:14 | E [a.J.DatabaseJournal ] [02:06:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/19 21:06:14 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 21:06:14 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 21:06:14 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 21:06:14 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 21:06:14 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 21:06:14 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:14 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:14 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:14 | E [a.J.DatabaseJournal ] [02:06:14]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/19 21:06:14 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 21:06:14 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 21:06:14 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 21:06:14 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 21:06:14 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 21:06:14 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 21:06:14 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:14 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:14 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:22 | E [t.e.a.history ] [02:06:22]: Error storing tag history data INFO | jvm 1 | 2022/12/19 21:06:22 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 21:06:22 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 21:06:22 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 21:06:22 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:06:22 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 21:06:22 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:06:22 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 21:06:22 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 21:06:22 | at com.inductiveautomation.gateway.tags.history.actor.HistoryActorFactory$DelayedEvaluationContainer.process(HistoryActorFactory.java:944) INFO | jvm 1 | 2022/12/19 21:06:22 | at com.inductiveautomation.gateway.tags.history.actor.HistoryActorFactory$DelayedEvaluationContainer.run(HistoryActorFactory.java:903) INFO | jvm 1 | 2022/12/19 21:06:22 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:22 | at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:22 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:22 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:22 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:22 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:23 | E [t.e.a.history ] [02:06:23]: Error storing tag history data INFO | jvm 1 | 2022/12/19 21:06:23 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 21:06:23 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 21:06:23 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 21:06:23 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:06:23 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 21:06:23 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:06:23 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 21:06:23 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 21:06:23 | at com.inductiveautomation.gateway.tags.history.actor.HistoryActorFactory$DelayedEvaluationContainer.process(HistoryActorFactory.java:944) INFO | jvm 1 | 2022/12/19 21:06:23 | at com.inductiveautomation.gateway.tags.history.actor.HistoryActorFactory$DelayedEvaluationContainer.run(HistoryActorFactory.java:903) INFO | jvm 1 | 2022/12/19 21:06:23 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:23 | at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:23 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:23 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:23 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:23 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:24 | E [a.N.OneWayNotificationProfile ] [02:06:24]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/19 21:06:24 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/19 21:06:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/19 21:06:24 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/19 21:06:24 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/19 21:06:24 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/19 21:06:24 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/19 21:06:24 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/19 21:06:24 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:24 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:24 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:24 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:24 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:24 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:24 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/19 21:06:24 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/19 21:06:24 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:24 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:24 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:24 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:24 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/19 21:06:24 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/19 21:06:24 | E [a.J.DatabaseJournal ] [02:06:24]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/19 21:06:24 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 21:06:24 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 21:06:24 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 21:06:24 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 21:06:24 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 21:06:24 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:24 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:24 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:24 | E [a.J.DatabaseJournal ] [02:06:24]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/19 21:06:24 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 21:06:24 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 21:06:24 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 21:06:24 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 21:06:24 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 21:06:24 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 21:06:24 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:24 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:24 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:35 | E [a.N.OneWayNotificationProfile ] [02:06:35]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/19 21:06:35 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/19 21:06:35 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/19 21:06:35 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/19 21:06:35 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/19 21:06:35 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/19 21:06:35 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/19 21:06:35 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/19 21:06:35 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/19 21:06:35 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/19 21:06:35 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/19 21:06:35 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/19 21:06:35 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/19 21:06:35 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:35 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:35 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:35 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:35 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:35 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:35 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/19 21:06:35 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/19 21:06:35 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:35 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:35 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:35 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:35 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/19 21:06:35 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/19 21:06:35 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/19 21:06:35 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/19 21:06:35 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/19 21:06:56 | configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:06:56 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:15:13 | E [a.J.DatabaseJournal ] [02:15:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/19 21:15:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 21:15:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 21:15:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 21:15:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:15:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 21:15:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:15:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 21:15:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 21:15:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/19 21:15:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 21:15:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 21:15:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 21:15:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 21:15:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/19 21:15:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 21:15:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 21:15:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 21:15:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 21:15:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 21:15:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 21:15:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 21:15:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 21:15:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 21:15:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 21:15:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 21:15:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 21:15:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 21:15:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 21:15:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 21:15:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 21:15:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:15:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:15:57 | E [a.J.DatabaseJournal ] [02:15:57]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/19 21:15:57 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 21:15:57 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 21:15:57 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 21:15:57 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:15:57 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 21:15:57 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:15:57 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 21:15:57 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 21:15:57 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/19 21:15:57 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 21:15:57 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 21:15:57 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 21:15:57 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 21:15:57 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/19 21:15:57 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 21:15:57 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 21:15:57 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 21:15:57 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 21:15:57 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 21:15:57 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 21:15:57 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 21:15:57 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 21:15:57 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 21:15:57 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 21:15:57 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 21:15:57 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 21:15:57 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 21:15:57 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 21:15:57 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 21:15:57 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 21:15:57 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:15:57 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:15:57 | E [a.J.DatabaseJournal ] [02:15:57]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/19 21:15:57 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 21:15:57 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 21:15:57 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 21:15:57 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:15:57 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 21:15:57 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:15:57 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 21:15:57 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 21:15:57 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 21:15:57 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 21:15:57 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 21:15:57 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 21:15:57 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 21:15:57 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/19 21:15:57 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 21:15:57 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 21:15:57 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 21:15:57 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 21:15:57 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 21:15:57 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 21:15:57 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 21:15:57 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 21:15:57 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 21:15:57 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 21:15:57 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 21:15:57 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 21:15:57 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 21:15:57 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 21:15:57 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 21:15:57 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 21:15:57 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:15:57 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:21:06 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:21:07 | DBCP DataSource configured witho INFO | jvm 1 | 2022/12/19 21:32:13 | E [a.J.DatabaseJournal ] [02:32:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/19 21:32:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 21:32:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 21:32:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 21:32:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 21:32:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 21:32:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 21:32:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:32:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:32:13 | E [a.J.DatabaseJournal ] [02:32:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/19 21:32:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 21:32:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 21:32:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 21:32:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 21:32:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 21:32:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 21:32:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:32:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:32:13 | E [a.J.DatabaseJournal ] [02:32:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/19 21:32:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 21:32:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 21:32:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 21:32:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 21:32:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 21:32:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 21:32:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:32:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:32:13 | E [a.J.DatabaseJournal ] [02:32:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/19 21:32:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 21:32:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 21:32:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 21:32:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 21:32:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 21:32:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 21:32:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:32:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:32:13 | E [a.J.DatabaseJournal ] [02:32:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/19 21:32:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 21:32:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 21:32:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 21:32:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 21:32:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 21:32:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 21:32:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:32:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:32:13 | E [a.J.DatabaseJournal ] [02:32:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/19 21:32:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 21:32:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 21:32:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 21:32:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 21:32:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 21:32:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 21:32:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 21:32:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:32:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:32:24 | E [a.N.OneWayNotificationProfile ] [02:32:24]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/19 21:32:24 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/19 21:32:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/19 21:32:24 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/19 21:32:24 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/19 21:32:24 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/19 21:32:24 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/19 21:32:24 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/19 21:32:24 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/19 21:32:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/19 21:32:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/19 21:32:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/19 21:32:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/19 21:32:24 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/19 21:32:24 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:32:24 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:32:24 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 21:32:24 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:32:24 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:32:24 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/19 21:32:24 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/19 21:32:24 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/19 21:32:24 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/19 21:32:24 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/19 21:32:24 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/19 21:32:24 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/19 21:32:24 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/19 21:32:24 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/19 21:32:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/19 21:32:24 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/19 21:35:16 | ut a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:35:16 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:35:17 | DBCP DataSource INFO | jvm 1 | 2022/12/19 21:41:39 | E [a.J.DatabaseJournal ] [02:41:39]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/19 21:41:39 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 21:41:39 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 21:41:39 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 21:41:39 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:41:39 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 21:41:39 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:41:39 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 21:41:39 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 21:41:39 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/19 21:41:39 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 21:41:39 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 21:41:39 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 21:41:39 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 21:41:39 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/19 21:41:39 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 21:41:39 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 21:41:39 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 21:41:39 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 21:41:39 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 21:41:39 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 21:41:39 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 21:41:39 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 21:41:39 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 21:41:39 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 21:41:39 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 21:41:39 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 21:41:39 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 21:41:39 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 21:41:39 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 21:41:39 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 21:41:39 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:41:39 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:42:21 | E [a.J.DatabaseJournal ] [02:42:21]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/19 21:42:21 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 21:42:21 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 21:42:21 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 21:42:21 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:42:21 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 21:42:21 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:42:21 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 21:42:21 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 21:42:21 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/19 21:42:21 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 21:42:21 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 21:42:21 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 21:42:21 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 21:42:21 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/19 21:42:21 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 21:42:21 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 21:42:21 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 21:42:21 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 21:42:21 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 21:42:21 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 21:42:21 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 21:42:21 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 21:42:21 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 21:42:21 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 21:42:21 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 21:42:21 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 21:42:21 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 21:42:21 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 21:42:21 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 21:42:21 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 21:42:21 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:42:21 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:42:21 | E [a.J.DatabaseJournal ] [02:42:21]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/19 21:42:21 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 21:42:21 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 21:42:21 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 21:42:21 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:42:21 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 21:42:21 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:42:21 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 21:42:21 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 21:42:21 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 21:42:21 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 21:42:21 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 21:42:21 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 21:42:21 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 21:42:21 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/19 21:42:21 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 21:42:21 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 21:42:21 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 21:42:21 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 21:42:21 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 21:42:21 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 21:42:21 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 21:42:21 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 21:42:21 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 21:42:21 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 21:42:21 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 21:42:21 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 21:42:21 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 21:42:21 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 21:42:21 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 21:42:21 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 21:42:21 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:42:21 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:49:37 | configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 21:49:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 21:59:13 | E [a.J.DatabaseJournal ] [02:59:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/19 21:59:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 21:59:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 21:59:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 21:59:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 21:59:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 21:59:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 21:59:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:59:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:59:13 | E [a.J.DatabaseJournal ] [02:59:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/19 21:59:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 21:59:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 21:59:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 21:59:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 21:59:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 21:59:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 21:59:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:59:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:59:13 | E [a.J.DatabaseJournal ] [02:59:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/19 21:59:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 21:59:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 21:59:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 21:59:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 21:59:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 21:59:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 21:59:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:59:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:59:13 | E [a.J.DatabaseJournal ] [02:59:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/19 21:59:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 21:59:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 21:59:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 21:59:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 21:59:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 21:59:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 21:59:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:59:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:59:13 | E [a.J.DatabaseJournal ] [02:59:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/19 21:59:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 21:59:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 21:59:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 21:59:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 21:59:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 21:59:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 21:59:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:59:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:59:13 | E [a.J.DatabaseJournal ] [02:59:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/19 21:59:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 21:59:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 21:59:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 21:59:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 21:59:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 21:59:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 21:59:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 21:59:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:59:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:59:24 | E [a.N.OneWayNotificationProfile ] [02:59:24]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/19 21:59:24 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/19 21:59:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/19 21:59:24 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/19 21:59:24 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/19 21:59:24 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/19 21:59:24 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/19 21:59:24 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/19 21:59:24 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/19 21:59:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/19 21:59:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/19 21:59:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/19 21:59:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/19 21:59:24 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/19 21:59:24 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:59:24 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:59:24 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 21:59:24 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:59:24 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 21:59:24 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/19 21:59:24 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/19 21:59:24 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/19 21:59:24 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/19 21:59:24 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/19 21:59:24 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/19 21:59:24 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/19 21:59:24 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/19 21:59:24 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/19 21:59:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/19 21:59:24 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:03:47 | DBCP DataSource configured witho INFO | jvm 1 | 2022/12/19 22:08:43 | E [a.J.DatabaseJournal ] [03:08:43]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/19 22:08:43 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 22:08:43 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 22:08:43 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 22:08:43 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 22:08:43 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 22:08:43 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 22:08:43 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 22:08:43 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 22:08:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/19 22:08:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 22:08:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 22:08:43 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 22:08:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 22:08:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/19 22:08:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 22:08:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 22:08:43 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 22:08:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 22:08:43 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 22:08:43 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 22:08:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 22:08:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 22:08:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 22:08:43 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 22:08:43 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 22:08:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 22:08:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 22:08:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 22:08:43 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 22:08:43 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 22:08:43 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:08:43 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:09:24 | E [a.J.DatabaseJournal ] [03:09:24]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/19 22:09:24 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 22:09:24 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 22:09:24 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 22:09:24 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 22:09:24 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 22:09:24 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 22:09:24 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 22:09:24 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 22:09:24 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/19 22:09:24 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 22:09:24 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 22:09:24 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 22:09:24 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 22:09:24 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/19 22:09:24 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 22:09:24 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 22:09:24 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 22:09:24 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 22:09:24 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 22:09:24 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 22:09:24 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 22:09:24 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 22:09:24 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 22:09:24 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 22:09:24 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 22:09:24 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 22:09:24 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 22:09:24 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 22:09:24 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 22:09:24 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 22:09:24 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:09:24 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:09:24 | E [a.J.DatabaseJournal ] [03:09:24]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/19 22:09:24 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 22:09:24 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 22:09:24 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 22:09:24 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 22:09:24 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 22:09:24 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 22:09:24 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 22:09:24 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 22:09:24 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 22:09:24 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 22:09:24 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 22:09:24 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 22:09:24 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 22:09:24 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/19 22:09:24 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 22:09:24 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 22:09:24 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 22:09:24 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 22:09:24 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 22:09:24 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 22:09:24 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 22:09:24 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 22:09:24 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 22:09:24 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 22:09:24 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 22:09:24 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 22:09:24 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 22:09:24 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 22:09:24 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 22:09:24 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 22:09:24 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:09:24 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:17:57 | ut a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:17:57 | DBCP DataSource INFO | jvm 1 | 2022/12/19 22:20:46 | W [s.ProjectRunner ] [03:20:46]: Tried to perform RPC operation on an unrecognized session. May indicate that the previous session was lost. Creating RPC listener for new session id. project-name=INTT, request-origin=[0:0:0:0:0:0:0:1], session-user=sPHENIX, session-project=INTT, session-id=827A65F6 INFO | jvm 1 | 2022/12/19 22:25:12 | E [a.J.DatabaseJournal ] [03:25:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/19 22:25:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 22:25:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 22:25:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 22:25:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 22:25:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 22:25:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 22:25:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:25:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:25:12 | E [a.J.DatabaseJournal ] [03:25:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/19 22:25:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 22:25:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 22:25:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 22:25:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 22:25:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 22:25:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 22:25:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 22:25:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:25:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:25:13 | E [a.J.DatabaseJournal ] [03:25:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/19 22:25:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 22:25:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 22:25:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 22:25:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 22:25:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 22:25:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 22:25:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:25:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:25:13 | E [a.J.DatabaseJournal ] [03:25:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/19 22:25:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 22:25:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 22:25:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 22:25:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 22:25:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 22:25:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 22:25:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 22:25:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:25:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:25:23 | E [a.N.OneWayNotificationProfile ] [03:25:23]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/19 22:25:23 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/19 22:25:23 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/19 22:25:23 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/19 22:25:23 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/19 22:25:23 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/19 22:25:23 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/19 22:25:23 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/19 22:25:23 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/19 22:25:23 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:25:23 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:25:23 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 22:25:23 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:25:23 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:25:23 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/19 22:25:23 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/19 22:25:23 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/19 22:25:23 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/19 22:25:23 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/19 22:25:23 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/19 22:25:23 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/19 22:25:23 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/19 22:25:23 | E [a.J.DatabaseJournal ] [03:25:23]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/19 22:25:23 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 22:25:23 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 22:25:23 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 22:25:23 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 22:25:23 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 22:25:23 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 22:25:23 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:25:23 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:25:23 | E [a.J.DatabaseJournal ] [03:25:23]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/19 22:25:23 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 22:25:23 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 22:25:23 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 22:25:23 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 22:25:23 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 22:25:23 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 22:25:23 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 22:25:23 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:25:23 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:25:34 | E [a.N.OneWayNotificationProfile ] [03:25:34]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/19 22:25:34 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/19 22:25:34 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/19 22:25:34 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/19 22:25:34 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/19 22:25:34 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/19 22:25:34 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/19 22:25:34 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/19 22:25:34 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/19 22:25:34 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/19 22:25:34 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/19 22:25:34 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/19 22:25:34 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/19 22:25:34 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/19 22:25:34 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:25:34 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:25:34 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 22:25:34 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:25:34 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:25:34 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/19 22:25:34 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/19 22:25:34 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/19 22:25:34 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/19 22:25:34 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/19 22:25:34 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/19 22:25:34 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/19 22:25:34 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/19 22:25:34 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/19 22:25:34 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/19 22:25:34 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/19 22:32:17 | configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:32:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:34:12 | E [a.J.DatabaseJournal ] [03:34:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/19 22:34:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 22:34:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 22:34:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 22:34:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 22:34:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 22:34:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 22:34:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 22:34:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 22:34:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/19 22:34:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 22:34:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 22:34:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 22:34:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 22:34:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/19 22:34:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 22:34:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 22:34:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 22:34:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 22:34:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 22:34:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 22:34:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 22:34:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 22:34:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 22:34:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 22:34:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 22:34:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 22:34:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 22:34:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 22:34:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 22:34:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 22:34:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:34:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:34:52 | E [a.J.DatabaseJournal ] [03:34:52]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/19 22:34:52 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 22:34:52 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 22:34:52 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 22:34:52 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 22:34:52 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 22:34:52 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 22:34:52 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 22:34:52 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 22:34:52 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/19 22:34:52 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 22:34:52 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 22:34:52 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 22:34:52 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 22:34:52 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/19 22:34:52 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 22:34:52 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 22:34:52 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 22:34:52 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 22:34:52 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 22:34:52 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 22:34:52 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 22:34:52 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 22:34:52 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 22:34:52 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 22:34:52 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 22:34:52 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 22:34:52 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 22:34:52 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 22:34:52 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 22:34:52 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 22:34:52 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:34:52 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:34:52 | E [a.J.DatabaseJournal ] [03:34:52]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/19 22:34:52 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 22:34:52 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 22:34:52 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 22:34:52 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 22:34:52 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 22:34:52 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 22:34:52 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 22:34:52 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 22:34:52 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 22:34:52 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 22:34:52 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 22:34:52 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 22:34:52 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 22:34:52 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/19 22:34:52 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 22:34:52 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 22:34:52 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 22:34:52 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 22:34:52 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 22:34:52 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 22:34:52 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 22:34:52 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 22:34:52 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 22:34:52 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 22:34:52 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 22:34:52 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 22:34:52 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 22:34:52 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 22:34:52 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 22:34:52 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 22:34:52 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:34:52 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 22:46:27 | DBCP DataSource configured witho INFO | jvm 1 | 2022/12/19 22:50:13 | E [a.J.DatabaseJournal ] [03:50:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/19 22:50:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 22:50:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 22:50:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 22:50:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 22:50:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 22:50:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 22:50:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:50:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:50:13 | E [a.J.DatabaseJournal ] [03:50:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/19 22:50:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 22:50:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 22:50:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 22:50:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 22:50:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 22:50:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 22:50:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:50:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:50:13 | E [a.J.DatabaseJournal ] [03:50:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/19 22:50:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 22:50:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 22:50:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 22:50:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 22:50:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 22:50:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 22:50:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:50:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:50:13 | E [a.J.DatabaseJournal ] [03:50:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/19 22:50:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 22:50:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 22:50:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 22:50:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 22:50:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 22:50:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 22:50:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:50:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:50:13 | E [a.J.DatabaseJournal ] [03:50:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/19 22:50:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 22:50:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 22:50:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 22:50:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 22:50:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 22:50:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 22:50:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:50:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:50:13 | E [a.J.DatabaseJournal ] [03:50:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/19 22:50:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 22:50:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 22:50:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 22:50:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 22:50:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 22:50:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 22:50:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 22:50:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:50:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:50:24 | E [a.N.OneWayNotificationProfile ] [03:50:24]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/19 22:50:24 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/19 22:50:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/19 22:50:24 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/19 22:50:24 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/19 22:50:24 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/19 22:50:24 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/19 22:50:24 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/19 22:50:24 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/19 22:50:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/19 22:50:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/19 22:50:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/19 22:50:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/19 22:50:24 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/19 22:50:24 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:50:24 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:50:24 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 22:50:24 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:50:24 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:50:24 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/19 22:50:24 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/19 22:50:24 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/19 22:50:24 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/19 22:50:24 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/19 22:50:24 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/19 22:50:24 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/19 22:50:24 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/19 22:50:24 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/19 22:50:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/19 22:50:24 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/19 22:59:12 | E [a.J.DatabaseJournal ] [03:59:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/19 22:59:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 22:59:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 22:59:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 22:59:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 22:59:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 22:59:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 22:59:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 22:59:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 22:59:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/19 22:59:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 22:59:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 22:59:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 22:59:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 22:59:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/19 22:59:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 22:59:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 22:59:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 22:59:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 22:59:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 22:59:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 22:59:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 22:59:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 22:59:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 22:59:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 22:59:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 22:59:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 22:59:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 22:59:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 22:59:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 22:59:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 22:59:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:59:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:59:57 | E [a.J.DatabaseJournal ] [03:59:57]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/19 22:59:57 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 22:59:57 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 22:59:57 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 22:59:57 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 22:59:57 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 22:59:57 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 22:59:57 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 22:59:57 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 22:59:57 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/19 22:59:57 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 22:59:57 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 22:59:57 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 22:59:57 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 22:59:57 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/19 22:59:57 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 22:59:57 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 22:59:57 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 22:59:57 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 22:59:57 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 22:59:57 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 22:59:57 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 22:59:57 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 22:59:57 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 22:59:57 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 22:59:57 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 22:59:57 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 22:59:57 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 22:59:57 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 22:59:57 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 22:59:57 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 22:59:57 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:59:57 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:59:57 | E [a.J.DatabaseJournal ] [03:59:57]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/19 22:59:57 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 22:59:57 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 22:59:57 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 22:59:57 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 22:59:57 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 22:59:57 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 22:59:57 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 22:59:57 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 22:59:57 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 22:59:57 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 22:59:57 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 22:59:57 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 22:59:57 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 22:59:57 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/19 22:59:57 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 22:59:57 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 22:59:57 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 22:59:57 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 22:59:57 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 22:59:57 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 22:59:57 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 22:59:57 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 22:59:57 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 22:59:57 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 22:59:57 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 22:59:57 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 22:59:57 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 22:59:57 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 22:59:57 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 22:59:57 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 22:59:57 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 22:59:57 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 23:00:37 | ut a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:00:37 | DBCP DataSource INFO | jvm 1 | 2022/12/19 23:02:28 | W [s.ProjectRunner ] [04:02:28]: Tried to perform RPC operation on an unrecognized session. May indicate that the previous session was lost. Creating RPC listener for new session id. project-name=INTT, request-origin=[0:0:0:0:0:0:0:1], session-user=sPHENIX, session-project=INTT, session-id=DBABC593 INFO | jvm 1 | 2022/12/19 23:14:57 | configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:14:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:16:13 | E [a.J.DatabaseJournal ] [04:16:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/19 23:16:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 23:16:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 23:16:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 23:16:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 23:16:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 23:16:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 23:16:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 23:16:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 23:16:13 | E [a.J.DatabaseJournal ] [04:16:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/19 23:16:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 23:16:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 23:16:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 23:16:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 23:16:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 23:16:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 23:16:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 23:16:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 23:16:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 23:16:14 | E [a.J.DatabaseJournal ] [04:16:14]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/19 23:16:14 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 23:16:14 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 23:16:14 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 23:16:14 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 23:16:14 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 23:16:14 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 23:16:14 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 23:16:14 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 23:16:14 | E [a.J.DatabaseJournal ] [04:16:14]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/19 23:16:14 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 23:16:14 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 23:16:14 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 23:16:14 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 23:16:14 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 23:16:14 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 23:16:14 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 23:16:14 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 23:16:14 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 23:16:24 | E [a.N.OneWayNotificationProfile ] [04:16:24]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/19 23:16:24 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/19 23:16:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/19 23:16:24 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/19 23:16:24 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/19 23:16:24 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/19 23:16:24 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/19 23:16:24 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/19 23:16:24 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/19 23:16:24 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/19 23:16:24 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/19 23:16:24 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 23:16:24 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 23:16:24 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 23:16:24 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/19 23:16:24 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/19 23:16:24 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/19 23:16:24 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/19 23:16:24 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/19 23:16:24 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/19 23:16:24 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/19 23:16:24 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/19 23:16:24 | E [a.J.DatabaseJournal ] [04:16:24]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/19 23:16:24 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 23:16:24 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 23:16:24 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 23:16:24 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 23:16:24 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 23:16:24 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 23:16:24 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 23:16:24 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 23:16:24 | E [a.J.DatabaseJournal ] [04:16:24]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/19 23:16:24 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 23:16:24 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 23:16:24 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 23:16:24 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 23:16:24 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 23:16:24 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 23:16:24 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 23:16:24 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 23:16:24 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 23:16:35 | E [a.N.OneWayNotificationProfile ] [04:16:35]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/19 23:16:35 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/19 23:16:35 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/19 23:16:35 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/19 23:16:35 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/19 23:16:35 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/19 23:16:35 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/19 23:16:35 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/19 23:16:35 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/19 23:16:35 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/19 23:16:35 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/19 23:16:35 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/19 23:16:35 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/19 23:16:35 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/19 23:16:35 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/19 23:16:35 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/19 23:16:35 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 23:16:35 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 23:16:35 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 23:16:35 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/19 23:16:35 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/19 23:16:35 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/19 23:16:35 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/19 23:16:35 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/19 23:16:35 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/19 23:16:35 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/19 23:16:35 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/19 23:16:35 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/19 23:16:35 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/19 23:16:35 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/19 23:24:43 | E [a.J.DatabaseJournal ] [04:24:43]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/19 23:24:43 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 23:24:43 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 23:24:43 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 23:24:43 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 23:24:43 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 23:24:43 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 23:24:43 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 23:24:43 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 23:24:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/19 23:24:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 23:24:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 23:24:43 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 23:24:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 23:24:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/19 23:24:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 23:24:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 23:24:43 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 23:24:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 23:24:43 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 23:24:43 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 23:24:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 23:24:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 23:24:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 23:24:43 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 23:24:43 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 23:24:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 23:24:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 23:24:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 23:24:43 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 23:24:43 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 23:24:43 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 23:24:43 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 23:25:29 | E [a.J.DatabaseJournal ] [04:25:29]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/19 23:25:29 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 23:25:29 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 23:25:29 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 23:25:29 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 23:25:29 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 23:25:29 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 23:25:29 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 23:25:29 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 23:25:29 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/19 23:25:29 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 23:25:29 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 23:25:29 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 23:25:29 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 23:25:29 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/19 23:25:29 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 23:25:29 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 23:25:29 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 23:25:29 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 23:25:29 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 23:25:29 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 23:25:29 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 23:25:29 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 23:25:29 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 23:25:29 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 23:25:29 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 23:25:29 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 23:25:29 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 23:25:29 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 23:25:29 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 23:25:29 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 23:25:29 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 23:25:29 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 23:25:29 | E [a.J.DatabaseJournal ] [04:25:29]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/19 23:25:29 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 23:25:29 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 23:25:29 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 23:25:29 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 23:25:29 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 23:25:29 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 23:25:29 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 23:25:29 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 23:25:29 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 23:25:29 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 23:25:29 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 23:25:29 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 23:25:29 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 23:25:29 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/19 23:25:29 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 23:25:29 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 23:25:29 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 23:25:29 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 23:25:29 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 23:25:29 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 23:25:29 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 23:25:29 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 23:25:29 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 23:25:29 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 23:25:29 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 23:25:29 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 23:25:29 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 23:25:29 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 23:25:29 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 23:25:29 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 23:25:29 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 23:25:29 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:29:07 | DBCP DataSource configured witho INFO | jvm 1 | 2022/12/19 23:41:12 | E [a.J.DatabaseJournal ] [04:41:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/19 23:41:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 23:41:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 23:41:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 23:41:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 23:41:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 23:41:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 23:41:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 23:41:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 23:41:12 | E [a.J.DatabaseJournal ] [04:41:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/19 23:41:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 23:41:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 23:41:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 23:41:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 23:41:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 23:41:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 23:41:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 23:41:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 23:41:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 23:41:13 | E [a.J.DatabaseJournal ] [04:41:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/19 23:41:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 23:41:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 23:41:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 23:41:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 23:41:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 23:41:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 23:41:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 23:41:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 23:41:13 | E [a.J.DatabaseJournal ] [04:41:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/19 23:41:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 23:41:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 23:41:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 23:41:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 23:41:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 23:41:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 23:41:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 23:41:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 23:41:13 | E [a.J.DatabaseJournal ] [04:41:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/19 23:41:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 23:41:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 23:41:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 23:41:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 23:41:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 23:41:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 23:41:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 23:41:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 23:41:13 | E [a.J.DatabaseJournal ] [04:41:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/19 23:41:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 23:41:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 23:41:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 23:41:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 23:41:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 23:41:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 23:41:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 23:41:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 23:41:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 23:41:24 | E [a.N.OneWayNotificationProfile ] [04:41:24]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/19 23:41:24 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/19 23:41:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/19 23:41:24 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/19 23:41:24 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/19 23:41:24 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/19 23:41:24 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/19 23:41:24 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/19 23:41:24 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/19 23:41:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/19 23:41:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/19 23:41:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/19 23:41:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/19 23:41:24 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/19 23:41:24 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/19 23:41:24 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/19 23:41:24 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 23:41:24 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 23:41:24 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 23:41:24 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/19 23:41:24 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/19 23:41:24 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/19 23:41:24 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/19 23:41:24 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/19 23:41:24 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/19 23:41:24 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/19 23:41:24 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/19 23:41:24 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/19 23:41:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/19 23:41:24 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/19 23:43:17 | ut a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:43:17 | DBCP DataSource INFO | jvm 1 | 2022/12/19 23:50:12 | E [a.J.DatabaseJournal ] [04:50:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/19 23:50:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 23:50:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 23:50:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 23:50:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 23:50:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 23:50:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 23:50:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 23:50:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 23:50:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/19 23:50:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 23:50:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 23:50:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 23:50:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 23:50:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/19 23:50:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 23:50:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 23:50:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 23:50:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 23:50:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 23:50:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 23:50:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 23:50:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 23:50:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 23:50:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 23:50:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 23:50:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 23:50:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 23:50:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 23:50:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 23:50:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 23:50:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 23:50:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 23:50:49 | E [a.J.DatabaseJournal ] [04:50:49]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/19 23:50:49 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 23:50:49 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 23:50:49 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 23:50:49 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 23:50:49 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 23:50:49 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 23:50:49 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 23:50:49 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 23:50:49 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/19 23:50:49 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 23:50:49 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 23:50:49 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 23:50:49 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 23:50:49 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/19 23:50:49 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 23:50:49 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 23:50:49 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 23:50:49 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 23:50:49 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 23:50:49 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 23:50:49 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 23:50:49 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 23:50:49 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 23:50:49 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 23:50:49 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 23:50:49 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 23:50:49 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 23:50:49 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 23:50:49 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 23:50:49 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 23:50:49 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 23:50:49 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 23:50:49 | E [a.J.DatabaseJournal ] [04:50:49]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/19 23:50:49 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/19 23:50:49 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/19 23:50:49 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/19 23:50:49 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 23:50:49 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/19 23:50:49 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/19 23:50:49 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/19 23:50:49 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/19 23:50:49 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/19 23:50:49 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/19 23:50:49 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/19 23:50:49 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/19 23:50:49 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/19 23:50:49 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/19 23:50:49 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/19 23:50:49 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/19 23:50:49 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/19 23:50:49 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/19 23:50:49 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/19 23:50:49 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/19 23:50:49 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/19 23:50:49 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/19 23:50:49 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/19 23:50:49 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/19 23:50:49 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/19 23:50:49 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/19 23:50:49 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/19 23:50:49 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/19 23:50:49 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/19 23:50:49 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/19 23:50:49 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/19 23:50:49 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/19 23:57:37 | configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/19 23:57:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:07:13 | E [a.J.DatabaseJournal ] [05:07:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 00:07:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 00:07:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 00:07:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 00:07:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 00:07:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 00:07:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 00:07:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 00:07:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 00:07:13 | E [a.J.DatabaseJournal ] [05:07:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 00:07:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 00:07:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 00:07:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 00:07:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 00:07:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 00:07:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 00:07:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 00:07:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 00:07:13 | E [a.J.DatabaseJournal ] [05:07:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 00:07:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 00:07:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 00:07:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 00:07:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 00:07:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 00:07:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 00:07:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 00:07:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 00:07:13 | E [a.J.DatabaseJournal ] [05:07:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 00:07:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 00:07:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 00:07:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 00:07:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 00:07:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 00:07:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 00:07:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 00:07:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 00:07:13 | E [a.J.DatabaseJournal ] [05:07:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 00:07:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 00:07:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 00:07:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 00:07:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 00:07:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 00:07:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 00:07:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 00:07:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 00:07:13 | E [a.J.DatabaseJournal ] [05:07:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 00:07:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 00:07:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 00:07:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 00:07:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 00:07:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 00:07:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 00:07:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 00:07:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 00:07:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 00:07:14 | Scheduling logfile maintenance. Last maintenance: Mon Dec 19 12:48:15 EST 2022, events since then: 315 INFO | jvm 1 | 2022/12/20 00:07:14 | Starting logfile maintenance. Max entries: 50000, Max filesize: 104857600 INFO | jvm 1 | 2022/12/20 00:07:15 | Cleaned up 500 rows in 1407 ms. Vacuum performed: true* INFO | jvm 1 | 2022/12/20 00:07:24 | E [a.N.OneWayNotificationProfile ] [05:07:24]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 00:07:24 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/20 00:07:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/20 00:07:24 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/20 00:07:24 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/20 00:07:24 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/20 00:07:24 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/20 00:07:24 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/20 00:07:24 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/20 00:07:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/20 00:07:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/20 00:07:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/20 00:07:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/20 00:07:24 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 00:07:24 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 00:07:24 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 00:07:24 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 00:07:24 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 00:07:24 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 00:07:24 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/20 00:07:24 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/20 00:07:24 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/20 00:07:24 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/20 00:07:24 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 00:07:24 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 00:07:24 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 00:07:24 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/20 00:07:24 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/20 00:07:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/20 00:07:24 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:11:47 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:11:48 | DBCP DataSource configured witho INFO | jvm 1 | 2022/12/20 00:16:13 | E [a.J.DatabaseJournal ] [05:16:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 00:16:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 00:16:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 00:16:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 00:16:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 00:16:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 00:16:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 00:16:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 00:16:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 00:16:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 00:16:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 00:16:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 00:16:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 00:16:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 00:16:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 00:16:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 00:16:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 00:16:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 00:16:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 00:16:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 00:16:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 00:16:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 00:16:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 00:16:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 00:16:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 00:16:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 00:16:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 00:16:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 00:16:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 00:16:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 00:16:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 00:16:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 00:16:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 00:16:47 | E [a.J.DatabaseJournal ] [05:16:47]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 00:16:47 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 00:16:47 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 00:16:47 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 00:16:47 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 00:16:47 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 00:16:47 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 00:16:47 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 00:16:47 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 00:16:47 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 00:16:47 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 00:16:47 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 00:16:47 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 00:16:47 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 00:16:47 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 00:16:47 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 00:16:47 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 00:16:47 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 00:16:47 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 00:16:47 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 00:16:47 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 00:16:47 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 00:16:47 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 00:16:47 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 00:16:47 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 00:16:47 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 00:16:47 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 00:16:47 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 00:16:47 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 00:16:47 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 00:16:47 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 00:16:47 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 00:16:47 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 00:16:47 | E [a.J.DatabaseJournal ] [05:16:47]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 00:16:47 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 00:16:47 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 00:16:47 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 00:16:47 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 00:16:47 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 00:16:47 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 00:16:47 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 00:16:47 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 00:16:47 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 00:16:47 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 00:16:47 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 00:16:47 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 00:16:47 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 00:16:47 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 00:16:47 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 00:16:47 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 00:16:47 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 00:16:47 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 00:16:47 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 00:16:47 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 00:16:47 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 00:16:47 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 00:16:47 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 00:16:47 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 00:16:47 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 00:16:47 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 00:16:47 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 00:16:47 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 00:16:47 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 00:16:47 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 00:16:47 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 00:16:47 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 00:25:57 | ut a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:25:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:25:58 | DBCP DataSource INFO | jvm 1 | 2022/12/20 00:33:12 | E [a.J.DatabaseJournal ] [05:33:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 00:33:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 00:33:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 00:33:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 00:33:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 00:33:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$InlineTask.run(ExecutionQueue.java:154) INFO | jvm 1 | 2022/12/20 00:33:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:136) INFO | jvm 1 | 2022/12/20 00:33:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 00:33:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 00:33:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 00:33:12 | E [a.J.DatabaseJournal ] [05:33:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 00:33:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 00:33:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 00:33:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 00:33:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 00:33:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 00:33:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$InlineTask.run(ExecutionQueue.java:154) INFO | jvm 1 | 2022/12/20 00:33:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:136) INFO | jvm 1 | 2022/12/20 00:33:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 00:33:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 00:33:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 00:33:13 | E [a.J.DatabaseJournal ] [05:33:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 00:33:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 00:33:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 00:33:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 00:33:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 00:33:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 00:33:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 00:33:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 00:33:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 00:33:13 | E [a.J.DatabaseJournal ] [05:33:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 00:33:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 00:33:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 00:33:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 00:33:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 00:33:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 00:33:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 00:33:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 00:33:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 00:33:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 00:33:24 | E [a.N.OneWayNotificationProfile ] [05:33:24]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 00:33:24 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/20 00:33:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/20 00:33:24 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/20 00:33:24 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/20 00:33:24 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/20 00:33:24 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/20 00:33:24 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/20 00:33:24 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 00:33:24 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 00:33:24 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 00:33:24 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 00:33:24 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 00:33:24 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 00:33:24 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/20 00:33:24 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/20 00:33:24 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/20 00:33:24 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/20 00:33:24 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 00:33:24 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 00:33:24 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/20 00:33:24 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/20 00:33:24 | E [a.J.DatabaseJournal ] [05:33:24]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 00:33:24 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 00:33:24 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 00:33:24 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 00:33:24 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 00:33:24 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 00:33:24 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 00:33:24 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 00:33:24 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 00:33:24 | E [a.J.DatabaseJournal ] [05:33:24]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 00:33:24 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 00:33:24 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 00:33:24 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 00:33:24 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 00:33:24 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 00:33:24 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 00:33:24 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 00:33:24 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 00:33:24 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 00:33:35 | E [a.N.OneWayNotificationProfile ] [05:33:35]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 00:33:35 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/20 00:33:35 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/20 00:33:35 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/20 00:33:35 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/20 00:33:35 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/20 00:33:35 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/20 00:33:35 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/20 00:33:35 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/20 00:33:35 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/20 00:33:35 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/20 00:33:35 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/20 00:33:35 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/20 00:33:35 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 00:33:35 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 00:33:35 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 00:33:35 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 00:33:35 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 00:33:35 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 00:33:35 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/20 00:33:35 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/20 00:33:35 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/20 00:33:35 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/20 00:33:35 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 00:33:35 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 00:33:35 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 00:33:35 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/20 00:33:35 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/20 00:33:35 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/20 00:33:35 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/20 00:40:17 | configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:40:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:41:40 | E [a.J.DatabaseJournal ] [05:41:40]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 00:41:40 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 00:41:40 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 00:41:40 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 00:41:40 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 00:41:40 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 00:41:40 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 00:41:40 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 00:41:40 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 00:41:40 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 00:41:40 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 00:41:40 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 00:41:40 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 00:41:40 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 00:41:40 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 00:41:40 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 00:41:40 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 00:41:40 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 00:41:40 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 00:41:40 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 00:41:40 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 00:41:40 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 00:41:40 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 00:41:40 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 00:41:40 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 00:41:40 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 00:41:40 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 00:41:40 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 00:41:40 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 00:41:40 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 00:41:40 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 00:41:40 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 00:41:40 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 00:42:16 | E [a.J.DatabaseJournal ] [05:42:16]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 00:42:16 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 00:42:16 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 00:42:16 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 00:42:16 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 00:42:16 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 00:42:16 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 00:42:16 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 00:42:16 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 00:42:16 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 00:42:16 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 00:42:16 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 00:42:16 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 00:42:16 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 00:42:16 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 00:42:16 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 00:42:16 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 00:42:16 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 00:42:16 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 00:42:16 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 00:42:16 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 00:42:16 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 00:42:16 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 00:42:16 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 00:42:16 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 00:42:16 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 00:42:16 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 00:42:16 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 00:42:16 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 00:42:16 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 00:42:16 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 00:42:16 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 00:42:16 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 00:42:16 | E [a.J.DatabaseJournal ] [05:42:16]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 00:42:16 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 00:42:16 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 00:42:16 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 00:42:16 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 00:42:16 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 00:42:16 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 00:42:16 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 00:42:16 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 00:42:16 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 00:42:16 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 00:42:16 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 00:42:16 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 00:42:16 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 00:42:16 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 00:42:16 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 00:42:16 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 00:42:16 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 00:42:16 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 00:42:16 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 00:42:16 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 00:42:16 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 00:42:16 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 00:42:16 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 00:42:16 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 00:42:16 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 00:42:16 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 00:42:16 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 00:42:16 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 00:42:16 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 00:42:16 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 00:42:16 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 00:42:16 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 00:54:27 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 00:54:28 | DBCP DataSource configured witho INFO | jvm 1 | 2022/12/20 01:00:13 | E [a.J.DatabaseJournal ] [06:00:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 01:00:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 01:00:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 01:00:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 01:00:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 01:00:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 01:00:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 01:00:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:00:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:00:13 | E [a.J.DatabaseJournal ] [06:00:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 01:00:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 01:00:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 01:00:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 01:00:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 01:00:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 01:00:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 01:00:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:00:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:00:13 | E [a.J.DatabaseJournal ] [06:00:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 01:00:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 01:00:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 01:00:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 01:00:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 01:00:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 01:00:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 01:00:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:00:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:00:13 | E [a.J.DatabaseJournal ] [06:00:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 01:00:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 01:00:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 01:00:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 01:00:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 01:00:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 01:00:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 01:00:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:00:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:00:13 | E [a.J.DatabaseJournal ] [06:00:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 01:00:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 01:00:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 01:00:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 01:00:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 01:00:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 01:00:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 01:00:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:00:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:00:13 | E [a.J.DatabaseJournal ] [06:00:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 01:00:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 01:00:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 01:00:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 01:00:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 01:00:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 01:00:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 01:00:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 01:00:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:00:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:00:24 | E [a.N.OneWayNotificationProfile ] [06:00:24]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 01:00:24 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/20 01:00:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/20 01:00:24 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/20 01:00:24 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/20 01:00:24 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/20 01:00:24 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/20 01:00:24 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/20 01:00:24 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/20 01:00:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/20 01:00:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/20 01:00:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/20 01:00:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/20 01:00:24 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 01:00:24 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:00:24 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:00:24 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 01:00:24 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:00:24 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:00:24 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/20 01:00:24 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/20 01:00:24 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/20 01:00:24 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/20 01:00:24 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 01:00:24 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 01:00:24 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 01:00:24 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/20 01:00:24 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/20 01:00:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/20 01:00:24 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/20 01:08:37 | ut a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:08:37 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:08:38 | DBCP DataSource INFO | jvm 1 | 2022/12/20 01:09:12 | E [a.J.DatabaseJournal ] [06:09:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 01:09:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 01:09:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 01:09:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 01:09:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 01:09:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 01:09:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 01:09:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 01:09:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 01:09:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 01:09:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 01:09:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 01:09:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 01:09:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 01:09:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 01:09:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 01:09:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 01:09:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 01:09:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 01:09:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 01:09:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 01:09:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 01:09:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 01:09:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 01:09:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 01:09:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 01:09:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 01:09:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 01:09:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 01:09:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 01:09:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 01:09:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:09:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:09:51 | E [a.J.DatabaseJournal ] [06:09:51]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 01:09:51 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 01:09:51 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 01:09:51 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 01:09:51 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 01:09:51 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 01:09:51 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 01:09:51 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 01:09:51 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 01:09:51 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 01:09:51 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 01:09:51 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 01:09:51 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 01:09:51 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 01:09:51 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 01:09:51 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 01:09:51 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 01:09:51 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 01:09:51 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 01:09:51 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 01:09:51 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 01:09:51 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 01:09:51 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 01:09:51 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 01:09:51 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 01:09:51 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 01:09:51 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 01:09:51 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 01:09:51 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 01:09:51 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 01:09:51 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 01:09:51 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:09:51 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:09:51 | E [a.J.DatabaseJournal ] [06:09:51]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 01:09:51 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 01:09:51 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 01:09:51 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 01:09:51 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 01:09:51 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 01:09:51 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 01:09:51 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 01:09:51 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 01:09:51 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 01:09:51 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 01:09:51 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 01:09:51 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 01:09:51 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 01:09:51 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 01:09:51 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 01:09:51 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 01:09:51 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 01:09:51 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 01:09:51 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 01:09:51 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 01:09:51 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 01:09:51 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 01:09:51 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 01:09:51 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 01:09:51 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 01:09:51 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 01:09:51 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 01:09:51 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 01:09:51 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 01:09:51 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 01:09:51 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:09:51 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:15:01 | I [c.i.i.g.ScheduledBackupManager] [06:15:01]: Created scheduled backup successfully. INFO | jvm 1 | 2022/12/20 01:15:01 | I [c.i.i.g.ScheduledBackupManager] [06:15:01]: Removed 1 old autobackup(s). INFO | jvm 1 | 2022/12/20 01:15:58 | I [P.InternalDatabase ] [06:15:58]: Creating auto-backup of internal database "config.idb"... INFO | jvm 1 | 2022/12/20 01:15:58 | I [P.InternalDatabase ] [06:15:58]: Created auto-backup of internal database "config.idb" in 202 ms INFO | jvm 1 | 2022/12/20 01:22:57 | configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:22:57 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:28:13 | E [a.J.DatabaseJournal ] [06:28:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 01:28:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 01:28:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 01:28:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 01:28:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 01:28:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 01:28:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 01:28:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:28:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:28:13 | E [a.J.DatabaseJournal ] [06:28:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 01:28:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 01:28:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 01:28:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 01:28:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 01:28:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 01:28:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 01:28:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:28:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:28:13 | E [a.J.DatabaseJournal ] [06:28:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 01:28:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 01:28:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 01:28:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 01:28:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 01:28:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 01:28:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 01:28:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:28:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:28:13 | E [a.J.DatabaseJournal ] [06:28:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 01:28:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 01:28:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 01:28:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 01:28:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 01:28:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 01:28:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 01:28:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:28:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:28:13 | E [a.J.DatabaseJournal ] [06:28:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 01:28:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 01:28:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 01:28:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 01:28:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 01:28:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 01:28:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 01:28:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:28:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:28:13 | E [a.J.DatabaseJournal ] [06:28:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 01:28:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 01:28:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 01:28:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 01:28:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 01:28:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 01:28:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 01:28:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 01:28:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:28:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:28:24 | E [a.N.OneWayNotificationProfile ] [06:28:24]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 01:28:24 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/20 01:28:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/20 01:28:24 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/20 01:28:24 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/20 01:28:24 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/20 01:28:24 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/20 01:28:24 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/20 01:28:24 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/20 01:28:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/20 01:28:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/20 01:28:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/20 01:28:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/20 01:28:24 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 01:28:24 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:28:24 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:28:24 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 01:28:24 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:28:24 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:28:24 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/20 01:28:24 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/20 01:28:24 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/20 01:28:24 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/20 01:28:24 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 01:28:24 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 01:28:24 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 01:28:24 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/20 01:28:24 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/20 01:28:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/20 01:28:24 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/20 01:31:07 | W [s.ProjectRunner ] [06:31:07]: Tried to perform RPC operation on an unrecognized session. May indicate that the previous session was lost. Creating RPC listener for new session id. project-name=INTT, request-origin=[0:0:0:0:0:0:0:1], session-user=sPHENIX, session-project=INTT, session-id=BCD34C26 INFO | jvm 1 | 2022/12/20 01:36:43 | E [a.J.DatabaseJournal ] [06:36:43]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 01:36:43 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 01:36:43 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 01:36:43 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 01:36:43 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 01:36:43 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 01:36:43 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 01:36:43 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 01:36:43 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 01:36:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 01:36:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 01:36:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 01:36:43 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 01:36:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 01:36:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 01:36:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 01:36:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 01:36:43 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 01:36:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 01:36:43 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 01:36:43 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 01:36:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 01:36:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 01:36:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 01:36:43 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 01:36:43 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 01:36:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 01:36:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 01:36:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 01:36:43 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 01:36:43 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 01:36:43 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:36:43 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:37:07 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:37:08 | DBCP DataSource configured witho INFO | jvm 1 | 2022/12/20 01:37:16 | E [a.J.DatabaseJournal ] [06:37:16]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 01:37:16 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 01:37:16 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 01:37:16 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 01:37:16 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 01:37:16 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 01:37:16 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 01:37:16 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 01:37:16 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 01:37:16 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 01:37:16 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 01:37:16 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 01:37:16 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 01:37:16 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 01:37:16 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 01:37:16 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 01:37:16 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 01:37:16 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 01:37:16 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 01:37:16 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 01:37:16 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 01:37:16 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 01:37:16 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 01:37:16 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 01:37:16 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 01:37:16 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 01:37:16 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 01:37:16 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 01:37:16 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 01:37:16 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 01:37:16 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 01:37:16 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:37:16 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:37:16 | E [a.J.DatabaseJournal ] [06:37:16]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 01:37:16 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 01:37:16 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 01:37:16 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 01:37:16 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 01:37:16 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 01:37:16 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 01:37:16 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 01:37:16 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 01:37:16 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 01:37:16 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 01:37:16 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 01:37:16 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 01:37:16 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 01:37:16 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 01:37:16 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 01:37:16 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 01:37:16 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 01:37:16 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 01:37:16 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 01:37:16 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 01:37:16 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 01:37:16 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 01:37:16 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 01:37:16 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 01:37:16 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 01:37:16 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 01:37:16 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 01:37:16 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 01:37:16 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 01:37:16 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 01:37:16 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:37:16 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:51:17 | ut a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 01:51:17 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 01:51:18 | DBCP DataSource INFO | jvm 1 | 2022/12/20 01:54:12 | E [a.J.DatabaseJournal ] [06:54:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 01:54:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 01:54:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 01:54:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 01:54:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 01:54:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 01:54:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 01:54:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:54:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:54:12 | E [a.J.DatabaseJournal ] [06:54:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 01:54:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 01:54:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 01:54:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 01:54:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 01:54:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 01:54:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 01:54:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 01:54:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:54:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:54:13 | E [a.J.DatabaseJournal ] [06:54:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 01:54:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 01:54:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 01:54:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 01:54:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 01:54:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 01:54:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 01:54:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:54:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:54:13 | E [a.J.DatabaseJournal ] [06:54:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 01:54:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 01:54:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 01:54:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 01:54:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 01:54:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 01:54:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 01:54:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:54:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:54:13 | E [a.J.DatabaseJournal ] [06:54:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 01:54:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 01:54:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 01:54:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 01:54:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 01:54:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 01:54:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 01:54:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:54:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:54:13 | E [a.J.DatabaseJournal ] [06:54:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 01:54:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 01:54:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 01:54:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 01:54:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 01:54:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 01:54:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 01:54:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 01:54:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:54:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:54:24 | E [a.N.OneWayNotificationProfile ] [06:54:24]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 01:54:24 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/20 01:54:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/20 01:54:24 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/20 01:54:24 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/20 01:54:24 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/20 01:54:24 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/20 01:54:24 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/20 01:54:24 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/20 01:54:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/20 01:54:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/20 01:54:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/20 01:54:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/20 01:54:24 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 01:54:24 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:54:24 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:54:24 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 01:54:24 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:54:24 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 01:54:24 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/20 01:54:24 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/20 01:54:24 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/20 01:54:24 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/20 01:54:24 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 01:54:24 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 01:54:24 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 01:54:24 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/20 01:54:24 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/20 01:54:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/20 01:54:24 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/20 02:03:12 | E [a.J.DatabaseJournal ] [07:03:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 02:03:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 02:03:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 02:03:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 02:03:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 02:03:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 02:03:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 02:03:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 02:03:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 02:03:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 02:03:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 02:03:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 02:03:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 02:03:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 02:03:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 02:03:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 02:03:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 02:03:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 02:03:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 02:03:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 02:03:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 02:03:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 02:03:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 02:03:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 02:03:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 02:03:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 02:03:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 02:03:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 02:03:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 02:03:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 02:03:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 02:03:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:03:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:03:44 | E [a.J.DatabaseJournal ] [07:03:44]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 02:03:44 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 02:03:44 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 02:03:44 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 02:03:44 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 02:03:44 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 02:03:44 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 02:03:44 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 02:03:44 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 02:03:44 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 02:03:44 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 02:03:44 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 02:03:44 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 02:03:44 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 02:03:44 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 02:03:44 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 02:03:44 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 02:03:44 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 02:03:44 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 02:03:44 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 02:03:44 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 02:03:44 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 02:03:44 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 02:03:44 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 02:03:44 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 02:03:44 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 02:03:44 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 02:03:44 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 02:03:44 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 02:03:44 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 02:03:44 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 02:03:44 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:03:44 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:03:44 | E [a.J.DatabaseJournal ] [07:03:44]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 02:03:44 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 02:03:44 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 02:03:44 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 02:03:44 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 02:03:44 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 02:03:44 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 02:03:44 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 02:03:44 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 02:03:44 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 02:03:44 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 02:03:44 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 02:03:44 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 02:03:44 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 02:03:44 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 02:03:44 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 02:03:44 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 02:03:44 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 02:03:44 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 02:03:44 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 02:03:44 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 02:03:44 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 02:03:44 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 02:03:44 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 02:03:44 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 02:03:44 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 02:03:44 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 02:03:44 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 02:03:44 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 02:03:44 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 02:03:44 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 02:03:44 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:03:44 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:05:38 | configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:05:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:06:17 | E [t.e.a.history ] [07:06:17]: Error storing tag history data INFO | jvm 1 | 2022/12/20 02:06:17 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 02:06:17 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 02:06:17 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 02:06:17 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 02:06:17 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 02:06:17 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 02:06:17 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 02:06:17 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 02:06:17 | at com.inductiveautomation.gateway.tags.history.actor.HistoryActorFactory$DelayedEvaluationContainer.process(HistoryActorFactory.java:944) INFO | jvm 1 | 2022/12/20 02:06:17 | at com.inductiveautomation.gateway.tags.history.actor.HistoryActorFactory$DelayedEvaluationContainer.run(HistoryActorFactory.java:903) INFO | jvm 1 | 2022/12/20 02:06:17 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 02:06:17 | at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) INFO | jvm 1 | 2022/12/20 02:06:17 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:06:17 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 02:06:17 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:06:17 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:06:22 | E [t.e.a.history ] [07:06:22]: Error storing tag history data INFO | jvm 1 | 2022/12/20 02:06:22 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 02:06:22 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 02:06:22 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 02:06:22 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 02:06:22 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 02:06:22 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 02:06:22 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 02:06:22 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 02:06:22 | at com.inductiveautomation.gateway.tags.history.actor.HistoryActorFactory$DelayedEvaluationContainer.process(HistoryActorFactory.java:944) INFO | jvm 1 | 2022/12/20 02:06:22 | at com.inductiveautomation.gateway.tags.history.actor.HistoryActorFactory$DelayedEvaluationContainer.run(HistoryActorFactory.java:903) INFO | jvm 1 | 2022/12/20 02:06:22 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 02:06:22 | at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) INFO | jvm 1 | 2022/12/20 02:06:22 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:06:22 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 02:06:22 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:06:22 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:06:23 | E [t.e.a.history ] [07:06:23]: Error storing tag history data INFO | jvm 1 | 2022/12/20 02:06:23 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 02:06:23 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 02:06:23 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 02:06:23 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 02:06:23 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 02:06:23 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 02:06:23 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 02:06:23 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 02:06:23 | at com.inductiveautomation.gateway.tags.history.actor.HistoryActorFactory$DelayedEvaluationContainer.process(HistoryActorFactory.java:944) INFO | jvm 1 | 2022/12/20 02:06:23 | at com.inductiveautomation.gateway.tags.history.actor.HistoryActorFactory$DelayedEvaluationContainer.run(HistoryActorFactory.java:903) INFO | jvm 1 | 2022/12/20 02:06:23 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 02:06:23 | at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) INFO | jvm 1 | 2022/12/20 02:06:23 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:06:23 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 02:06:23 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:06:23 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:19:48 | DBCP DataSource configured witho INFO | jvm 1 | 2022/12/20 02:21:13 | E [a.J.DatabaseJournal ] [07:21:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 02:21:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 02:21:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 02:21:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 02:21:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 02:21:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 02:21:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 02:21:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:21:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:21:13 | E [a.J.DatabaseJournal ] [07:21:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 02:21:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 02:21:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 02:21:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 02:21:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 02:21:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 02:21:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 02:21:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:21:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:21:13 | E [a.J.DatabaseJournal ] [07:21:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 02:21:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 02:21:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 02:21:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 02:21:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 02:21:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 02:21:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 02:21:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:21:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:21:13 | E [a.J.DatabaseJournal ] [07:21:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 02:21:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 02:21:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 02:21:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 02:21:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 02:21:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 02:21:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 02:21:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:21:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:21:13 | E [a.J.DatabaseJournal ] [07:21:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 02:21:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 02:21:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 02:21:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 02:21:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 02:21:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 02:21:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 02:21:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:21:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:21:13 | E [a.J.DatabaseJournal ] [07:21:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 02:21:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 02:21:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 02:21:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 02:21:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 02:21:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 02:21:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 02:21:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 02:21:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:21:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:21:24 | E [a.N.OneWayNotificationProfile ] [07:21:24]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 02:21:24 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/20 02:21:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/20 02:21:24 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/20 02:21:24 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/20 02:21:24 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/20 02:21:24 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/20 02:21:24 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/20 02:21:24 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/20 02:21:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/20 02:21:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/20 02:21:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/20 02:21:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/20 02:21:24 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 02:21:24 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:21:24 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:21:24 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 02:21:24 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:21:24 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:21:24 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/20 02:21:24 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/20 02:21:24 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/20 02:21:24 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/20 02:21:24 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 02:21:24 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 02:21:24 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 02:21:24 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/20 02:21:24 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/20 02:21:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/20 02:21:24 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/20 02:30:12 | E [a.J.DatabaseJournal ] [07:30:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 02:30:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 02:30:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 02:30:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 02:30:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 02:30:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 02:30:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 02:30:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 02:30:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 02:30:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 02:30:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 02:30:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 02:30:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 02:30:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 02:30:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 02:30:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 02:30:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 02:30:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 02:30:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 02:30:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 02:30:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 02:30:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 02:30:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 02:30:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 02:30:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 02:30:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 02:30:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 02:30:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 02:30:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 02:30:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 02:30:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 02:30:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:30:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:30:42 | E [a.J.DatabaseJournal ] [07:30:42]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 02:30:42 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 02:30:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 02:30:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 02:30:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 02:30:42 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 02:30:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 02:30:42 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 02:30:42 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 02:30:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 02:30:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 02:30:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 02:30:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 02:30:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 02:30:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 02:30:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 02:30:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 02:30:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 02:30:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 02:30:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 02:30:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 02:30:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 02:30:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 02:30:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 02:30:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 02:30:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 02:30:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 02:30:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 02:30:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 02:30:42 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 02:30:42 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 02:30:42 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:30:42 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:30:42 | E [a.J.DatabaseJournal ] [07:30:42]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 02:30:42 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 02:30:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 02:30:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 02:30:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 02:30:42 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 02:30:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 02:30:42 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 02:30:42 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 02:30:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 02:30:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 02:30:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 02:30:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 02:30:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 02:30:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 02:30:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 02:30:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 02:30:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 02:30:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 02:30:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 02:30:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 02:30:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 02:30:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 02:30:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 02:30:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 02:30:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 02:30:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 02:30:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 02:30:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 02:30:42 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 02:30:42 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 02:30:42 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:30:42 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:33:58 | ut a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:33:58 | DBCP DataSource INFO | jvm 1 | 2022/12/20 02:46:12 | E [a.J.DatabaseJournal ] [07:46:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 02:46:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 02:46:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 02:46:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 02:46:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 02:46:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 02:46:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 02:46:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:46:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:46:12 | E [a.J.DatabaseJournal ] [07:46:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 02:46:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 02:46:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 02:46:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 02:46:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 02:46:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 02:46:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 02:46:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:46:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:46:12 | E [a.J.DatabaseJournal ] [07:46:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 02:46:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 02:46:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 02:46:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 02:46:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 02:46:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 02:46:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 02:46:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:46:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:46:12 | E [a.J.DatabaseJournal ] [07:46:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 02:46:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 02:46:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 02:46:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 02:46:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 02:46:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 02:46:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 02:46:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:46:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:46:12 | E [a.J.DatabaseJournal ] [07:46:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 02:46:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 02:46:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 02:46:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 02:46:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 02:46:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 02:46:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 02:46:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:46:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:46:12 | E [a.J.DatabaseJournal ] [07:46:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 02:46:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 02:46:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 02:46:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 02:46:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 02:46:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 02:46:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 02:46:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 02:46:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:46:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:46:23 | E [a.N.OneWayNotificationProfile ] [07:46:23]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 02:46:23 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/20 02:46:23 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/20 02:46:23 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/20 02:46:23 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/20 02:46:23 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/20 02:46:23 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/20 02:46:23 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/20 02:46:23 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/20 02:46:23 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/20 02:46:23 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/20 02:46:23 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/20 02:46:23 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/20 02:46:23 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 02:46:23 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:46:23 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:46:23 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 02:46:23 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:46:23 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:46:23 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/20 02:46:23 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/20 02:46:23 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/20 02:46:23 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/20 02:46:23 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 02:46:23 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 02:46:23 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 02:46:23 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/20 02:46:23 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/20 02:46:23 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/20 02:46:23 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/20 02:48:18 | configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 02:48:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 02:54:43 | E [a.J.DatabaseJournal ] [07:54:43]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 02:54:43 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 02:54:43 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 02:54:43 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 02:54:43 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 02:54:43 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 02:54:43 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 02:54:43 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 02:54:43 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 02:54:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 02:54:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 02:54:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 02:54:43 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 02:54:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 02:54:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 02:54:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 02:54:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 02:54:43 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 02:54:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 02:54:43 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 02:54:43 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 02:54:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 02:54:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 02:54:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 02:54:43 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 02:54:43 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 02:54:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 02:54:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 02:54:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 02:54:43 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 02:54:43 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 02:54:43 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:54:43 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:55:18 | E [a.J.DatabaseJournal ] [07:55:18]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 02:55:18 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 02:55:18 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 02:55:18 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 02:55:18 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 02:55:18 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 02:55:18 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 02:55:18 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 02:55:18 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 02:55:18 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 02:55:18 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 02:55:18 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 02:55:18 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 02:55:18 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 02:55:18 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 02:55:18 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 02:55:18 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 02:55:18 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 02:55:18 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 02:55:18 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 02:55:18 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 02:55:18 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 02:55:18 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 02:55:18 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 02:55:18 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 02:55:18 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 02:55:18 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 02:55:18 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 02:55:18 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 02:55:18 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 02:55:18 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 02:55:18 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:55:18 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:55:18 | E [a.J.DatabaseJournal ] [07:55:18]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 02:55:18 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 02:55:18 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 02:55:18 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 02:55:18 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 02:55:18 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 02:55:18 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 02:55:18 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 02:55:18 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 02:55:18 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 02:55:18 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 02:55:18 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 02:55:18 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 02:55:18 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 02:55:18 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 02:55:18 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 02:55:18 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 02:55:18 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 02:55:18 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 02:55:18 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 02:55:18 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 02:55:18 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 02:55:18 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 02:55:18 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 02:55:18 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 02:55:18 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 02:55:18 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 02:55:18 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 02:55:18 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 02:55:18 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 02:55:18 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 02:55:18 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 02:55:18 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:02:28 | DBCP DataSource configured witho INFO | jvm 1 | 2022/12/20 03:15:12 | E [a.J.DatabaseJournal ] [08:15:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 03:15:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 03:15:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 03:15:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 03:15:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 03:15:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 03:15:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 03:15:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 03:15:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 03:15:12 | E [a.J.DatabaseJournal ] [08:15:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 03:15:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 03:15:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 03:15:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 03:15:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 03:15:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 03:15:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 03:15:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 03:15:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 03:15:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 03:15:13 | E [a.J.DatabaseJournal ] [08:15:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 03:15:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 03:15:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 03:15:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 03:15:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 03:15:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 03:15:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 03:15:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 03:15:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 03:15:13 | E [a.J.DatabaseJournal ] [08:15:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 03:15:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 03:15:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 03:15:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 03:15:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 03:15:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 03:15:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 03:15:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 03:15:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 03:15:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 03:15:23 | E [a.N.OneWayNotificationProfile ] [08:15:23]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 03:15:23 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/20 03:15:23 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/20 03:15:23 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/20 03:15:23 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/20 03:15:23 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/20 03:15:23 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/20 03:15:23 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/20 03:15:23 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 03:15:23 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 03:15:23 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 03:15:23 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 03:15:23 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 03:15:23 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 03:15:23 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/20 03:15:23 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/20 03:15:23 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/20 03:15:23 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/20 03:15:23 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 03:15:23 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 03:15:23 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/20 03:15:23 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/20 03:15:23 | E [a.J.DatabaseJournal ] [08:15:23]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 03:15:23 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 03:15:23 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 03:15:23 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 03:15:23 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 03:15:23 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 03:15:23 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 03:15:23 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 03:15:23 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 03:15:23 | E [a.J.DatabaseJournal ] [08:15:23]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 03:15:23 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 03:15:23 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 03:15:23 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 03:15:23 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 03:15:23 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 03:15:23 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 03:15:23 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 03:15:23 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 03:15:23 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 03:15:34 | E [a.N.OneWayNotificationProfile ] [08:15:34]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 03:15:34 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/20 03:15:34 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/20 03:15:34 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/20 03:15:34 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/20 03:15:34 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/20 03:15:34 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/20 03:15:34 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/20 03:15:34 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/20 03:15:34 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/20 03:15:34 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/20 03:15:34 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/20 03:15:34 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/20 03:15:34 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 03:15:34 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 03:15:34 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 03:15:34 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 03:15:34 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 03:15:34 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 03:15:34 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/20 03:15:34 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/20 03:15:34 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/20 03:15:34 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/20 03:15:34 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 03:15:34 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 03:15:34 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 03:15:34 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/20 03:15:34 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/20 03:15:34 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/20 03:15:34 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/20 03:16:38 | ut a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:16:38 | DBCP DataSource INFO | jvm 1 | 2022/12/20 03:24:12 | E [a.J.DatabaseJournal ] [08:24:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 03:24:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 03:24:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 03:24:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 03:24:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 03:24:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 03:24:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 03:24:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 03:24:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 03:24:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 03:24:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 03:24:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 03:24:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 03:24:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 03:24:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 03:24:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 03:24:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 03:24:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 03:24:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 03:24:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 03:24:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 03:24:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 03:24:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 03:24:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 03:24:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 03:24:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 03:24:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 03:24:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 03:24:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 03:24:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 03:24:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 03:24:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 03:24:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 03:24:55 | E [a.J.DatabaseJournal ] [08:24:55]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 03:24:55 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 03:24:55 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 03:24:55 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 03:24:55 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 03:24:55 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 03:24:55 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 03:24:55 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 03:24:55 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 03:24:55 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 03:24:55 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 03:24:55 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 03:24:55 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 03:24:55 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 03:24:55 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 03:24:55 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 03:24:55 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 03:24:55 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 03:24:55 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 03:24:55 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 03:24:55 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 03:24:55 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 03:24:55 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 03:24:55 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 03:24:55 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 03:24:55 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 03:24:55 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 03:24:55 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 03:24:55 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 03:24:55 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 03:24:55 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 03:24:55 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 03:24:55 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 03:24:55 | E [a.J.DatabaseJournal ] [08:24:55]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 03:24:55 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 03:24:55 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 03:24:55 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 03:24:55 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 03:24:55 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 03:24:55 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 03:24:55 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 03:24:55 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 03:24:55 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 03:24:55 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 03:24:55 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 03:24:55 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 03:24:55 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 03:24:55 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 03:24:55 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 03:24:55 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 03:24:55 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 03:24:55 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 03:24:55 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 03:24:55 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 03:24:55 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 03:24:55 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 03:24:55 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 03:24:55 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 03:24:55 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 03:24:55 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 03:24:55 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 03:24:55 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 03:24:55 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 03:24:55 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 03:24:55 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 03:24:55 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 03:30:58 | configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:30:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:44:13 | E [a.J.DatabaseJournal ] [08:44:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 03:44:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 03:44:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 03:44:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 03:44:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 03:44:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 03:44:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 03:44:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 03:44:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 03:44:13 | E [a.J.DatabaseJournal ] [08:44:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 03:44:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 03:44:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 03:44:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 03:44:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 03:44:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 03:44:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 03:44:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 03:44:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 03:44:13 | E [a.J.DatabaseJournal ] [08:44:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 03:44:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 03:44:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 03:44:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 03:44:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 03:44:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 03:44:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 03:44:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 03:44:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 03:44:13 | E [a.J.DatabaseJournal ] [08:44:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 03:44:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 03:44:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 03:44:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 03:44:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 03:44:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 03:44:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 03:44:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 03:44:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 03:44:13 | E [a.J.DatabaseJournal ] [08:44:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 03:44:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 03:44:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 03:44:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 03:44:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 03:44:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 03:44:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 03:44:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 03:44:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 03:44:13 | E [a.J.DatabaseJournal ] [08:44:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 03:44:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 03:44:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 03:44:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 03:44:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 03:44:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 03:44:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 03:44:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 03:44:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 03:44:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 03:44:24 | E [a.N.OneWayNotificationProfile ] [08:44:24]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 03:44:24 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/20 03:44:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/20 03:44:24 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/20 03:44:24 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/20 03:44:24 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/20 03:44:24 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/20 03:44:24 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/20 03:44:24 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/20 03:44:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/20 03:44:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/20 03:44:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/20 03:44:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/20 03:44:24 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 03:44:24 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 03:44:24 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 03:44:24 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 03:44:24 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 03:44:24 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 03:44:24 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/20 03:44:24 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/20 03:44:24 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/20 03:44:24 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/20 03:44:24 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 03:44:24 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 03:44:24 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 03:44:24 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/20 03:44:24 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/20 03:44:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/20 03:44:24 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:45:08 | DBCP DataSource configured witho INFO | jvm 1 | 2022/12/20 03:52:42 | E [a.J.DatabaseJournal ] [08:52:42]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 03:52:42 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 03:52:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 03:52:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 03:52:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 03:52:42 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 03:52:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 03:52:42 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 03:52:42 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 03:52:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 03:52:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 03:52:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 03:52:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 03:52:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 03:52:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 03:52:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 03:52:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 03:52:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 03:52:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 03:52:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 03:52:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 03:52:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 03:52:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 03:52:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 03:52:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 03:52:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 03:52:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 03:52:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 03:52:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 03:52:42 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 03:52:42 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 03:52:42 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 03:52:42 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 03:53:17 | E [a.J.DatabaseJournal ] [08:53:17]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 03:53:17 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 03:53:17 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 03:53:17 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 03:53:17 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 03:53:17 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 03:53:17 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 03:53:17 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 03:53:17 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 03:53:17 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 03:53:17 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 03:53:17 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 03:53:17 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 03:53:17 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 03:53:17 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 03:53:17 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 03:53:17 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 03:53:17 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 03:53:17 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 03:53:17 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 03:53:17 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 03:53:17 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 03:53:17 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 03:53:17 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 03:53:17 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 03:53:17 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 03:53:17 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 03:53:17 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 03:53:17 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 03:53:17 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 03:53:17 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 03:53:17 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 03:53:17 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 03:53:17 | E [a.J.DatabaseJournal ] [08:53:17]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 03:53:17 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 03:53:17 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 03:53:17 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 03:53:17 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 03:53:17 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 03:53:17 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 03:53:17 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 03:53:17 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 03:53:17 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 03:53:17 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 03:53:17 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 03:53:17 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 03:53:17 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 03:53:17 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 03:53:17 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 03:53:17 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 03:53:17 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 03:53:17 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 03:53:17 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 03:53:17 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 03:53:17 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 03:53:17 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 03:53:17 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 03:53:17 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 03:53:17 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 03:53:17 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 03:53:17 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 03:53:17 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 03:53:17 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 03:53:17 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 03:53:17 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 03:53:17 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 03:59:18 | ut a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 03:59:18 | DBCP DataSource INFO | jvm 1 | 2022/12/20 04:11:12 | E [a.J.DatabaseJournal ] [09:11:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 04:11:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 04:11:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 04:11:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 04:11:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 04:11:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 04:11:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 04:11:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 04:11:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 04:11:12 | E [a.J.DatabaseJournal ] [09:11:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 04:11:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 04:11:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 04:11:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 04:11:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 04:11:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 04:11:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 04:11:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 04:11:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 04:11:12 | E [a.J.DatabaseJournal ] [09:11:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 04:11:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 04:11:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 04:11:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 04:11:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 04:11:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 04:11:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 04:11:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 04:11:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 04:11:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 04:11:13 | E [a.J.DatabaseJournal ] [09:11:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 04:11:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 04:11:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 04:11:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 04:11:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 04:11:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 04:11:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 04:11:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 04:11:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 04:11:13 | E [a.J.DatabaseJournal ] [09:11:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 04:11:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 04:11:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 04:11:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 04:11:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 04:11:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 04:11:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 04:11:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 04:11:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 04:11:13 | E [a.J.DatabaseJournal ] [09:11:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 04:11:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 04:11:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 04:11:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 04:11:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 04:11:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 04:11:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 04:11:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 04:11:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 04:11:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 04:11:24 | E [a.N.OneWayNotificationProfile ] [09:11:24]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 04:11:24 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/20 04:11:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/20 04:11:24 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/20 04:11:24 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/20 04:11:24 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/20 04:11:24 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/20 04:11:24 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/20 04:11:24 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/20 04:11:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/20 04:11:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/20 04:11:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/20 04:11:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/20 04:11:24 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 04:11:24 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 04:11:24 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 04:11:24 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 04:11:24 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 04:11:24 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 04:11:24 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/20 04:11:24 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/20 04:11:24 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/20 04:11:24 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/20 04:11:24 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 04:11:24 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 04:11:24 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 04:11:24 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/20 04:11:24 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/20 04:11:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/20 04:11:24 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/20 04:13:38 | configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:13:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:19:43 | E [a.J.DatabaseJournal ] [09:19:43]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 04:19:43 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 04:19:43 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 04:19:43 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 04:19:43 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 04:19:43 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 04:19:43 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 04:19:43 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 04:19:43 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 04:19:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 04:19:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 04:19:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 04:19:43 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 04:19:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 04:19:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 04:19:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 04:19:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 04:19:43 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 04:19:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 04:19:43 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 04:19:43 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 04:19:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 04:19:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 04:19:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 04:19:43 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 04:19:43 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 04:19:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 04:19:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 04:19:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 04:19:43 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 04:19:43 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 04:19:43 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 04:19:43 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 04:20:23 | E [a.J.DatabaseJournal ] [09:20:23]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 04:20:23 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 04:20:23 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 04:20:23 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 04:20:23 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 04:20:23 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 04:20:23 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 04:20:23 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 04:20:23 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 04:20:23 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 04:20:23 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 04:20:23 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 04:20:23 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 04:20:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 04:20:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 04:20:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 04:20:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 04:20:23 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 04:20:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 04:20:23 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 04:20:23 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 04:20:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 04:20:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 04:20:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 04:20:23 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 04:20:23 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 04:20:23 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 04:20:23 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 04:20:23 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 04:20:23 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 04:20:23 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 04:20:23 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 04:20:23 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 04:20:23 | E [a.J.DatabaseJournal ] [09:20:23]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 04:20:23 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 04:20:23 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 04:20:23 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 04:20:23 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 04:20:23 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 04:20:23 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 04:20:23 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 04:20:23 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 04:20:23 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 04:20:23 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 04:20:23 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 04:20:23 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 04:20:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 04:20:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 04:20:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 04:20:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 04:20:23 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 04:20:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 04:20:23 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 04:20:23 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 04:20:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 04:20:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 04:20:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 04:20:23 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 04:20:23 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 04:20:23 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 04:20:23 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 04:20:23 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 04:20:23 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 04:20:23 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 04:20:23 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 04:20:23 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:27:48 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:27:49 | DBCP DataSource configured witho INFO | jvm 1 | 2022/12/20 04:40:12 | E [a.J.DatabaseJournal ] [09:40:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 04:40:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 04:40:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 04:40:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 04:40:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 04:40:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 04:40:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 04:40:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 04:40:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 04:40:12 | E [a.J.DatabaseJournal ] [09:40:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 04:40:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 04:40:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 04:40:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 04:40:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 04:40:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 04:40:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 04:40:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 04:40:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 04:40:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 04:40:13 | E [a.J.DatabaseJournal ] [09:40:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 04:40:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 04:40:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 04:40:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 04:40:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 04:40:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 04:40:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 04:40:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 04:40:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 04:40:13 | E [a.J.DatabaseJournal ] [09:40:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 04:40:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 04:40:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 04:40:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 04:40:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 04:40:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 04:40:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 04:40:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 04:40:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 04:40:13 | E [a.J.DatabaseJournal ] [09:40:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 04:40:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 04:40:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 04:40:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 04:40:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 04:40:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 04:40:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 04:40:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 04:40:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 04:40:13 | E [a.J.DatabaseJournal ] [09:40:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 04:40:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 04:40:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 04:40:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 04:40:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 04:40:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 04:40:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 04:40:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 04:40:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 04:40:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 04:40:24 | E [a.N.OneWayNotificationProfile ] [09:40:24]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 04:40:24 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/20 04:40:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/20 04:40:24 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/20 04:40:24 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/20 04:40:24 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/20 04:40:24 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/20 04:40:24 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/20 04:40:24 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/20 04:40:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/20 04:40:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/20 04:40:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/20 04:40:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/20 04:40:24 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 04:40:24 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 04:40:24 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 04:40:24 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 04:40:24 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 04:40:24 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 04:40:24 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/20 04:40:24 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/20 04:40:24 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/20 04:40:24 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/20 04:40:24 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 04:40:24 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 04:40:24 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 04:40:24 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/20 04:40:24 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/20 04:40:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/20 04:40:24 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/20 04:41:58 | ut a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:41:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:41:59 | DBCP DataSource INFO | jvm 1 | 2022/12/20 04:49:12 | E [a.J.DatabaseJournal ] [09:49:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 04:49:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 04:49:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 04:49:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 04:49:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 04:49:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 04:49:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 04:49:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 04:49:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 04:49:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 04:49:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 04:49:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 04:49:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 04:49:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 04:49:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 04:49:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 04:49:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 04:49:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 04:49:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 04:49:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 04:49:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 04:49:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 04:49:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 04:49:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 04:49:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 04:49:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 04:49:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 04:49:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 04:49:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 04:49:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 04:49:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 04:49:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 04:49:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 04:49:57 | E [a.J.DatabaseJournal ] [09:49:57]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 04:49:57 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 04:49:57 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 04:49:57 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 04:49:57 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 04:49:57 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 04:49:57 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 04:49:57 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 04:49:57 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 04:49:57 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 04:49:57 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 04:49:57 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 04:49:57 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 04:49:57 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 04:49:57 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 04:49:57 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 04:49:57 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 04:49:57 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 04:49:57 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 04:49:57 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 04:49:57 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 04:49:57 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 04:49:57 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 04:49:57 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 04:49:57 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 04:49:57 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 04:49:57 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 04:49:57 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 04:49:57 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 04:49:57 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 04:49:57 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 04:49:57 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 04:49:57 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 04:49:57 | E [a.J.DatabaseJournal ] [09:49:57]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 04:49:57 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 04:49:57 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 04:49:57 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 04:49:57 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 04:49:57 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 04:49:57 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 04:49:57 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 04:49:57 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 04:49:57 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 04:49:57 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 04:49:57 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 04:49:57 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 04:49:57 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 04:49:57 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 04:49:57 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 04:49:57 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 04:49:57 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 04:49:58 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 04:49:58 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 04:49:58 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 04:49:58 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 04:49:58 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 04:49:58 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 04:49:58 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 04:49:58 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 04:49:58 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 04:49:58 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 04:49:58 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 04:49:58 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 04:49:58 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 04:49:58 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 04:49:58 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 04:56:18 | configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 04:56:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:08:12 | E [a.J.DatabaseJournal ] [10:08:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 05:08:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 05:08:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 05:08:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 05:08:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 05:08:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 05:08:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 05:08:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 05:08:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 05:08:12 | E [a.J.DatabaseJournal ] [10:08:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 05:08:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 05:08:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 05:08:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 05:08:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 05:08:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 05:08:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 05:08:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 05:08:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 05:08:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 05:08:13 | E [a.J.DatabaseJournal ] [10:08:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 05:08:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 05:08:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 05:08:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 05:08:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 05:08:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 05:08:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 05:08:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 05:08:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 05:08:13 | E [a.J.DatabaseJournal ] [10:08:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 05:08:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 05:08:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 05:08:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 05:08:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 05:08:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 05:08:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 05:08:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 05:08:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 05:08:13 | E [a.J.DatabaseJournal ] [10:08:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 05:08:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 05:08:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 05:08:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 05:08:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 05:08:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 05:08:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 05:08:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 05:08:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 05:08:13 | E [a.J.DatabaseJournal ] [10:08:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 05:08:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 05:08:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 05:08:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 05:08:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 05:08:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 05:08:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 05:08:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 05:08:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 05:08:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 05:08:24 | E [a.N.OneWayNotificationProfile ] [10:08:24]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 05:08:24 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/20 05:08:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/20 05:08:24 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/20 05:08:24 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/20 05:08:24 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/20 05:08:24 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/20 05:08:24 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/20 05:08:24 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/20 05:08:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/20 05:08:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/20 05:08:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/20 05:08:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/20 05:08:24 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 05:08:24 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 05:08:24 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 05:08:24 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 05:08:24 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 05:08:24 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 05:08:24 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/20 05:08:24 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/20 05:08:24 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/20 05:08:24 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/20 05:08:24 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 05:08:24 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 05:08:24 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 05:08:24 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/20 05:08:24 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/20 05:08:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/20 05:08:24 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:10:28 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:10:29 | DBCP DataSource configured witho INFO | jvm 1 | 2022/12/20 05:17:12 | E [a.J.DatabaseJournal ] [10:17:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 05:17:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 05:17:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 05:17:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 05:17:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 05:17:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 05:17:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 05:17:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 05:17:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 05:17:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 05:17:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 05:17:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 05:17:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 05:17:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 05:17:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 05:17:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 05:17:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 05:17:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 05:17:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 05:17:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 05:17:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 05:17:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 05:17:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 05:17:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 05:17:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 05:17:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 05:17:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 05:17:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 05:17:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 05:17:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 05:17:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 05:17:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 05:17:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 05:17:48 | E [a.J.DatabaseJournal ] [10:17:48]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 05:17:48 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 05:17:48 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 05:17:48 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 05:17:48 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 05:17:48 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 05:17:48 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 05:17:48 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 05:17:48 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 05:17:48 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 05:17:48 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 05:17:48 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 05:17:48 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 05:17:48 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 05:17:48 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 05:17:48 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 05:17:48 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 05:17:48 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 05:17:48 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 05:17:48 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 05:17:48 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 05:17:48 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 05:17:48 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 05:17:48 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 05:17:48 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 05:17:48 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 05:17:48 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 05:17:48 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 05:17:48 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 05:17:48 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 05:17:48 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 05:17:48 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 05:17:48 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 05:17:48 | E [a.J.DatabaseJournal ] [10:17:48]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 05:17:48 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 05:17:48 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 05:17:48 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 05:17:48 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 05:17:48 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 05:17:48 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 05:17:48 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 05:17:48 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 05:17:48 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 05:17:48 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 05:17:48 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 05:17:48 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 05:17:48 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 05:17:48 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 05:17:48 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 05:17:48 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 05:17:48 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 05:17:48 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 05:17:48 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 05:17:48 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 05:17:48 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 05:17:48 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 05:17:48 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 05:17:48 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 05:17:48 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 05:17:48 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 05:17:48 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 05:17:48 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 05:17:48 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 05:17:48 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 05:17:48 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 05:17:48 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 05:24:38 | ut a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:24:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:24:39 | DBCP DataSource INFO | jvm 1 | 2022/12/20 05:37:13 | E [a.J.DatabaseJournal ] [10:37:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 05:37:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 05:37:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 05:37:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 05:37:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 05:37:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 05:37:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 05:37:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 05:37:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 05:37:13 | E [a.J.DatabaseJournal ] [10:37:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 05:37:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 05:37:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 05:37:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 05:37:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 05:37:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 05:37:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 05:37:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 05:37:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 05:37:13 | E [a.J.DatabaseJournal ] [10:37:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 05:37:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 05:37:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 05:37:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 05:37:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 05:37:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 05:37:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 05:37:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 05:37:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 05:37:13 | E [a.J.DatabaseJournal ] [10:37:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 05:37:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 05:37:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 05:37:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 05:37:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 05:37:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 05:37:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 05:37:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 05:37:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 05:37:13 | E [a.J.DatabaseJournal ] [10:37:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 05:37:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 05:37:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 05:37:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 05:37:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 05:37:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 05:37:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 05:37:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 05:37:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 05:37:13 | E [a.J.DatabaseJournal ] [10:37:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 05:37:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 05:37:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 05:37:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 05:37:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 05:37:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 05:37:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 05:37:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 05:37:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 05:37:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 05:37:24 | E [a.N.OneWayNotificationProfile ] [10:37:24]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 05:37:24 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/20 05:37:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/20 05:37:24 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/20 05:37:24 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/20 05:37:24 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/20 05:37:24 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/20 05:37:24 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/20 05:37:24 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/20 05:37:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/20 05:37:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/20 05:37:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/20 05:37:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/20 05:37:24 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 05:37:24 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 05:37:24 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 05:37:24 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 05:37:24 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 05:37:24 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 05:37:24 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/20 05:37:24 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/20 05:37:24 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/20 05:37:24 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/20 05:37:24 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 05:37:24 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 05:37:24 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 05:37:24 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/20 05:37:24 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/20 05:37:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/20 05:37:24 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/20 05:38:58 | configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:38:58 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:45:43 | E [a.J.DatabaseJournal ] [10:45:43]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 05:45:43 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 05:45:43 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 05:45:43 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 05:45:43 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 05:45:43 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 05:45:43 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 05:45:43 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 05:45:43 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 05:45:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 05:45:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 05:45:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 05:45:43 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 05:45:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 05:45:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 05:45:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 05:45:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 05:45:43 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 05:45:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 05:45:43 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 05:45:43 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 05:45:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 05:45:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 05:45:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 05:45:43 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 05:45:43 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 05:45:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 05:45:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 05:45:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 05:45:43 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 05:45:43 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 05:45:43 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 05:45:43 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 05:46:21 | E [a.J.DatabaseJournal ] [10:46:21]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 05:46:21 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 05:46:21 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 05:46:21 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 05:46:21 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 05:46:21 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 05:46:21 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 05:46:21 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 05:46:21 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 05:46:21 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 05:46:21 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 05:46:21 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 05:46:21 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 05:46:21 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 05:46:21 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 05:46:21 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 05:46:21 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 05:46:21 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 05:46:21 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 05:46:21 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 05:46:21 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 05:46:21 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 05:46:21 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 05:46:21 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 05:46:21 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 05:46:21 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 05:46:21 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 05:46:21 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 05:46:21 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 05:46:21 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 05:46:21 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 05:46:21 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 05:46:21 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 05:46:21 | E [a.J.DatabaseJournal ] [10:46:21]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 05:46:21 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 05:46:21 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 05:46:21 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 05:46:21 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 05:46:21 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 05:46:21 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 05:46:21 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 05:46:21 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 05:46:21 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 05:46:21 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 05:46:21 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 05:46:21 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 05:46:21 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 05:46:21 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 05:46:21 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 05:46:21 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 05:46:21 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 05:46:21 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 05:46:21 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 05:46:21 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 05:46:21 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 05:46:21 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 05:46:21 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 05:46:21 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 05:46:21 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 05:46:21 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 05:46:21 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 05:46:21 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 05:46:21 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 05:46:21 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 05:46:21 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 05:46:21 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 05:51:23 | W [s.ProjectRunner ] [10:51:23]: Tried to perform RPC operation on an unrecognized session. May indicate that the previous session was lost. Creating RPC listener for new session id. project-name=INTT, request-origin=[0:0:0:0:0:0:0:1], session-user=sPHENIX, session-project=INTT, session-id=BA9CCFF6 INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 05:53:08 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 05:53:09 | DBCP DataSource configured witho INFO | jvm 1 | 2022/12/20 06:03:12 | E [a.J.DatabaseJournal ] [11:03:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 06:03:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 06:03:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 06:03:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 06:03:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 06:03:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 06:03:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 06:03:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:03:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:03:12 | E [a.J.DatabaseJournal ] [11:03:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 06:03:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 06:03:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 06:03:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 06:03:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 06:03:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 06:03:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 06:03:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 06:03:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:03:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:03:13 | E [a.J.DatabaseJournal ] [11:03:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 06:03:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 06:03:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 06:03:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 06:03:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 06:03:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 06:03:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 06:03:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:03:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:03:13 | E [a.J.DatabaseJournal ] [11:03:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 06:03:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 06:03:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 06:03:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 06:03:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 06:03:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 06:03:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 06:03:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:03:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:03:13 | E [a.J.DatabaseJournal ] [11:03:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 06:03:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 06:03:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 06:03:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 06:03:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 06:03:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 06:03:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 06:03:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:03:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:03:13 | E [a.J.DatabaseJournal ] [11:03:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 06:03:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 06:03:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 06:03:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 06:03:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 06:03:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 06:03:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 06:03:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 06:03:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:03:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:03:24 | E [a.N.OneWayNotificationProfile ] [11:03:24]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 06:03:24 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/20 06:03:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/20 06:03:24 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/20 06:03:24 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/20 06:03:24 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/20 06:03:24 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/20 06:03:24 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/20 06:03:24 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/20 06:03:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/20 06:03:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/20 06:03:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/20 06:03:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/20 06:03:24 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 06:03:24 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:03:24 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:03:24 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 06:03:24 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:03:24 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:03:24 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/20 06:03:24 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/20 06:03:24 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/20 06:03:24 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/20 06:03:24 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 06:03:24 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 06:03:24 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 06:03:24 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/20 06:03:24 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/20 06:03:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/20 06:03:24 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/20 06:07:18 | ut a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:07:18 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:07:19 | DBCP DataSource INFO | jvm 1 | 2022/12/20 06:11:39 | E [a.J.DatabaseJournal ] [11:11:39]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 06:11:39 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 06:11:39 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 06:11:39 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 06:11:39 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 06:11:39 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 06:11:39 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 06:11:39 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 06:11:39 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 06:11:39 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 06:11:39 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 06:11:39 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 06:11:39 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 06:11:39 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 06:11:39 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 06:11:39 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 06:11:39 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 06:11:39 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 06:11:39 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 06:11:39 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 06:11:39 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 06:11:39 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 06:11:39 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 06:11:39 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 06:11:39 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 06:11:39 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 06:11:39 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 06:11:39 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 06:11:39 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 06:11:39 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 06:11:39 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 06:11:39 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:11:39 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:12:21 | E [a.J.DatabaseJournal ] [11:12:21]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 06:12:21 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 06:12:21 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 06:12:21 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 06:12:21 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 06:12:21 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 06:12:21 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 06:12:21 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 06:12:21 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 06:12:21 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 06:12:21 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 06:12:21 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 06:12:21 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 06:12:21 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 06:12:21 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 06:12:21 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 06:12:21 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 06:12:21 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 06:12:21 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 06:12:21 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 06:12:21 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 06:12:21 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 06:12:21 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 06:12:21 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 06:12:21 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 06:12:21 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 06:12:21 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 06:12:21 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 06:12:21 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 06:12:21 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 06:12:21 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 06:12:21 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:12:21 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:12:21 | E [a.J.DatabaseJournal ] [11:12:21]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 06:12:21 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 06:12:21 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 06:12:21 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 06:12:21 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 06:12:21 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 06:12:21 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 06:12:21 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 06:12:21 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 06:12:21 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 06:12:21 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 06:12:21 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 06:12:21 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 06:12:21 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 06:12:21 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 06:12:21 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 06:12:21 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 06:12:21 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 06:12:21 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 06:12:21 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 06:12:21 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 06:12:21 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 06:12:21 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 06:12:21 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 06:12:21 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 06:12:21 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 06:12:21 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 06:12:21 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 06:12:21 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 06:12:21 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 06:12:21 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 06:12:21 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:12:21 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:21:38 | configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:21:38 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:29:13 | E [a.J.DatabaseJournal ] [11:29:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 06:29:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 06:29:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 06:29:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 06:29:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 06:29:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 06:29:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 06:29:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:29:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:29:13 | E [a.J.DatabaseJournal ] [11:29:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 06:29:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 06:29:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 06:29:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 06:29:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 06:29:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 06:29:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 06:29:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:29:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:29:13 | E [a.J.DatabaseJournal ] [11:29:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 06:29:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 06:29:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 06:29:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 06:29:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 06:29:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 06:29:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 06:29:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:29:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:29:13 | E [a.J.DatabaseJournal ] [11:29:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 06:29:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 06:29:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 06:29:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 06:29:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 06:29:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 06:29:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 06:29:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:29:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:29:13 | E [a.J.DatabaseJournal ] [11:29:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 06:29:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 06:29:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 06:29:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 06:29:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 06:29:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 06:29:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 06:29:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:29:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:29:13 | E [a.J.DatabaseJournal ] [11:29:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 06:29:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 06:29:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 06:29:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 06:29:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 06:29:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 06:29:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 06:29:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 06:29:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:29:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:29:24 | E [a.N.OneWayNotificationProfile ] [11:29:24]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 06:29:24 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/20 06:29:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/20 06:29:24 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/20 06:29:24 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/20 06:29:24 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/20 06:29:24 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/20 06:29:24 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/20 06:29:24 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/20 06:29:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/20 06:29:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/20 06:29:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/20 06:29:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/20 06:29:24 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 06:29:24 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:29:24 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:29:24 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 06:29:24 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:29:24 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:29:24 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/20 06:29:24 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/20 06:29:24 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/20 06:29:24 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/20 06:29:24 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 06:29:24 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 06:29:24 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 06:29:24 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/20 06:29:24 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/20 06:29:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/20 06:29:24 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:35:49 | DBCP DataSource configured witho INFO | jvm 1 | 2022/12/20 06:37:42 | E [a.J.DatabaseJournal ] [11:37:42]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 06:37:42 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 06:37:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 06:37:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 06:37:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 06:37:42 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 06:37:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 06:37:42 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 06:37:42 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 06:37:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 06:37:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 06:37:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 06:37:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 06:37:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 06:37:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 06:37:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 06:37:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 06:37:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 06:37:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 06:37:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 06:37:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 06:37:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 06:37:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 06:37:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 06:37:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 06:37:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 06:37:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 06:37:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 06:37:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 06:37:42 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 06:37:42 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 06:37:42 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:37:42 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:38:13 | E [a.J.DatabaseJournal ] [11:38:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 06:38:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 06:38:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 06:38:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 06:38:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 06:38:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 06:38:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 06:38:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 06:38:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 06:38:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 06:38:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 06:38:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 06:38:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 06:38:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 06:38:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 06:38:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 06:38:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 06:38:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 06:38:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 06:38:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 06:38:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 06:38:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 06:38:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 06:38:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 06:38:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 06:38:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 06:38:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 06:38:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 06:38:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 06:38:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 06:38:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 06:38:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:38:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:38:13 | E [a.J.DatabaseJournal ] [11:38:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 06:38:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 06:38:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 06:38:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 06:38:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 06:38:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 06:38:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 06:38:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 06:38:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 06:38:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 06:38:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 06:38:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 06:38:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 06:38:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 06:38:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 06:38:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 06:38:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 06:38:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 06:38:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 06:38:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 06:38:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 06:38:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 06:38:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 06:38:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 06:38:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 06:38:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 06:38:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 06:38:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 06:38:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 06:38:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 06:38:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 06:38:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:38:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:49:59 | ut a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 06:49:59 | DBCP DataSource INFO | jvm 1 | 2022/12/20 06:58:12 | E [a.J.DatabaseJournal ] [11:58:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 06:58:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 06:58:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 06:58:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 06:58:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 06:58:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$InlineTask.run(ExecutionQueue.java:154) INFO | jvm 1 | 2022/12/20 06:58:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:136) INFO | jvm 1 | 2022/12/20 06:58:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 06:58:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:58:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:58:12 | E [a.J.DatabaseJournal ] [11:58:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 06:58:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 06:58:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 06:58:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 06:58:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 06:58:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$InlineTask.run(ExecutionQueue.java:154) INFO | jvm 1 | 2022/12/20 06:58:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:136) INFO | jvm 1 | 2022/12/20 06:58:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 06:58:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:58:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:58:12 | E [a.J.DatabaseJournal ] [11:58:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 06:58:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 06:58:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 06:58:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 06:58:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 06:58:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$InlineTask.run(ExecutionQueue.java:154) INFO | jvm 1 | 2022/12/20 06:58:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:136) INFO | jvm 1 | 2022/12/20 06:58:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 06:58:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:58:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:58:12 | E [a.J.DatabaseJournal ] [11:58:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 06:58:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 06:58:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 06:58:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 06:58:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 06:58:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$InlineTask.run(ExecutionQueue.java:154) INFO | jvm 1 | 2022/12/20 06:58:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:136) INFO | jvm 1 | 2022/12/20 06:58:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 06:58:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:58:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:58:12 | E [a.J.DatabaseJournal ] [11:58:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 06:58:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 06:58:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 06:58:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 06:58:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 06:58:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$InlineTask.run(ExecutionQueue.java:154) INFO | jvm 1 | 2022/12/20 06:58:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:136) INFO | jvm 1 | 2022/12/20 06:58:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 06:58:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:58:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:58:12 | E [a.J.DatabaseJournal ] [11:58:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 06:58:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 06:58:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 06:58:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 06:58:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 06:58:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 06:58:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$InlineTask.run(ExecutionQueue.java:154) INFO | jvm 1 | 2022/12/20 06:58:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:136) INFO | jvm 1 | 2022/12/20 06:58:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 06:58:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:58:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:58:23 | E [a.N.OneWayNotificationProfile ] [11:58:23]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 06:58:23 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/20 06:58:23 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/20 06:58:23 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/20 06:58:23 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/20 06:58:23 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/20 06:58:23 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/20 06:58:23 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/20 06:58:23 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/20 06:58:23 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/20 06:58:23 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/20 06:58:23 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/20 06:58:23 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/20 06:58:23 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 06:58:23 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:58:23 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:58:23 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 06:58:23 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:58:23 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 06:58:23 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/20 06:58:23 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/20 06:58:23 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/20 06:58:23 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/20 06:58:23 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 06:58:23 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 06:58:23 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 06:58:23 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/20 06:58:23 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/20 06:58:23 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/20 06:58:23 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/20 07:04:19 | configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:04:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:06:23 | E [t.e.a.history ] [12:06:23]: Error storing tag history data INFO | jvm 1 | 2022/12/20 07:06:23 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 07:06:23 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 07:06:23 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 07:06:23 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 07:06:23 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 07:06:23 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 07:06:23 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 07:06:23 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 07:06:23 | at com.inductiveautomation.gateway.tags.history.actor.HistoryActorFactory$DelayedEvaluationContainer.process(HistoryActorFactory.java:944) INFO | jvm 1 | 2022/12/20 07:06:23 | at com.inductiveautomation.gateway.tags.history.actor.HistoryActorFactory$DelayedEvaluationContainer.run(HistoryActorFactory.java:903) INFO | jvm 1 | 2022/12/20 07:06:23 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 07:06:23 | at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) INFO | jvm 1 | 2022/12/20 07:06:23 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:06:23 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 07:06:23 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:06:23 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:06:24 | E [t.e.a.history ] [12:06:24]: Error storing tag history data INFO | jvm 1 | 2022/12/20 07:06:24 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 07:06:24 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 07:06:24 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 07:06:24 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 07:06:24 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 07:06:24 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 07:06:24 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 07:06:24 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 07:06:24 | at com.inductiveautomation.gateway.tags.history.actor.HistoryActorFactory$DelayedEvaluationContainer.process(HistoryActorFactory.java:944) INFO | jvm 1 | 2022/12/20 07:06:24 | at com.inductiveautomation.gateway.tags.history.actor.HistoryActorFactory$DelayedEvaluationContainer.run(HistoryActorFactory.java:903) INFO | jvm 1 | 2022/12/20 07:06:24 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 07:06:24 | at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) INFO | jvm 1 | 2022/12/20 07:06:24 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:06:24 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 07:06:24 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:06:24 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:06:43 | E [a.J.DatabaseJournal ] [12:06:43]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 07:06:43 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 07:06:43 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 07:06:43 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 07:06:43 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 07:06:43 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 07:06:43 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 07:06:43 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 07:06:43 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 07:06:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 07:06:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 07:06:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 07:06:43 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 07:06:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 07:06:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 07:06:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 07:06:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 07:06:43 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 07:06:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 07:06:43 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 07:06:43 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 07:06:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 07:06:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 07:06:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 07:06:43 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 07:06:43 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 07:06:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 07:06:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 07:06:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 07:06:43 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 07:06:43 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 07:06:43 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:06:43 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:07:28 | E [a.J.DatabaseJournal ] [12:07:28]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 07:07:28 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 07:07:28 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 07:07:28 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 07:07:28 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 07:07:28 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 07:07:28 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 07:07:28 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 07:07:28 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 07:07:28 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 07:07:28 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 07:07:28 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 07:07:28 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 07:07:28 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 07:07:28 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 07:07:28 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 07:07:28 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 07:07:28 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 07:07:28 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 07:07:28 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 07:07:28 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 07:07:28 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 07:07:28 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 07:07:28 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 07:07:28 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 07:07:28 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 07:07:28 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 07:07:28 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 07:07:28 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 07:07:28 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 07:07:28 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 07:07:28 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:07:28 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:07:28 | E [a.J.DatabaseJournal ] [12:07:28]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 07:07:28 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 07:07:28 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 07:07:28 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 07:07:28 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 07:07:28 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 07:07:28 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 07:07:28 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 07:07:28 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 07:07:28 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 07:07:28 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 07:07:28 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 07:07:28 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 07:07:28 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 07:07:28 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 07:07:28 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 07:07:28 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 07:07:28 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 07:07:28 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 07:07:28 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 07:07:28 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 07:07:28 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 07:07:28 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 07:07:28 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 07:07:28 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 07:07:28 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 07:07:28 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 07:07:28 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 07:07:28 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 07:07:28 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 07:07:28 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 07:07:28 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:07:28 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:18:29 | DBCP DataSource configured witho INFO | jvm 1 | 2022/12/20 07:20:29 | E [c.i.i.c.s.TimerScriptTask ] [12:20:29]: Error executing global timer script: sPHENIX_Infrastructure/MCR Set Timer @60,000ms . Repeat errors of this type will be logged as 'debug' messages. INFO | jvm 1 | 2022/12/20 07:20:29 | com.inductiveautomation.ignition.common.script.JythonExecException: Traceback (most recent call last): INFO | jvm 1 | 2022/12/20 07:20:29 | File "", line 118, in INFO | jvm 1 | 2022/12/20 07:20:29 | AttributeError: 'str' object has no attribute 'text' INFO | jvm 1 | 2022/12/20 07:20:29 | INFO | jvm 1 | 2022/12/20 07:20:29 | at org.python.core.Py.AttributeError(Py.java:178) INFO | jvm 1 | 2022/12/20 07:20:29 | at org.python.core.PyObject.noAttributeError(PyObject.java:965) INFO | jvm 1 | 2022/12/20 07:20:29 | at org.python.core.PyObject.__getattr__(PyObject.java:959) INFO | jvm 1 | 2022/12/20 07:20:29 | at org.python.pycode._pyx1470.f$0(:158) INFO | jvm 1 | 2022/12/20 07:20:29 | at org.python.pycode._pyx1470.call_function() INFO | jvm 1 | 2022/12/20 07:20:29 | at org.python.core.PyTableCode.call(PyTableCode.java:173) INFO | jvm 1 | 2022/12/20 07:20:29 | at org.python.core.PyCode.call(PyCode.java:18) INFO | jvm 1 | 2022/12/20 07:20:29 | at org.python.core.Py.runCode(Py.java:1687) INFO | jvm 1 | 2022/12/20 07:20:29 | at com.inductiveautomation.ignition.common.script.ScriptManager.runCode(ScriptManager.java:803) INFO | jvm 1 | 2022/12/20 07:20:29 | at com.inductiveautomation.ignition.gateway.project.ProjectScriptLifecycle$TrackingProjectScriptManager.runCode(ProjectScriptLifecycle.java:819) INFO | jvm 1 | 2022/12/20 07:20:29 | at com.inductiveautomation.ignition.common.script.ScriptManager.runCode(ScriptManager.java:751) INFO | jvm 1 | 2022/12/20 07:20:29 | at com.inductiveautomation.ignition.gateway.project.ProjectScriptLifecycle$TrackingProjectScriptManager.runCode(ProjectScriptLifecycle.java:800) INFO | jvm 1 | 2022/12/20 07:20:29 | at com.inductiveautomation.ignition.common.script.TimerScriptTask.run(TimerScriptTask.java:90) INFO | jvm 1 | 2022/12/20 07:20:29 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 07:20:29 | at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) INFO | jvm 1 | 2022/12/20 07:20:29 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:20:29 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 07:20:29 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:20:29 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:20:29 | Caused by: org.python.core.PyException: AttributeError: 'str' object has no attribute 'text' INFO | jvm 1 | 2022/12/20 07:20:29 | ... 19 common frames omitted INFO | jvm 1 | 2022/12/20 07:24:12 | E [a.J.DatabaseJournal ] [12:24:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 07:24:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 07:24:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 07:24:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 07:24:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 07:24:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 07:24:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 07:24:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:24:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:24:12 | E [a.J.DatabaseJournal ] [12:24:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 07:24:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 07:24:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 07:24:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 07:24:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 07:24:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 07:24:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 07:24:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 07:24:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:24:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:24:13 | E [a.J.DatabaseJournal ] [12:24:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 07:24:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 07:24:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 07:24:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 07:24:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 07:24:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 07:24:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 07:24:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:24:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:24:13 | E [a.J.DatabaseJournal ] [12:24:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 07:24:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 07:24:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 07:24:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 07:24:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 07:24:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 07:24:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 07:24:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 07:24:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:24:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:24:23 | E [a.N.OneWayNotificationProfile ] [12:24:23]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 07:24:23 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/20 07:24:23 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/20 07:24:23 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/20 07:24:23 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/20 07:24:23 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/20 07:24:23 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/20 07:24:23 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/20 07:24:23 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 07:24:23 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:24:23 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:24:23 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 07:24:23 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:24:23 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:24:23 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/20 07:24:23 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/20 07:24:23 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/20 07:24:23 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/20 07:24:23 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 07:24:23 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 07:24:23 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/20 07:24:23 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/20 07:24:23 | E [a.J.DatabaseJournal ] [12:24:23]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 07:24:23 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 07:24:23 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 07:24:23 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 07:24:23 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 07:24:23 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 07:24:23 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 07:24:23 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:24:23 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:24:23 | E [a.J.DatabaseJournal ] [12:24:23]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 07:24:23 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 07:24:23 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 07:24:23 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 07:24:23 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 07:24:23 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 07:24:23 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 07:24:23 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 07:24:23 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:24:23 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:24:34 | E [a.N.OneWayNotificationProfile ] [12:24:34]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 07:24:34 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/20 07:24:34 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/20 07:24:34 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/20 07:24:34 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/20 07:24:34 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/20 07:24:34 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/20 07:24:34 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/20 07:24:34 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/20 07:24:34 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/20 07:24:34 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/20 07:24:34 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/20 07:24:34 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/20 07:24:34 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 07:24:34 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:24:34 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:24:34 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 07:24:34 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:24:34 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:24:34 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/20 07:24:34 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/20 07:24:34 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/20 07:24:34 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/20 07:24:34 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 07:24:34 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 07:24:34 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 07:24:34 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/20 07:24:34 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/20 07:24:34 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/20 07:24:34 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/20 07:32:39 | ut a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:32:39 | DBCP DataSource INFO | jvm 1 | 2022/12/20 07:33:12 | E [a.J.DatabaseJournal ] [12:33:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 07:33:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 07:33:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 07:33:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 07:33:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 07:33:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 07:33:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 07:33:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 07:33:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 07:33:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 07:33:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 07:33:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 07:33:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 07:33:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 07:33:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 07:33:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 07:33:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 07:33:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 07:33:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 07:33:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 07:33:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 07:33:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 07:33:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 07:33:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 07:33:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 07:33:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 07:33:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 07:33:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 07:33:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 07:33:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 07:33:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 07:33:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:33:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:33:55 | E [a.J.DatabaseJournal ] [12:33:55]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 07:33:55 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 07:33:55 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 07:33:55 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 07:33:55 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 07:33:55 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 07:33:55 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 07:33:55 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 07:33:55 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 07:33:55 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 07:33:55 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 07:33:55 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 07:33:55 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 07:33:55 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 07:33:55 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 07:33:55 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 07:33:55 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 07:33:55 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 07:33:55 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 07:33:55 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 07:33:55 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 07:33:55 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 07:33:55 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 07:33:55 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 07:33:55 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 07:33:55 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 07:33:55 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 07:33:55 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 07:33:55 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 07:33:55 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 07:33:55 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 07:33:55 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:33:55 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:33:55 | E [a.J.DatabaseJournal ] [12:33:55]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 07:33:55 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 07:33:55 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 07:33:55 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 07:33:55 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 07:33:55 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 07:33:55 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 07:33:55 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 07:33:55 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 07:33:55 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 07:33:55 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 07:33:55 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 07:33:55 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 07:33:55 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 07:33:55 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 07:33:55 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 07:33:55 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 07:33:55 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 07:33:55 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 07:33:55 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 07:33:55 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 07:33:55 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 07:33:55 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 07:33:55 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 07:33:55 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 07:33:55 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 07:33:55 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 07:33:55 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 07:33:55 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 07:33:55 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 07:33:55 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 07:33:55 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:33:55 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:39:58 | I [P.InternalDatabase ] [12:39:58]: Creating auto-backup of internal database "config.idb"... INFO | jvm 1 | 2022/12/20 07:39:58 | I [P.InternalDatabase ] [12:39:58]: Created auto-backup of internal database "config.idb" in 184 ms INFO | jvm 1 | 2022/12/20 07:46:59 | configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 07:46:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 07:49:13 | E [a.J.DatabaseJournal ] [12:49:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 07:49:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 07:49:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 07:49:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 07:49:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 07:49:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 07:49:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 07:49:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:49:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:49:13 | E [a.J.DatabaseJournal ] [12:49:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 07:49:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 07:49:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 07:49:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 07:49:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 07:49:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 07:49:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 07:49:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:49:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:49:13 | E [a.J.DatabaseJournal ] [12:49:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 07:49:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 07:49:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 07:49:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 07:49:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 07:49:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 07:49:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 07:49:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:49:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:49:13 | E [a.J.DatabaseJournal ] [12:49:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 07:49:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 07:49:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 07:49:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 07:49:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 07:49:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 07:49:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 07:49:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:49:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:49:13 | E [a.J.DatabaseJournal ] [12:49:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 07:49:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 07:49:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 07:49:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 07:49:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 07:49:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 07:49:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 07:49:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:49:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:49:13 | E [a.J.DatabaseJournal ] [12:49:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 07:49:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 07:49:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 07:49:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 07:49:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 07:49:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 07:49:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 07:49:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 07:49:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:49:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:49:24 | E [a.N.OneWayNotificationProfile ] [12:49:24]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 07:49:24 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/20 07:49:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/20 07:49:24 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/20 07:49:24 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/20 07:49:24 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/20 07:49:24 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/20 07:49:24 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/20 07:49:24 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/20 07:49:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/20 07:49:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/20 07:49:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/20 07:49:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/20 07:49:24 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 07:49:24 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:49:24 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:49:24 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 07:49:24 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:49:24 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:49:24 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/20 07:49:24 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/20 07:49:24 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/20 07:49:24 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/20 07:49:24 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 07:49:24 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 07:49:24 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 07:49:24 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/20 07:49:24 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/20 07:49:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/20 07:49:24 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/20 07:55:58 | I [P.InternalDatabase ] [12:55:58]: Creating auto-backup of internal database "config.idb"... INFO | jvm 1 | 2022/12/20 07:55:59 | I [P.InternalDatabase ] [12:55:58]: Created auto-backup of internal database "config.idb" in 208 ms INFO | jvm 1 | 2022/12/20 07:58:12 | E [a.J.DatabaseJournal ] [12:58:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 07:58:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 07:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 07:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 07:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 07:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 07:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 07:58:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 07:58:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 07:58:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 07:58:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 07:58:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 07:58:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 07:58:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 07:58:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 07:58:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 07:58:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 07:58:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 07:58:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 07:58:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 07:58:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 07:58:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 07:58:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 07:58:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 07:58:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 07:58:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 07:58:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 07:58:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 07:58:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 07:58:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 07:58:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 07:58:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:58:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:58:49 | E [a.J.DatabaseJournal ] [12:58:49]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 07:58:49 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 07:58:49 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 07:58:49 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 07:58:49 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 07:58:49 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 07:58:49 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 07:58:49 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 07:58:49 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 07:58:49 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 07:58:49 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 07:58:49 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 07:58:49 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 07:58:49 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 07:58:49 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 07:58:49 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 07:58:49 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 07:58:49 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 07:58:49 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 07:58:49 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 07:58:49 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 07:58:49 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 07:58:49 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 07:58:49 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 07:58:49 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 07:58:49 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 07:58:49 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 07:58:49 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 07:58:49 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 07:58:49 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 07:58:49 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 07:58:49 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:58:49 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:58:49 | E [a.J.DatabaseJournal ] [12:58:49]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 07:58:49 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 07:58:49 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 07:58:49 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 07:58:49 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 07:58:49 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 07:58:49 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 07:58:49 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 07:58:49 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 07:58:49 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 07:58:49 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 07:58:49 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 07:58:49 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 07:58:49 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 07:58:49 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 07:58:49 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 07:58:49 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 07:58:49 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 07:58:49 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 07:58:49 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 07:58:49 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 07:58:49 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 07:58:49 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 07:58:49 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 07:58:49 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 07:58:49 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 07:58:49 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 07:58:49 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 07:58:49 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 07:58:49 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 07:58:49 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 07:58:49 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 07:58:49 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:01:09 | DBCP DataSource configured witho INFO | jvm 1 | 2022/12/20 08:10:46 | I [p.DesignSession ] [13:10:46]: WebSocket disconnected from session. session-project=INTT INFO | jvm 1 | 2022/12/20 08:12:42 | E [a.J.DatabaseJournal ] [13:12:42]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 08:12:42 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 08:12:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 08:12:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 08:12:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 08:12:42 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$InlineTask.run(ExecutionQueue.java:154) INFO | jvm 1 | 2022/12/20 08:12:42 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:136) INFO | jvm 1 | 2022/12/20 08:12:42 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 08:12:42 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:12:42 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:12:42 | E [a.J.DatabaseJournal ] [13:12:42]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 08:12:42 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 08:12:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 08:12:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 08:12:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 08:12:42 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$InlineTask.run(ExecutionQueue.java:154) INFO | jvm 1 | 2022/12/20 08:12:42 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:136) INFO | jvm 1 | 2022/12/20 08:12:42 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 08:12:42 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:12:42 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:12:42 | E [a.J.DatabaseJournal ] [13:12:42]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 08:12:42 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 08:12:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 08:12:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 08:12:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 08:12:42 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$InlineTask.run(ExecutionQueue.java:154) INFO | jvm 1 | 2022/12/20 08:12:42 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:136) INFO | jvm 1 | 2022/12/20 08:12:42 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 08:12:42 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:12:42 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:12:42 | E [a.J.DatabaseJournal ] [13:12:42]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 08:12:42 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 08:12:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 08:12:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 08:12:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 08:12:42 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$InlineTask.run(ExecutionQueue.java:154) INFO | jvm 1 | 2022/12/20 08:12:42 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:136) INFO | jvm 1 | 2022/12/20 08:12:42 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 08:12:42 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:12:42 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:12:42 | E [a.J.DatabaseJournal ] [13:12:42]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 08:12:42 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 08:12:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 08:12:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 08:12:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 08:12:42 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$InlineTask.run(ExecutionQueue.java:154) INFO | jvm 1 | 2022/12/20 08:12:42 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:136) INFO | jvm 1 | 2022/12/20 08:12:42 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 08:12:42 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:12:42 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:12:42 | E [a.J.DatabaseJournal ] [13:12:42]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 08:12:42 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 08:12:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 08:12:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 08:12:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 08:12:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 08:12:42 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$InlineTask.run(ExecutionQueue.java:154) INFO | jvm 1 | 2022/12/20 08:12:42 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:136) INFO | jvm 1 | 2022/12/20 08:12:42 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 08:12:42 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:12:42 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:12:53 | E [a.N.OneWayNotificationProfile ] [13:12:53]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 08:12:53 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/20 08:12:53 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/20 08:12:53 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/20 08:12:53 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/20 08:12:53 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/20 08:12:53 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/20 08:12:53 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/20 08:12:53 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/20 08:12:53 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/20 08:12:53 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/20 08:12:53 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/20 08:12:53 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/20 08:12:53 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 08:12:53 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:12:53 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:12:53 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 08:12:53 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:12:53 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:12:53 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/20 08:12:53 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/20 08:12:53 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/20 08:12:53 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/20 08:12:53 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 08:12:53 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 08:12:53 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 08:12:53 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/20 08:12:53 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/20 08:12:53 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/20 08:12:53 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/20 08:15:19 | ut a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:15:19 | DBCP DataSource INFO | jvm 1 | 2022/12/20 08:22:12 | E [a.J.DatabaseJournal ] [13:22:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 08:22:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 08:22:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 08:22:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 08:22:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 08:22:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 08:22:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 08:22:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 08:22:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 08:22:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 08:22:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 08:22:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 08:22:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 08:22:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 08:22:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 08:22:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 08:22:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 08:22:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 08:22:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 08:22:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 08:22:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 08:22:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 08:22:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 08:22:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 08:22:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 08:22:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 08:22:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 08:22:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 08:22:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 08:22:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 08:22:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 08:22:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:22:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:22:50 | E [a.J.DatabaseJournal ] [13:22:50]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 08:22:50 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 08:22:50 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 08:22:50 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 08:22:50 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 08:22:50 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 08:22:50 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 08:22:50 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 08:22:50 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 08:22:50 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 08:22:50 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 08:22:50 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 08:22:50 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 08:22:50 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 08:22:50 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 08:22:50 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 08:22:50 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 08:22:50 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 08:22:50 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 08:22:50 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 08:22:50 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 08:22:50 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 08:22:50 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 08:22:50 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 08:22:50 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 08:22:50 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 08:22:50 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 08:22:50 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 08:22:50 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 08:22:50 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 08:22:50 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 08:22:50 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:22:50 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:22:50 | E [a.J.DatabaseJournal ] [13:22:50]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 08:22:50 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 08:22:50 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 08:22:50 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 08:22:50 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 08:22:50 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 08:22:50 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 08:22:50 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 08:22:50 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 08:22:50 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 08:22:50 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 08:22:50 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 08:22:50 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 08:22:50 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 08:22:50 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 08:22:50 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 08:22:50 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 08:22:50 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 08:22:50 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 08:22:50 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 08:22:50 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 08:22:50 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 08:22:50 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 08:22:50 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 08:22:50 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 08:22:50 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 08:22:50 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 08:22:50 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 08:22:50 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 08:22:50 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 08:22:50 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 08:22:50 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:22:50 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:25:29 | E [c.i.i.c.s.TimerScriptTask ] [13:25:29]: Error executing global timer script: sPHENIX_Infrastructure/MCR Set Timer @60,000ms . Repeat errors of this type will be logged as 'debug' messages. INFO | jvm 1 | 2022/12/20 08:25:29 | com.inductiveautomation.ignition.common.script.JythonExecException: Traceback (most recent call last): INFO | jvm 1 | 2022/12/20 08:25:29 | File "", line 118, in INFO | jvm 1 | 2022/12/20 08:25:29 | AttributeError: 'NoneType' object has no attribute 'text' INFO | jvm 1 | 2022/12/20 08:25:29 | INFO | jvm 1 | 2022/12/20 08:25:29 | at org.python.core.Py.AttributeError(Py.java:178) INFO | jvm 1 | 2022/12/20 08:25:29 | at org.python.core.PyObject.noAttributeError(PyObject.java:965) INFO | jvm 1 | 2022/12/20 08:25:29 | at org.python.core.PyObject.__getattr__(PyObject.java:959) INFO | jvm 1 | 2022/12/20 08:25:29 | at org.python.pycode._pyx1470.f$0(:158) INFO | jvm 1 | 2022/12/20 08:25:29 | at org.python.pycode._pyx1470.call_function() INFO | jvm 1 | 2022/12/20 08:25:29 | at org.python.core.PyTableCode.call(PyTableCode.java:173) INFO | jvm 1 | 2022/12/20 08:25:29 | at org.python.core.PyCode.call(PyCode.java:18) INFO | jvm 1 | 2022/12/20 08:25:29 | at org.python.core.Py.runCode(Py.java:1687) INFO | jvm 1 | 2022/12/20 08:25:29 | at com.inductiveautomation.ignition.common.script.ScriptManager.runCode(ScriptManager.java:803) INFO | jvm 1 | 2022/12/20 08:25:29 | at com.inductiveautomation.ignition.gateway.project.ProjectScriptLifecycle$TrackingProjectScriptManager.runCode(ProjectScriptLifecycle.java:819) INFO | jvm 1 | 2022/12/20 08:25:29 | at com.inductiveautomation.ignition.common.script.ScriptManager.runCode(ScriptManager.java:751) INFO | jvm 1 | 2022/12/20 08:25:29 | at com.inductiveautomation.ignition.gateway.project.ProjectScriptLifecycle$TrackingProjectScriptManager.runCode(ProjectScriptLifecycle.java:800) INFO | jvm 1 | 2022/12/20 08:25:29 | at com.inductiveautomation.ignition.common.script.TimerScriptTask.run(TimerScriptTask.java:90) INFO | jvm 1 | 2022/12/20 08:25:29 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 08:25:29 | at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) INFO | jvm 1 | 2022/12/20 08:25:29 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:25:29 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 08:25:29 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:25:29 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:25:29 | Caused by: org.python.core.PyException: AttributeError: 'NoneType' object has no attribute 'text' INFO | jvm 1 | 2022/12/20 08:25:29 | ... 19 common frames omitted INFO | jvm 1 | 2022/12/20 08:29:39 | configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:29:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:31:55 | I [Project ] [13:31:55]: Restarting gateway scripts... project=sPHENIX_Infrastructure INFO | jvm 1 | 2022/12/20 08:36:12 | E [a.J.DatabaseJournal ] [13:36:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 08:36:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 08:36:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 08:36:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 08:36:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 08:36:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 08:36:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 08:36:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:36:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:36:12 | E [a.J.DatabaseJournal ] [13:36:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 08:36:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 08:36:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 08:36:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 08:36:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 08:36:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 08:36:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 08:36:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 08:36:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:36:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:36:13 | E [a.J.DatabaseJournal ] [13:36:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 08:36:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 08:36:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 08:36:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 08:36:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 08:36:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 08:36:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 08:36:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:36:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:36:13 | E [a.J.DatabaseJournal ] [13:36:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 08:36:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 08:36:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 08:36:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 08:36:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 08:36:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 08:36:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 08:36:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 08:36:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:36:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:36:23 | E [a.N.OneWayNotificationProfile ] [13:36:23]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 08:36:23 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/20 08:36:23 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/20 08:36:23 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/20 08:36:23 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/20 08:36:23 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/20 08:36:23 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/20 08:36:23 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/20 08:36:23 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 08:36:23 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:36:23 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:36:23 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 08:36:23 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:36:23 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:36:23 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/20 08:36:23 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/20 08:36:23 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/20 08:36:23 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/20 08:36:23 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 08:36:23 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 08:36:23 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/20 08:36:23 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/20 08:36:23 | E [a.J.DatabaseJournal ] [13:36:23]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 08:36:23 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 08:36:23 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 08:36:23 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 08:36:23 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 08:36:23 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 08:36:23 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 08:36:23 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:36:23 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:36:23 | E [a.J.DatabaseJournal ] [13:36:23]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 08:36:23 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 08:36:23 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 08:36:23 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 08:36:23 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 08:36:23 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 08:36:23 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 08:36:23 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 08:36:23 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:36:23 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:36:34 | E [a.N.OneWayNotificationProfile ] [13:36:34]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 08:36:34 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/20 08:36:34 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/20 08:36:34 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/20 08:36:34 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/20 08:36:34 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/20 08:36:34 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/20 08:36:34 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/20 08:36:34 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/20 08:36:34 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/20 08:36:34 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/20 08:36:34 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/20 08:36:34 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/20 08:36:34 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 08:36:34 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:36:34 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:36:34 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 08:36:34 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:36:34 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:36:34 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/20 08:36:34 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/20 08:36:34 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/20 08:36:34 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/20 08:36:34 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 08:36:34 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 08:36:34 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 08:36:34 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/20 08:36:34 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/20 08:36:34 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/20 08:36:34 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:43:49 | DBCP DataSource configured witho INFO | jvm 1 | 2022/12/20 08:46:12 | E [a.J.DatabaseJournal ] [13:46:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 08:46:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 08:46:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 08:46:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 08:46:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 08:46:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 08:46:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 08:46:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 08:46:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 08:46:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 08:46:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 08:46:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 08:46:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 08:46:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 08:46:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 08:46:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 08:46:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 08:46:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 08:46:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 08:46:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 08:46:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 08:46:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 08:46:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 08:46:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 08:46:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 08:46:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 08:46:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 08:46:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 08:46:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 08:46:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 08:46:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 08:46:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:46:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:46:48 | E [a.J.DatabaseJournal ] [13:46:48]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 08:46:48 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 08:46:48 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 08:46:48 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 08:46:48 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 08:46:48 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 08:46:48 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 08:46:48 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 08:46:48 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 08:46:48 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 08:46:48 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 08:46:48 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 08:46:48 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 08:46:48 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 08:46:48 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 08:46:48 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 08:46:48 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 08:46:48 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 08:46:48 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 08:46:48 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 08:46:48 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 08:46:48 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 08:46:48 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 08:46:48 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 08:46:48 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 08:46:48 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 08:46:48 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 08:46:48 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 08:46:48 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 08:46:48 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 08:46:48 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 08:46:48 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:46:48 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:46:48 | E [a.J.DatabaseJournal ] [13:46:48]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 08:46:48 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 08:46:48 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 08:46:48 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 08:46:48 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 08:46:48 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 08:46:48 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 08:46:48 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 08:46:48 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 08:46:48 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 08:46:48 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 08:46:48 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 08:46:48 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 08:46:48 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 08:46:48 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 08:46:48 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 08:46:48 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 08:46:48 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 08:46:48 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 08:46:48 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 08:46:48 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 08:46:48 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 08:46:48 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 08:46:48 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 08:46:48 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 08:46:48 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 08:46:48 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 08:46:48 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 08:46:48 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 08:46:48 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 08:46:48 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 08:46:48 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:46:48 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:57:59 | ut a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 08:57:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 08:58:00 | DBCP DataSource INFO | jvm 1 | 2022/12/20 08:59:12 | E [a.J.DatabaseJournal ] [13:59:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 08:59:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 08:59:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 08:59:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 08:59:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 08:59:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 08:59:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 08:59:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:59:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:59:12 | E [a.J.DatabaseJournal ] [13:59:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 08:59:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 08:59:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 08:59:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 08:59:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 08:59:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 08:59:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 08:59:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:59:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:59:12 | E [a.J.DatabaseJournal ] [13:59:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 08:59:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 08:59:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 08:59:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 08:59:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 08:59:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 08:59:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 08:59:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:59:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:59:12 | E [a.J.DatabaseJournal ] [13:59:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 08:59:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 08:59:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 08:59:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 08:59:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 08:59:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 08:59:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 08:59:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:59:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:59:12 | E [a.J.DatabaseJournal ] [13:59:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 08:59:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 08:59:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 08:59:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 08:59:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 08:59:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 08:59:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 08:59:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:59:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:59:12 | E [a.J.DatabaseJournal ] [13:59:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 08:59:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 08:59:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 08:59:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 08:59:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 08:59:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 08:59:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 08:59:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 08:59:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:59:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:59:23 | E [a.N.OneWayNotificationProfile ] [13:59:23]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 08:59:23 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/20 08:59:23 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/20 08:59:23 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/20 08:59:23 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/20 08:59:23 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/20 08:59:23 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/20 08:59:23 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/20 08:59:23 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/20 08:59:23 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/20 08:59:23 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/20 08:59:23 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/20 08:59:23 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/20 08:59:23 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 08:59:23 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:59:23 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:59:23 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 08:59:23 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:59:23 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 08:59:23 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/20 08:59:23 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/20 08:59:23 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/20 08:59:23 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/20 08:59:23 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 08:59:23 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 08:59:23 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 08:59:23 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/20 08:59:23 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/20 08:59:23 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/20 08:59:23 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/20 09:05:57 | I [Project ] [14:05:57]: Restarting gateway scripts... project=sPHENIX_Infrastructure INFO | jvm 1 | 2022/12/20 09:10:13 | E [a.J.DatabaseJournal ] [14:10:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 09:10:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 09:10:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 09:10:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 09:10:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 09:10:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 09:10:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 09:10:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 09:10:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 09:10:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 09:10:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 09:10:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 09:10:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 09:10:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 09:10:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 09:10:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 09:10:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 09:10:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 09:10:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 09:10:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 09:10:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 09:10:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 09:10:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 09:10:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 09:10:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 09:10:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 09:10:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 09:10:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 09:10:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 09:10:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$InlineTask.run(ExecutionQueue.java:154) INFO | jvm 1 | 2022/12/20 09:10:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:136) INFO | jvm 1 | 2022/12/20 09:10:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 09:10:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 09:10:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 09:10:17 | I [Project ] [14:10:17]: Restarting gateway scripts... project=sPHENIX_Infrastructure INFO | jvm 1 | 2022/12/20 09:10:45 | E [a.J.DatabaseJournal ] [14:10:45]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 09:10:45 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 09:10:45 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 09:10:45 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 09:10:45 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 09:10:45 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 09:10:45 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 09:10:45 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 09:10:45 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 09:10:45 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 09:10:45 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 09:10:45 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 09:10:45 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 09:10:45 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 09:10:45 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 09:10:45 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 09:10:45 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 09:10:45 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 09:10:45 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 09:10:45 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 09:10:45 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 09:10:45 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 09:10:45 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 09:10:45 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 09:10:45 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 09:10:45 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 09:10:45 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 09:10:45 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 09:10:45 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 09:10:45 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 09:10:45 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 09:10:45 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 09:10:45 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 09:10:45 | E [a.J.DatabaseJournal ] [14:10:45]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 09:10:45 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 09:10:45 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 09:10:45 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 09:10:45 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 09:10:45 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 09:10:45 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 09:10:45 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 09:10:45 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 09:10:45 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 09:10:45 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 09:10:45 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 09:10:45 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 09:10:45 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 09:10:45 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 09:10:45 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 09:10:45 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 09:10:45 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 09:10:45 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 09:10:45 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 09:10:45 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 09:10:45 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 09:10:45 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 09:10:45 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 09:10:45 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 09:10:45 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 09:10:45 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 09:10:45 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 09:10:45 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 09:10:45 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 09:10:45 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 09:10:45 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 09:10:45 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 09:11:00 | I [Project ] [14:11:00]: Restarting gateway scripts... project=sPHENIX_Infrastructure INFO | jvm 1 | 2022/12/20 09:12:19 | configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:12:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:16:08 | I [Project ] [14:16:08]: Restarting gateway scripts... project=sPHENIX_Infrastructure INFO | jvm 1 | 2022/12/20 09:23:12 | E [a.J.DatabaseJournal ] [14:23:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 09:23:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 09:23:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 09:23:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 09:23:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 09:23:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 09:23:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 09:23:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 09:23:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 09:23:12 | E [a.J.DatabaseJournal ] [14:23:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 09:23:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 09:23:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 09:23:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 09:23:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 09:23:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 09:23:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 09:23:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 09:23:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 09:23:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 09:23:13 | E [a.J.DatabaseJournal ] [14:23:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 09:23:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 09:23:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 09:23:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 09:23:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 09:23:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 09:23:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 09:23:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 09:23:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 09:23:13 | E [a.J.DatabaseJournal ] [14:23:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 09:23:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 09:23:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 09:23:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 09:23:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 09:23:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 09:23:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 09:23:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 09:23:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 09:23:13 | E [a.J.DatabaseJournal ] [14:23:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 09:23:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 09:23:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 09:23:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 09:23:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 09:23:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 09:23:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 09:23:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 09:23:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 09:23:13 | E [a.J.DatabaseJournal ] [14:23:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 09:23:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 09:23:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 09:23:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 09:23:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 09:23:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 09:23:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 09:23:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 09:23:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 09:23:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 09:23:24 | E [a.N.OneWayNotificationProfile ] [14:23:24]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 09:23:24 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/20 09:23:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/20 09:23:24 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/20 09:23:24 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/20 09:23:24 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/20 09:23:24 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/20 09:23:24 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/20 09:23:24 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/20 09:23:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/20 09:23:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/20 09:23:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/20 09:23:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/20 09:23:24 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 09:23:24 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 09:23:24 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 09:23:24 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 09:23:24 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 09:23:24 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 09:23:24 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/20 09:23:24 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/20 09:23:24 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/20 09:23:24 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/20 09:23:24 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 09:23:24 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 09:23:24 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 09:23:24 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/20 09:23:24 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/20 09:23:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/20 09:23:24 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:26:29 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:26:30 | DBCP DataSource configured witho INFO | jvm 1 | 2022/12/20 09:34:42 | E [a.J.DatabaseJournal ] [14:34:42]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 09:34:42 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 09:34:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 09:34:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 09:34:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 09:34:42 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 09:34:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 09:34:42 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 09:34:42 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 09:34:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 09:34:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 09:34:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 09:34:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 09:34:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 09:34:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 09:34:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 09:34:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 09:34:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 09:34:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 09:34:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 09:34:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 09:34:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 09:34:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 09:34:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 09:34:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 09:34:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 09:34:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 09:34:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 09:34:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 09:34:42 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 09:34:42 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 09:34:42 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 09:34:42 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 09:35:07 | E [a.J.DatabaseJournal ] [14:35:07]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 09:35:07 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 09:35:07 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 09:35:07 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 09:35:07 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 09:35:07 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 09:35:07 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 09:35:07 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 09:35:07 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 09:35:07 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 09:35:07 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 09:35:07 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 09:35:07 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 09:35:07 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 09:35:07 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 09:35:07 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 09:35:07 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 09:35:07 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 09:35:07 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 09:35:07 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 09:35:07 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 09:35:07 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 09:35:07 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 09:35:07 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 09:35:07 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 09:35:07 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 09:35:07 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 09:35:07 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 09:35:07 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 09:35:07 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 09:35:07 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 09:35:07 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 09:35:07 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 09:35:07 | E [a.J.DatabaseJournal ] [14:35:07]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 09:35:07 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 09:35:07 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 09:35:07 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 09:35:07 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 09:35:07 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 09:35:07 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 09:35:07 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 09:35:07 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 09:35:07 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 09:35:07 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 09:35:07 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 09:35:07 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 09:35:07 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 09:35:07 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 09:35:07 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 09:35:07 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 09:35:07 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 09:35:07 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 09:35:07 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 09:35:07 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 09:35:07 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 09:35:07 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 09:35:07 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 09:35:07 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 09:35:07 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 09:35:07 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 09:35:07 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 09:35:07 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 09:35:07 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 09:35:07 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 09:35:07 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 09:35:07 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 09:40:39 | ut a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:40:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:40:40 | DBCP DataSource INFO | jvm 1 | 2022/12/20 09:47:13 | E [a.J.DatabaseJournal ] [14:47:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 09:47:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 09:47:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 09:47:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 09:47:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 09:47:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 09:47:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 09:47:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 09:47:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 09:47:13 | E [a.J.DatabaseJournal ] [14:47:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 09:47:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 09:47:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 09:47:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 09:47:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 09:47:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 09:47:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 09:47:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 09:47:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 09:47:13 | E [a.J.DatabaseJournal ] [14:47:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 09:47:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 09:47:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 09:47:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 09:47:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 09:47:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 09:47:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 09:47:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 09:47:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 09:47:13 | E [a.J.DatabaseJournal ] [14:47:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 09:47:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 09:47:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 09:47:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 09:47:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 09:47:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 09:47:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 09:47:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 09:47:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 09:47:13 | E [a.J.DatabaseJournal ] [14:47:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 09:47:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 09:47:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 09:47:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 09:47:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 09:47:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 09:47:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 09:47:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 09:47:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 09:47:13 | E [a.J.DatabaseJournal ] [14:47:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 09:47:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 09:47:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 09:47:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 09:47:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 09:47:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 09:47:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 09:47:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 09:47:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 09:47:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 09:47:24 | E [a.N.OneWayNotificationProfile ] [14:47:24]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 09:47:24 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/20 09:47:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/20 09:47:24 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/20 09:47:24 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/20 09:47:24 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/20 09:47:24 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/20 09:47:24 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/20 09:47:24 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/20 09:47:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/20 09:47:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/20 09:47:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/20 09:47:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/20 09:47:24 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 09:47:24 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 09:47:24 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 09:47:24 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 09:47:24 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 09:47:24 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 09:47:24 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/20 09:47:24 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/20 09:47:24 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/20 09:47:24 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/20 09:47:24 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 09:47:24 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 09:47:24 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 09:47:24 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/20 09:47:24 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/20 09:47:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/20 09:47:24 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/20 09:54:59 | configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 09:54:59 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 09:57:33 | I [p.DesignSession ] [14:57:33]: WebSocket disconnected from session. session-project=sPHENIX_Infrastructure INFO | jvm 1 | 2022/12/20 09:58:12 | E [a.J.DatabaseJournal ] [14:58:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 09:58:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 09:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 09:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 09:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 09:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 09:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 09:58:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 09:58:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 09:58:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 09:58:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 09:58:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 09:58:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 09:58:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 09:58:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 09:58:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 09:58:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 09:58:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 09:58:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 09:58:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 09:58:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 09:58:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 09:58:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 09:58:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 09:58:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 09:58:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 09:58:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 09:58:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 09:58:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 09:58:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 09:58:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 09:58:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 09:58:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 09:58:58 | E [a.J.DatabaseJournal ] [14:58:58]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 09:58:58 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 09:58:58 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 09:58:58 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 09:58:58 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 09:58:58 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 09:58:58 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 09:58:58 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 09:58:58 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 09:58:58 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 09:58:58 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 09:58:58 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 09:58:58 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 09:58:58 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 09:58:58 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 09:58:58 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 09:58:58 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 09:58:58 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 09:58:58 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 09:58:58 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 09:58:58 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 09:58:58 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 09:58:58 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 09:58:58 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 09:58:58 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 09:58:58 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 09:58:58 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 09:58:58 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 09:58:58 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 09:58:58 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 09:58:58 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 09:58:58 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 09:58:58 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 09:58:58 | E [a.J.DatabaseJournal ] [14:58:58]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 09:58:58 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 09:58:58 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 09:58:58 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 09:58:58 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 09:58:58 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 09:58:58 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 09:58:58 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 09:58:58 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 09:58:58 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 09:58:58 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 09:58:58 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 09:58:58 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 09:58:58 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 09:58:58 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 09:58:58 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 09:58:58 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 09:58:58 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 09:58:58 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 09:58:58 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 09:58:58 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 09:58:58 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 09:58:58 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 09:58:58 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 09:58:58 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 09:58:58 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 09:58:58 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 09:58:58 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 09:58:58 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 09:58:58 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 09:58:58 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 09:58:58 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 09:58:58 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:06:18 | E [t.e.a.history ] [15:06:18]: Error storing tag history data INFO | jvm 1 | 2022/12/20 10:06:18 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 10:06:18 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 10:06:18 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 10:06:18 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:06:18 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 10:06:18 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:06:18 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 10:06:18 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 10:06:18 | at com.inductiveautomation.gateway.tags.history.actor.HistoryActorFactory$DelayedEvaluationContainer.process(HistoryActorFactory.java:944) INFO | jvm 1 | 2022/12/20 10:06:18 | at com.inductiveautomation.gateway.tags.history.actor.HistoryActorFactory$DelayedEvaluationContainer.run(HistoryActorFactory.java:903) INFO | jvm 1 | 2022/12/20 10:06:18 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 10:06:18 | at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) INFO | jvm 1 | 2022/12/20 10:06:18 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:06:18 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 10:06:18 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:06:18 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:09:09 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:09:10 | DBCP DataSource configured witho INFO | jvm 1 | 2022/12/20 10:09:42 | E [a.J.DatabaseJournal ] [15:09:42]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 10:09:42 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 10:09:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 10:09:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 10:09:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 10:09:42 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 10:09:42 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 10:09:42 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:09:42 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:09:42 | E [a.J.DatabaseJournal ] [15:09:42]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 10:09:42 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 10:09:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 10:09:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 10:09:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 10:09:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 10:09:42 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 10:09:42 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 10:09:42 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:09:42 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:09:43 | E [a.J.DatabaseJournal ] [15:09:43]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 10:09:43 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 10:09:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 10:09:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 10:09:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 10:09:43 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 10:09:43 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 10:09:43 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:09:43 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:09:43 | E [a.J.DatabaseJournal ] [15:09:43]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 10:09:43 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 10:09:43 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 10:09:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 10:09:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 10:09:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 10:09:43 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 10:09:43 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 10:09:43 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:09:43 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:09:53 | E [a.N.OneWayNotificationProfile ] [15:09:53]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 10:09:53 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/20 10:09:53 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/20 10:09:53 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/20 10:09:53 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/20 10:09:53 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/20 10:09:53 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/20 10:09:53 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/20 10:09:53 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 10:09:53 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:09:53 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:09:53 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 10:09:53 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:09:53 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:09:53 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/20 10:09:53 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/20 10:09:53 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/20 10:09:53 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/20 10:09:53 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 10:09:53 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 10:09:53 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/20 10:09:53 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/20 10:09:53 | E [a.J.DatabaseJournal ] [15:09:53]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 10:09:53 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 10:09:53 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 10:09:53 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 10:09:53 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 10:09:53 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 10:09:53 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 10:09:53 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:09:53 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:09:53 | E [a.J.DatabaseJournal ] [15:09:53]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 10:09:53 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 10:09:53 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 10:09:53 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 10:09:53 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 10:09:53 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 10:09:53 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 10:09:53 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 10:09:53 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:09:53 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:10:04 | E [a.N.OneWayNotificationProfile ] [15:10:04]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 10:10:04 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/20 10:10:04 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/20 10:10:04 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/20 10:10:04 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/20 10:10:04 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/20 10:10:04 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/20 10:10:04 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/20 10:10:04 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/20 10:10:04 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/20 10:10:04 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/20 10:10:04 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/20 10:10:04 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/20 10:10:04 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 10:10:04 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:10:04 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:10:04 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 10:10:04 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:10:04 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:10:04 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/20 10:10:04 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/20 10:10:04 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/20 10:10:04 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/20 10:10:04 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 10:10:04 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 10:10:04 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 10:10:04 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/20 10:10:04 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/20 10:10:04 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/20 10:10:04 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/20 10:20:03 | E [a.N.OneWayNotificationProfile ] [15:20:03]: Error sending notification email: alarm-source=Infrastructure Live Tags/Experiment_Racks/HCal/Experiment_Rack_21/Button_On/Rack start up, alarm-notification-profile=One-Way Email Alarms, alarm-name=Rack start up INFO | jvm 1 | 2022/12/20 10:20:03 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/20 10:20:03 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/20 10:20:03 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/20 10:20:03 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/20 10:20:03 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/20 10:20:03 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/20 10:20:03 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/20 10:20:03 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/20 10:20:03 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/20 10:20:03 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/20 10:20:03 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/20 10:20:03 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/20 10:20:03 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 10:20:03 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:20:03 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:20:03 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 10:20:03 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:20:03 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:20:03 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/20 10:20:03 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/20 10:20:03 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/20 10:20:03 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/20 10:20:03 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 10:20:03 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 10:20:03 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 10:20:03 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/20 10:20:03 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/20 10:20:03 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/20 10:20:03 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/20 10:22:12 | E [a.J.DatabaseJournal ] [15:22:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 10:22:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 10:22:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 10:22:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 10:22:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:22:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 10:22:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:22:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 10:22:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 10:22:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 10:22:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 10:22:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 10:22:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 10:22:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 10:22:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 10:22:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 10:22:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 10:22:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 10:22:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 10:22:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 10:22:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 10:22:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 10:22:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 10:22:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 10:22:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 10:22:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 10:22:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 10:22:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 10:22:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 10:22:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 10:22:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 10:22:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:22:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:22:46 | E [a.J.DatabaseJournal ] [15:22:46]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 10:22:46 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 10:22:46 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 10:22:46 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 10:22:46 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:22:46 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 10:22:46 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:22:46 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 10:22:46 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 10:22:46 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 10:22:46 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 10:22:46 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 10:22:46 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 10:22:46 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 10:22:46 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 10:22:46 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 10:22:46 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 10:22:46 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 10:22:46 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 10:22:46 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 10:22:46 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 10:22:46 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 10:22:46 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 10:22:46 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 10:22:46 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 10:22:46 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 10:22:46 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 10:22:46 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 10:22:46 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 10:22:46 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 10:22:46 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 10:22:46 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:22:46 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:22:46 | E [a.J.DatabaseJournal ] [15:22:46]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 10:22:46 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 10:22:46 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 10:22:46 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 10:22:46 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:22:46 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 10:22:46 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:22:46 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 10:22:46 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 10:22:46 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 10:22:46 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 10:22:46 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 10:22:46 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 10:22:46 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 10:22:46 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 10:22:46 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 10:22:46 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 10:22:46 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 10:22:46 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 10:22:46 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 10:22:46 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 10:22:46 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 10:22:46 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 10:22:46 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 10:22:46 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 10:22:46 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 10:22:46 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 10:22:46 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 10:22:46 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 10:22:46 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 10:22:46 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 10:22:46 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:22:46 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:23:19 | ut a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:23:19 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:23:20 | DBCP DataSource INFO | jvm 1 | 2022/12/20 10:33:13 | E [a.J.DatabaseJournal ] [15:33:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 10:33:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 10:33:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 10:33:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 10:33:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 10:33:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 10:33:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 10:33:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:33:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:33:13 | E [a.J.DatabaseJournal ] [15:33:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 10:33:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 10:33:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 10:33:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 10:33:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 10:33:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 10:33:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 10:33:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:33:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:33:13 | E [a.J.DatabaseJournal ] [15:33:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 10:33:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 10:33:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 10:33:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 10:33:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 10:33:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 10:33:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 10:33:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:33:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:33:13 | E [a.J.DatabaseJournal ] [15:33:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 10:33:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 10:33:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 10:33:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 10:33:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 10:33:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 10:33:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 10:33:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:33:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:33:13 | E [a.J.DatabaseJournal ] [15:33:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 10:33:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 10:33:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 10:33:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 10:33:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 10:33:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 10:33:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 10:33:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:33:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:33:13 | E [a.J.DatabaseJournal ] [15:33:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 10:33:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 10:33:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 10:33:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 10:33:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 10:33:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 10:33:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 10:33:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 10:33:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:33:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:33:24 | E [a.N.OneWayNotificationProfile ] [15:33:24]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 10:33:24 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/20 10:33:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/20 10:33:24 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/20 10:33:24 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/20 10:33:24 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/20 10:33:24 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/20 10:33:24 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/20 10:33:24 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/20 10:33:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/20 10:33:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/20 10:33:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/20 10:33:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/20 10:33:24 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 10:33:24 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:33:24 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:33:24 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 10:33:24 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:33:24 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:33:24 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/20 10:33:24 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/20 10:33:24 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/20 10:33:24 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/20 10:33:24 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 10:33:24 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 10:33:24 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 10:33:24 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/20 10:33:24 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/20 10:33:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/20 10:33:24 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/20 10:37:39 | configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:37:39 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:39:32 | E [a.N.OneWayNotificationProfile ] [15:39:32]: Error sending notification email: alarm-source=Infrastructure Live Tags/Experiment_Racks/HCal/Experiment_Rack_4/Button_On/Rack start up, alarm-notification-profile=One-Way Email Alarms, alarm-name=Rack start up INFO | jvm 1 | 2022/12/20 10:39:32 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/20 10:39:32 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/20 10:39:32 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/20 10:39:32 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/20 10:39:32 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/20 10:39:32 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/20 10:39:32 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/20 10:39:32 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/20 10:39:32 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/20 10:39:32 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/20 10:39:32 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/20 10:39:32 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/20 10:39:32 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 10:39:32 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:39:32 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:39:32 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 10:39:32 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:39:32 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:39:32 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/20 10:39:32 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/20 10:39:32 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/20 10:39:32 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/20 10:39:32 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 10:39:32 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 10:39:32 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 10:39:32 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/20 10:39:32 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/20 10:39:32 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/20 10:39:32 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/20 10:45:12 | E [a.J.DatabaseJournal ] [15:45:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 10:45:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 10:45:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 10:45:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 10:45:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:45:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 10:45:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:45:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 10:45:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 10:45:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 10:45:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 10:45:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 10:45:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 10:45:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 10:45:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 10:45:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 10:45:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 10:45:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 10:45:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 10:45:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 10:45:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 10:45:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 10:45:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 10:45:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 10:45:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 10:45:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 10:45:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 10:45:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 10:45:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 10:45:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 10:45:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 10:45:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:45:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:45:46 | E [a.J.DatabaseJournal ] [15:45:46]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 10:45:46 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 10:45:46 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 10:45:46 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 10:45:46 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:45:46 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 10:45:46 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:45:46 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 10:45:46 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 10:45:46 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 10:45:46 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 10:45:46 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 10:45:46 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 10:45:46 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 10:45:46 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 10:45:46 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 10:45:46 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 10:45:46 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 10:45:46 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 10:45:46 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 10:45:46 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 10:45:46 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 10:45:46 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 10:45:46 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 10:45:46 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 10:45:46 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 10:45:46 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 10:45:46 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 10:45:46 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 10:45:46 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 10:45:46 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 10:45:46 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:45:46 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:45:46 | E [a.J.DatabaseJournal ] [15:45:46]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 10:45:46 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 10:45:46 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 10:45:46 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 10:45:46 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:45:46 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 10:45:46 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:45:46 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 10:45:46 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 10:45:46 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 10:45:46 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 10:45:46 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 10:45:46 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 10:45:46 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 10:45:46 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 10:45:46 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 10:45:46 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 10:45:46 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 10:45:46 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 10:45:46 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 10:45:46 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 10:45:46 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 10:45:46 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 10:45:46 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 10:45:46 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 10:45:46 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 10:45:46 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 10:45:46 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 10:45:46 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 10:45:46 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 10:45:46 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 10:45:46 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:45:46 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:49 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 10:51:50 | DBCP DataSource configured witho INFO | jvm 1 | 2022/12/20 10:58:12 | E [a.J.DatabaseJournal ] [15:58:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 10:58:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 10:58:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 10:58:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 10:58:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 10:58:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 10:58:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 10:58:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:58:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:58:12 | E [a.J.DatabaseJournal ] [15:58:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 10:58:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 10:58:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 10:58:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 10:58:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 10:58:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 10:58:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 10:58:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 10:58:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:58:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:58:13 | E [a.J.DatabaseJournal ] [15:58:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 10:58:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 10:58:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 10:58:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 10:58:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 10:58:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 10:58:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 10:58:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:58:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:58:13 | E [a.J.DatabaseJournal ] [15:58:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 10:58:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 10:58:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 10:58:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 10:58:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 10:58:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 10:58:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 10:58:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 10:58:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:58:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:58:23 | E [a.N.OneWayNotificationProfile ] [15:58:23]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 10:58:23 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/20 10:58:23 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/20 10:58:23 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/20 10:58:23 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/20 10:58:23 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/20 10:58:23 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/20 10:58:23 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/20 10:58:23 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 10:58:23 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:58:23 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:58:23 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 10:58:23 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:58:23 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:58:23 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/20 10:58:23 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/20 10:58:23 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/20 10:58:23 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/20 10:58:23 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 10:58:23 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 10:58:23 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/20 10:58:23 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/20 10:58:23 | E [a.J.DatabaseJournal ] [15:58:23]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 10:58:23 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 10:58:23 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 10:58:23 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 10:58:23 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 10:58:23 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 10:58:23 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 10:58:23 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:58:23 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:58:23 | E [a.J.DatabaseJournal ] [15:58:23]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 10:58:23 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 10:58:23 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 10:58:23 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 10:58:23 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 10:58:23 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 10:58:23 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 10:58:23 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 10:58:23 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:58:23 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:58:34 | E [a.N.OneWayNotificationProfile ] [15:58:34]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 10:58:34 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/20 10:58:34 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/20 10:58:34 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/20 10:58:34 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/20 10:58:34 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/20 10:58:34 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/20 10:58:34 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/20 10:58:34 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/20 10:58:34 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/20 10:58:34 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/20 10:58:34 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/20 10:58:34 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/20 10:58:34 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 10:58:34 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:58:34 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:58:34 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 10:58:34 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:58:34 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 10:58:34 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/20 10:58:34 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/20 10:58:34 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/20 10:58:34 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/20 10:58:34 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 10:58:34 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 10:58:34 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 10:58:34 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/20 10:58:34 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/20 10:58:34 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/20 10:58:34 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/20 11:06:00 | ut a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:06:00 | DBCP DataSource INFO | jvm 1 | 2022/12/20 11:09:12 | E [a.J.DatabaseJournal ] [16:09:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 11:09:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 11:09:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 11:09:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 11:09:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 11:09:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 11:09:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 11:09:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 11:09:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 11:09:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 11:09:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 11:09:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 11:09:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 11:09:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 11:09:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 11:09:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 11:09:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 11:09:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 11:09:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 11:09:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 11:09:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 11:09:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 11:09:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 11:09:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 11:09:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 11:09:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 11:09:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 11:09:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 11:09:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 11:09:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 11:09:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 11:09:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 11:09:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 11:09:43 | E [a.J.DatabaseJournal ] [16:09:43]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 11:09:43 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 11:09:43 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 11:09:43 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 11:09:43 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 11:09:43 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 11:09:43 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 11:09:43 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 11:09:43 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 11:09:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 11:09:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 11:09:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 11:09:43 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 11:09:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 11:09:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 11:09:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 11:09:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 11:09:43 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 11:09:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 11:09:43 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 11:09:43 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 11:09:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 11:09:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 11:09:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 11:09:43 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 11:09:43 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 11:09:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 11:09:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 11:09:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 11:09:43 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 11:09:43 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 11:09:43 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 11:09:43 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 11:09:43 | E [a.J.DatabaseJournal ] [16:09:43]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 11:09:43 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 11:09:43 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 11:09:43 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 11:09:43 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 11:09:43 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 11:09:43 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 11:09:43 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 11:09:43 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 11:09:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 11:09:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 11:09:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 11:09:43 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 11:09:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 11:09:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 11:09:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 11:09:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 11:09:43 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 11:09:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 11:09:43 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 11:09:43 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 11:09:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 11:09:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 11:09:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 11:09:43 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 11:09:43 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 11:09:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 11:09:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 11:09:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 11:09:43 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 11:09:43 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 11:09:43 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 11:09:43 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 11:20:20 | configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:20:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:21:13 | E [a.J.DatabaseJournal ] [16:21:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 11:21:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 11:21:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 11:21:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 11:21:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 11:21:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 11:21:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 11:21:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 11:21:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 11:21:13 | E [a.J.DatabaseJournal ] [16:21:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 11:21:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 11:21:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 11:21:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 11:21:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 11:21:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 11:21:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 11:21:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 11:21:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 11:21:13 | E [a.J.DatabaseJournal ] [16:21:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 11:21:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 11:21:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 11:21:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 11:21:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 11:21:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 11:21:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 11:21:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 11:21:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 11:21:13 | E [a.J.DatabaseJournal ] [16:21:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 11:21:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 11:21:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 11:21:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 11:21:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 11:21:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 11:21:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 11:21:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 11:21:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 11:21:13 | E [a.J.DatabaseJournal ] [16:21:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 11:21:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 11:21:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 11:21:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 11:21:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 11:21:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 11:21:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 11:21:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 11:21:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 11:21:13 | E [a.J.DatabaseJournal ] [16:21:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 11:21:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 11:21:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 11:21:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 11:21:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 11:21:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 11:21:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 11:21:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 11:21:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 11:21:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 11:21:24 | E [a.N.OneWayNotificationProfile ] [16:21:23]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 11:21:24 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/20 11:21:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/20 11:21:24 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/20 11:21:24 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/20 11:21:24 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/20 11:21:24 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/20 11:21:24 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/20 11:21:24 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/20 11:21:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/20 11:21:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/20 11:21:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/20 11:21:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/20 11:21:24 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 11:21:24 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 11:21:24 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 11:21:24 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 11:21:24 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 11:21:24 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 11:21:24 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/20 11:21:24 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/20 11:21:24 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/20 11:21:24 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/20 11:21:24 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 11:21:24 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 11:21:24 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 11:21:24 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/20 11:21:24 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/20 11:21:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/20 11:21:24 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/20 11:26:36 | I [Project ] [16:26:36]: Restarting gateway scripts... project=sPHENIX_Infrastructure INFO | jvm 1 | 2022/12/20 11:28:07 | I [Project ] [16:28:06]: Restarting gateway scripts... project=sPHENIX_Infrastructure INFO | jvm 1 | 2022/12/20 11:33:12 | E [a.J.DatabaseJournal ] [16:33:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 11:33:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 11:33:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 11:33:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 11:33:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 11:33:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 11:33:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 11:33:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 11:33:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 11:33:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 11:33:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 11:33:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 11:33:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 11:33:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 11:33:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 11:33:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 11:33:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 11:33:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 11:33:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 11:33:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 11:33:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 11:33:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 11:33:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 11:33:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 11:33:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 11:33:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 11:33:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 11:33:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 11:33:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 11:33:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 11:33:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 11:33:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 11:33:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 11:34:00 | E [a.J.DatabaseJournal ] [16:34:00]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 11:34:00 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 11:34:00 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 11:34:00 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 11:34:00 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 11:34:00 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 11:34:00 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 11:34:00 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 11:34:00 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 11:34:00 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 11:34:00 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 11:34:00 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 11:34:00 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 11:34:00 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 11:34:00 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 11:34:00 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 11:34:00 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 11:34:00 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 11:34:00 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 11:34:00 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 11:34:00 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 11:34:00 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 11:34:00 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 11:34:00 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 11:34:00 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 11:34:00 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 11:34:00 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 11:34:00 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 11:34:00 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 11:34:00 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 11:34:00 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 11:34:00 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 11:34:00 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 11:34:00 | E [a.J.DatabaseJournal ] [16:34:00]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 11:34:00 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 11:34:00 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 11:34:00 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 11:34:00 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 11:34:00 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 11:34:00 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 11:34:00 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 11:34:00 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 11:34:00 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 11:34:00 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 11:34:00 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 11:34:00 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 11:34:00 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 11:34:00 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 11:34:00 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 11:34:00 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 11:34:00 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 11:34:00 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 11:34:00 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 11:34:00 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 11:34:00 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 11:34:00 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 11:34:00 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 11:34:00 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 11:34:00 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 11:34:00 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 11:34:00 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 11:34:00 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 11:34:00 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 11:34:00 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 11:34:00 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 11:34:00 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:34:30 | DBCP DataSource configured witho INFO | jvm 1 | 2022/12/20 11:44:42 | E [a.J.DatabaseJournal ] [16:44:42]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 11:44:42 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 11:44:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 11:44:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 11:44:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 11:44:42 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 11:44:42 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 11:44:42 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 11:44:42 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 11:44:42 | E [a.J.DatabaseJournal ] [16:44:42]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 11:44:42 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 11:44:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 11:44:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 11:44:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 11:44:42 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 11:44:42 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 11:44:42 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 11:44:42 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 11:44:42 | E [a.J.DatabaseJournal ] [16:44:42]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 11:44:42 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 11:44:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 11:44:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 11:44:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 11:44:42 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 11:44:42 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 11:44:42 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 11:44:42 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 11:44:42 | E [a.J.DatabaseJournal ] [16:44:42]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 11:44:42 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 11:44:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 11:44:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 11:44:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 11:44:42 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 11:44:42 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 11:44:42 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 11:44:42 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 11:44:42 | E [a.J.DatabaseJournal ] [16:44:42]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 11:44:42 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 11:44:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 11:44:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 11:44:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 11:44:42 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 11:44:42 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 11:44:42 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 11:44:42 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 11:44:42 | E [a.J.DatabaseJournal ] [16:44:42]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 11:44:42 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 11:44:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 11:44:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 11:44:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 11:44:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 11:44:42 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 11:44:42 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 11:44:42 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 11:44:42 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 11:44:47 | W [t.h.q.d.DB ] [16:44:47]: Test_Tag_DB (id=45bab71c) No scan class information found for tags. All returned data will be bad quality. request-origin=[0:0:0:0:0:0:0:1], session-user=sPHENIX, session-project=sPHENIX_Infrastructure, session-id=A1E53A80 INFO | jvm 1 | 2022/12/20 11:44:47 | E [t.h.q.d.DB ] [16:44:47]: infrastructure live tags No historical tag information could be found for any of the specified paths. Check that paths are correct. Paths: [experimental racks//scaled_c, experimental racks//scaled_f] request-origin=[0:0:0:0:0:0:0:1], session-user=sPHENIX, session-project=sPHENIX_Infrastructure, session-id=A1E53A80, queryid=65f1f3e4 INFO | jvm 1 | 2022/12/20 11:44:53 | E [a.N.OneWayNotificationProfile ] [16:44:53]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 11:44:53 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/20 11:44:53 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/20 11:44:53 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/20 11:44:53 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/20 11:44:53 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/20 11:44:53 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/20 11:44:53 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/20 11:44:53 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/20 11:44:53 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/20 11:44:53 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/20 11:44:53 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/20 11:44:53 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/20 11:44:53 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 11:44:53 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 11:44:53 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 11:44:53 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 11:44:53 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 11:44:53 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 11:44:53 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/20 11:44:53 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/20 11:44:53 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/20 11:44:53 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/20 11:44:53 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 11:44:53 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 11:44:53 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 11:44:53 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/20 11:44:53 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/20 11:44:53 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/20 11:44:53 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/20 11:48:40 | ut a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 11:48:40 | DBCP DataSource INFO | jvm 1 | 2022/12/20 11:56:12 | E [a.J.DatabaseJournal ] [16:56:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 11:56:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 11:56:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 11:56:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 11:56:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 11:56:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 11:56:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 11:56:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 11:56:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 11:56:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 11:56:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 11:56:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 11:56:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 11:56:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 11:56:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 11:56:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 11:56:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 11:56:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 11:56:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 11:56:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 11:56:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 11:56:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 11:56:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 11:56:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 11:56:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 11:56:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 11:56:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 11:56:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 11:56:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 11:56:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 11:56:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 11:56:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 11:56:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 11:56:50 | E [a.J.DatabaseJournal ] [16:56:50]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 11:56:50 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 11:56:50 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 11:56:50 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 11:56:50 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 11:56:50 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 11:56:50 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 11:56:50 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 11:56:50 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 11:56:50 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 11:56:50 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 11:56:50 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 11:56:50 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 11:56:50 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 11:56:50 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 11:56:50 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 11:56:50 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 11:56:50 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 11:56:50 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 11:56:50 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 11:56:50 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 11:56:50 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 11:56:50 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 11:56:50 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 11:56:50 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 11:56:50 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 11:56:50 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 11:56:50 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 11:56:50 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 11:56:50 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 11:56:50 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 11:56:50 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 11:56:50 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 11:56:50 | E [a.J.DatabaseJournal ] [16:56:50]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 11:56:50 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 11:56:50 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 11:56:50 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 11:56:50 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 11:56:50 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 11:56:50 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 11:56:50 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 11:56:50 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 11:56:50 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 11:56:50 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 11:56:50 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 11:56:50 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 11:56:50 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 11:56:50 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 11:56:50 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 11:56:50 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 11:56:50 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 11:56:50 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 11:56:50 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 11:56:50 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 11:56:50 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 11:56:50 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 11:56:50 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 11:56:50 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 11:56:50 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 11:56:50 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 11:56:50 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 11:56:50 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 11:56:50 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 11:56:50 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 11:56:50 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 11:56:50 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:03:00 | configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:03:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:06:23 | E [t.e.a.history ] [17:06:23]: Error storing tag history data INFO | jvm 1 | 2022/12/20 12:06:23 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 12:06:23 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 12:06:23 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 12:06:23 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:06:23 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 12:06:23 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:06:23 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 12:06:23 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 12:06:23 | at com.inductiveautomation.gateway.tags.history.actor.HistoryActorFactory$DelayedEvaluationContainer.process(HistoryActorFactory.java:944) INFO | jvm 1 | 2022/12/20 12:06:23 | at com.inductiveautomation.gateway.tags.history.actor.HistoryActorFactory$DelayedEvaluationContainer.run(HistoryActorFactory.java:903) INFO | jvm 1 | 2022/12/20 12:06:23 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 12:06:23 | at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) INFO | jvm 1 | 2022/12/20 12:06:23 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:06:23 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 12:06:23 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:06:23 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:06:24 | E [t.e.a.history ] [17:06:24]: Error storing tag history data INFO | jvm 1 | 2022/12/20 12:06:24 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 12:06:24 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 12:06:24 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 12:06:24 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:06:24 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 12:06:24 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:06:24 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 12:06:24 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 12:06:24 | at com.inductiveautomation.gateway.tags.history.actor.HistoryActorFactory$DelayedEvaluationContainer.process(HistoryActorFactory.java:944) INFO | jvm 1 | 2022/12/20 12:06:24 | at com.inductiveautomation.gateway.tags.history.actor.HistoryActorFactory$DelayedEvaluationContainer.run(HistoryActorFactory.java:903) INFO | jvm 1 | 2022/12/20 12:06:24 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 12:06:24 | at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) INFO | jvm 1 | 2022/12/20 12:06:24 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:06:24 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 12:06:24 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:06:24 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:07:12 | E [a.J.DatabaseJournal ] [17:07:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 12:07:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 12:07:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 12:07:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 12:07:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 12:07:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 12:07:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 12:07:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:07:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:07:12 | E [a.J.DatabaseJournal ] [17:07:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 12:07:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 12:07:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 12:07:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 12:07:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 12:07:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 12:07:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 12:07:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 12:07:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:07:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:07:13 | Scheduling logfile maintenance. Last maintenance: Tue Dec 20 00:07:14 EST 2022, events since then: 315 INFO | jvm 1 | 2022/12/20 12:07:13 | Starting logfile maintenance. Max entries: 50000, Max filesize: 104857600 INFO | jvm 1 | 2022/12/20 12:07:13 | E [a.J.DatabaseJournal ] [17:07:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 12:07:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 12:07:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 12:07:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 12:07:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 12:07:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 12:07:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 12:07:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:07:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:07:13 | E [a.J.DatabaseJournal ] [17:07:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 12:07:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 12:07:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 12:07:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 12:07:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 12:07:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 12:07:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 12:07:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 12:07:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:07:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:07:14 | Cleaned up 500 rows in 1344 ms. Vacuum performed: true* INFO | jvm 1 | 2022/12/20 12:07:23 | E [a.N.OneWayNotificationProfile ] [17:07:23]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 12:07:23 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/20 12:07:23 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/20 12:07:23 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/20 12:07:23 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/20 12:07:23 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/20 12:07:23 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/20 12:07:23 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/20 12:07:23 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 12:07:23 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:07:23 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:07:23 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 12:07:23 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:07:23 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:07:23 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/20 12:07:23 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/20 12:07:23 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/20 12:07:23 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/20 12:07:23 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 12:07:23 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 12:07:23 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/20 12:07:23 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/20 12:07:23 | E [a.J.DatabaseJournal ] [17:07:23]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 12:07:23 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 12:07:23 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 12:07:23 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 12:07:23 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 12:07:23 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 12:07:23 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 12:07:23 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:07:23 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:07:23 | E [a.J.DatabaseJournal ] [17:07:23]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 12:07:23 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 12:07:23 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 12:07:23 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 12:07:23 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 12:07:23 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 12:07:23 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 12:07:23 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 12:07:23 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:07:23 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:07:34 | E [a.N.OneWayNotificationProfile ] [17:07:34]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 12:07:34 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/20 12:07:34 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/20 12:07:34 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/20 12:07:34 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/20 12:07:34 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/20 12:07:34 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/20 12:07:34 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/20 12:07:34 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/20 12:07:34 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/20 12:07:34 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/20 12:07:34 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/20 12:07:34 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/20 12:07:34 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 12:07:34 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:07:34 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:07:34 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 12:07:34 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:07:34 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:07:34 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/20 12:07:34 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/20 12:07:34 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/20 12:07:34 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/20 12:07:34 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 12:07:34 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 12:07:34 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 12:07:34 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/20 12:07:34 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/20 12:07:34 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/20 12:07:34 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:17:10 | DBCP DataSource configured witho INFO | jvm 1 | 2022/12/20 12:18:12 | E [a.J.DatabaseJournal ] [17:18:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 12:18:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 12:18:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 12:18:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 12:18:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:18:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 12:18:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:18:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 12:18:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 12:18:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 12:18:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 12:18:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 12:18:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 12:18:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 12:18:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 12:18:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 12:18:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 12:18:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 12:18:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 12:18:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 12:18:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 12:18:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 12:18:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 12:18:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 12:18:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 12:18:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 12:18:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 12:18:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 12:18:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 12:18:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 12:18:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 12:18:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:18:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:18:48 | E [a.J.DatabaseJournal ] [17:18:48]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 12:18:48 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 12:18:48 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 12:18:48 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 12:18:48 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:18:48 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 12:18:48 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:18:48 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 12:18:48 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 12:18:48 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 12:18:48 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 12:18:48 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 12:18:48 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 12:18:48 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 12:18:48 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 12:18:48 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 12:18:48 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 12:18:48 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 12:18:48 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 12:18:48 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 12:18:48 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 12:18:48 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 12:18:48 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 12:18:48 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 12:18:48 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 12:18:48 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 12:18:48 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 12:18:48 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 12:18:48 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 12:18:48 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 12:18:48 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 12:18:48 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:18:48 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:18:48 | E [a.J.DatabaseJournal ] [17:18:48]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 12:18:48 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 12:18:48 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 12:18:48 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 12:18:48 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:18:48 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 12:18:48 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:18:48 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 12:18:48 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 12:18:48 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 12:18:48 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 12:18:48 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 12:18:48 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 12:18:48 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 12:18:48 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 12:18:48 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 12:18:48 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 12:18:48 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 12:18:48 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 12:18:48 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 12:18:48 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 12:18:48 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 12:18:48 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 12:18:48 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 12:18:48 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 12:18:48 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 12:18:48 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 12:18:48 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 12:18:48 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 12:18:48 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 12:18:48 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 12:18:48 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:18:48 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:29:42 | E [a.J.DatabaseJournal ] [17:29:42]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 12:29:42 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 12:29:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 12:29:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 12:29:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 12:29:42 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 12:29:42 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 12:29:42 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:29:42 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:29:42 | E [a.J.DatabaseJournal ] [17:29:42]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 12:29:42 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 12:29:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 12:29:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 12:29:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 12:29:42 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 12:29:42 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 12:29:42 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:29:42 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:29:42 | E [a.J.DatabaseJournal ] [17:29:42]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 12:29:42 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 12:29:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 12:29:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 12:29:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 12:29:42 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 12:29:42 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 12:29:42 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:29:42 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:29:42 | E [a.J.DatabaseJournal ] [17:29:42]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 12:29:42 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 12:29:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 12:29:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 12:29:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 12:29:42 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 12:29:42 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 12:29:42 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:29:42 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:29:42 | E [a.J.DatabaseJournal ] [17:29:42]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 12:29:42 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 12:29:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 12:29:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 12:29:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 12:29:42 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 12:29:42 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 12:29:42 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:29:42 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:29:42 | E [a.J.DatabaseJournal ] [17:29:42]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 12:29:42 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 12:29:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 12:29:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 12:29:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 12:29:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 12:29:42 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 12:29:42 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 12:29:42 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:29:42 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:29:53 | E [a.N.OneWayNotificationProfile ] [17:29:53]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 12:29:53 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/20 12:29:53 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/20 12:29:53 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/20 12:29:53 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/20 12:29:53 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/20 12:29:53 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/20 12:29:53 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/20 12:29:53 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/20 12:29:53 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/20 12:29:53 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/20 12:29:53 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/20 12:29:53 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/20 12:29:53 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 12:29:53 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:29:53 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:29:53 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 12:29:53 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:29:53 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:29:53 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/20 12:29:53 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/20 12:29:53 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/20 12:29:53 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/20 12:29:53 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 12:29:53 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 12:29:53 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 12:29:53 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/20 12:29:53 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/20 12:29:53 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/20 12:29:53 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/20 12:31:20 | ut a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:31:20 | DBCP DataSource INFO | jvm 1 | 2022/12/20 12:40:52 | I [p.DesignSession ] [17:40:52]: WebSocket disconnected from session. session-project=sPHENIX_Infrastructure INFO | jvm 1 | 2022/12/20 12:41:40 | E [a.J.DatabaseJournal ] [17:41:40]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 12:41:40 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 12:41:40 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 12:41:40 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 12:41:40 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:41:40 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 12:41:40 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:41:40 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 12:41:40 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 12:41:40 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 12:41:40 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 12:41:40 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 12:41:40 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 12:41:40 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 12:41:40 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 12:41:40 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 12:41:40 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 12:41:40 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 12:41:40 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 12:41:40 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 12:41:40 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 12:41:40 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 12:41:40 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 12:41:40 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 12:41:40 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 12:41:40 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 12:41:40 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 12:41:40 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 12:41:40 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 12:41:40 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 12:41:40 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 12:41:40 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:41:40 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:42:22 | E [a.J.DatabaseJournal ] [17:42:22]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 12:42:22 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 12:42:22 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 12:42:22 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 12:42:22 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:42:22 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 12:42:22 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:42:22 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 12:42:22 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 12:42:22 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 12:42:22 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 12:42:22 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 12:42:22 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 12:42:22 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 12:42:22 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 12:42:22 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 12:42:22 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 12:42:22 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 12:42:22 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 12:42:22 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 12:42:22 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 12:42:22 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 12:42:22 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 12:42:22 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 12:42:22 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 12:42:22 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 12:42:22 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 12:42:22 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 12:42:22 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 12:42:22 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 12:42:22 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 12:42:22 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:42:22 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:42:22 | E [a.J.DatabaseJournal ] [17:42:22]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 12:42:22 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 12:42:22 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 12:42:22 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 12:42:22 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:42:22 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 12:42:22 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:42:22 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 12:42:22 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 12:42:22 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 12:42:22 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 12:42:22 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 12:42:22 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 12:42:22 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 12:42:22 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 12:42:22 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 12:42:22 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 12:42:22 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 12:42:22 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 12:42:22 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 12:42:22 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 12:42:22 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 12:42:22 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 12:42:22 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 12:42:22 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 12:42:22 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 12:42:22 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 12:42:22 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 12:42:22 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 12:42:22 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 12:42:22 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 12:42:22 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:42:22 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:45:40 | configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:45:40 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:53:12 | E [a.J.DatabaseJournal ] [17:53:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 12:53:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 12:53:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 12:53:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 12:53:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 12:53:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 12:53:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 12:53:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:53:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:53:12 | E [a.J.DatabaseJournal ] [17:53:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 12:53:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 12:53:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 12:53:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 12:53:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 12:53:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 12:53:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 12:53:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 12:53:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:53:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:53:13 | E [a.J.DatabaseJournal ] [17:53:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 12:53:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 12:53:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 12:53:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 12:53:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 12:53:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 12:53:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 12:53:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:53:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:53:13 | E [a.J.DatabaseJournal ] [17:53:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 12:53:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 12:53:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 12:53:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 12:53:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 12:53:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 12:53:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 12:53:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:53:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:53:13 | E [a.J.DatabaseJournal ] [17:53:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 12:53:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 12:53:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 12:53:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 12:53:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 12:53:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 12:53:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 12:53:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:53:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:53:13 | E [a.J.DatabaseJournal ] [17:53:13]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 12:53:13 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 12:53:13 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 12:53:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 12:53:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 12:53:13 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 12:53:13 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 12:53:13 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 12:53:13 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:53:13 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:53:24 | E [a.N.OneWayNotificationProfile ] [17:53:24]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 12:53:24 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/20 12:53:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/20 12:53:24 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/20 12:53:24 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/20 12:53:24 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/20 12:53:24 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/20 12:53:24 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/20 12:53:24 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/20 12:53:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/20 12:53:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/20 12:53:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/20 12:53:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/20 12:53:24 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 12:53:24 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:53:24 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:53:24 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 12:53:24 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:53:24 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 12:53:24 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/20 12:53:24 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/20 12:53:24 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/20 12:53:24 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/20 12:53:24 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 12:53:24 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 12:53:24 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 12:53:24 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/20 12:53:24 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/20 12:53:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/20 12:53:24 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 12:59:50 | DBCP DataSource configured witho INFO | jvm 1 | 2022/12/20 13:06:12 | E [a.J.DatabaseJournal ] [18:06:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 13:06:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 13:06:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 13:06:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 13:06:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 13:06:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 13:06:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 13:06:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 13:06:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 13:06:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 13:06:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 13:06:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 13:06:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 13:06:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 13:06:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 13:06:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 13:06:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 13:06:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 13:06:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 13:06:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 13:06:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 13:06:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 13:06:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 13:06:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 13:06:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 13:06:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 13:06:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 13:06:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 13:06:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 13:06:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 13:06:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 13:06:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:06:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:06:43 | E [a.J.DatabaseJournal ] [18:06:43]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 13:06:43 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 13:06:43 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 13:06:43 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 13:06:43 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 13:06:43 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 13:06:43 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 13:06:43 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 13:06:43 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 13:06:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 13:06:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 13:06:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 13:06:43 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 13:06:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 13:06:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 13:06:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 13:06:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 13:06:43 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 13:06:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 13:06:43 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 13:06:43 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 13:06:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 13:06:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 13:06:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 13:06:43 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 13:06:43 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 13:06:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 13:06:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 13:06:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 13:06:43 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 13:06:43 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 13:06:43 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:06:43 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:06:43 | E [a.J.DatabaseJournal ] [18:06:43]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 13:06:43 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 13:06:43 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 13:06:43 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 13:06:43 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 13:06:43 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 13:06:43 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 13:06:43 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 13:06:43 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 13:06:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 13:06:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 13:06:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 13:06:43 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 13:06:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 13:06:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 13:06:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 13:06:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 13:06:43 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 13:06:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 13:06:43 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 13:06:43 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 13:06:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 13:06:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 13:06:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 13:06:43 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 13:06:43 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 13:06:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 13:06:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 13:06:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 13:06:43 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 13:06:43 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 13:06:43 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:06:43 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:14:00 | ut a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:14:00 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:14:01 | DBCP DataSource INFO | jvm 1 | 2022/12/20 13:16:41 | E [a.N.OneWayNotificationProfile ] [18:16:40]: Error sending notification email: alarm-source=Infrastructure Live Tags/Experiment_Racks/HCal/Experiment_Rack_4/Button_Off/Rack shutdown, alarm-notification-profile=One-Way Email Alarms, alarm-name=Rack shutdown INFO | jvm 1 | 2022/12/20 13:16:41 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/20 13:16:41 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/20 13:16:41 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/20 13:16:41 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/20 13:16:41 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/20 13:16:41 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/20 13:16:41 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/20 13:16:41 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/20 13:16:41 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/20 13:16:41 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/20 13:16:41 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/20 13:16:41 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/20 13:16:41 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 13:16:41 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:16:41 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:16:41 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 13:16:41 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:16:41 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:16:41 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/20 13:16:41 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/20 13:16:41 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/20 13:16:41 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/20 13:16:41 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 13:16:41 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 13:16:41 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 13:16:41 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/20 13:16:41 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/20 13:16:41 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/20 13:16:41 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/20 13:17:12 | E [a.J.DatabaseJournal ] [18:17:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 13:17:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 13:17:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 13:17:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 13:17:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 13:17:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 13:17:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 13:17:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:17:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:17:12 | E [a.J.DatabaseJournal ] [18:17:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 13:17:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 13:17:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 13:17:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 13:17:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 13:17:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 13:17:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 13:17:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:17:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:17:12 | E [a.J.DatabaseJournal ] [18:17:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 13:17:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 13:17:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 13:17:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 13:17:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 13:17:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 13:17:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 13:17:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:17:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:17:12 | E [a.J.DatabaseJournal ] [18:17:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 13:17:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 13:17:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 13:17:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 13:17:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 13:17:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 13:17:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 13:17:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:17:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:17:12 | E [a.J.DatabaseJournal ] [18:17:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 13:17:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 13:17:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 13:17:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 13:17:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 13:17:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 13:17:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 13:17:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:17:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:17:12 | E [a.J.DatabaseJournal ] [18:17:12]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 13:17:12 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 13:17:12 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 13:17:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 13:17:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 13:17:12 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 13:17:12 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 13:17:12 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 13:17:12 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:17:12 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:17:24 | E [a.N.OneWayNotificationProfile ] [18:17:23]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 13:17:24 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/20 13:17:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/20 13:17:24 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/20 13:17:24 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/20 13:17:24 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/20 13:17:24 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/20 13:17:24 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/20 13:17:24 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/20 13:17:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/20 13:17:24 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/20 13:17:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/20 13:17:24 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/20 13:17:24 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 13:17:24 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:17:24 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:17:24 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 13:17:24 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:17:24 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:17:24 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/20 13:17:24 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/20 13:17:24 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/20 13:17:24 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/20 13:17:24 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 13:17:24 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 13:17:24 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 13:17:24 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/20 13:17:24 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/20 13:17:24 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/20 13:17:24 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/20 13:28:20 | configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:28:20 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:28:42 | E [a.J.DatabaseJournal ] [18:28:42]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 13:28:42 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 13:28:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 13:28:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 13:28:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 13:28:42 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 13:28:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 13:28:42 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 13:28:42 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 13:28:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 13:28:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 13:28:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 13:28:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 13:28:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 13:28:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 13:28:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 13:28:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 13:28:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 13:28:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 13:28:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 13:28:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 13:28:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 13:28:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 13:28:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 13:28:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 13:28:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 13:28:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 13:28:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 13:28:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 13:28:42 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 13:28:42 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 13:28:42 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:28:42 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:29:08 | E [a.J.DatabaseJournal ] [18:29:08]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 13:29:08 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 13:29:08 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 13:29:08 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 13:29:08 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 13:29:08 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 13:29:08 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 13:29:08 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 13:29:08 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 13:29:08 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 13:29:08 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 13:29:08 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 13:29:08 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 13:29:08 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 13:29:08 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 13:29:08 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 13:29:08 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 13:29:08 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 13:29:08 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 13:29:08 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 13:29:08 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 13:29:08 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 13:29:08 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 13:29:08 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 13:29:08 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 13:29:08 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 13:29:08 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 13:29:08 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 13:29:08 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 13:29:08 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 13:29:08 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 13:29:08 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:29:08 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:29:08 | E [a.J.DatabaseJournal ] [18:29:08]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 13:29:08 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 13:29:08 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 13:29:08 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 13:29:08 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 13:29:08 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 13:29:08 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 13:29:08 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 13:29:08 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 13:29:08 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 13:29:08 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 13:29:08 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 13:29:08 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 13:29:08 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 13:29:08 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:940) INFO | jvm 1 | 2022/12/20 13:29:08 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 13:29:08 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 13:29:08 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 13:29:08 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 13:29:08 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 13:29:08 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 13:29:08 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 13:29:08 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 13:29:08 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 13:29:08 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 13:29:08 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 13:29:08 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 13:29:08 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 13:29:08 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 13:29:08 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 13:29:08 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 13:29:08 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:29:08 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:29:46 | E [c.i.i.c.s.TimerScriptTask ] [18:29:46]: Error executing global timer script: sPHENIX_Infrastructure/MCR Set Timer @60,000ms . Repeat errors of this type will be logged as 'debug' messages. INFO | jvm 1 | 2022/12/20 13:29:46 | com.inductiveautomation.ignition.common.script.JythonExecException: Traceback (most recent call last): INFO | jvm 1 | 2022/12/20 13:29:46 | File "", line 124, in INFO | jvm 1 | 2022/12/20 13:29:46 | IndexError: index out of range: 14 INFO | jvm 1 | 2022/12/20 13:29:46 | INFO | jvm 1 | 2022/12/20 13:29:46 | at org.python.core.Py.IndexError(Py.java:251) INFO | jvm 1 | 2022/12/20 13:29:46 | at org.python.core.SequenceIndexDelegate.checkIdxAndGetItem(SequenceIndexDelegate.java:63) INFO | jvm 1 | 2022/12/20 13:29:46 | at org.python.core.PySequence.seq___getitem__(PySequence.java:378) INFO | jvm 1 | 2022/12/20 13:29:46 | at org.python.core.PySequence.__getitem__(PySequence.java:374) INFO | jvm 1 | 2022/12/20 13:29:46 | at org.python.pycode._pyx1550.f$0(:158) INFO | jvm 1 | 2022/12/20 13:29:46 | at org.python.pycode._pyx1550.call_function() INFO | jvm 1 | 2022/12/20 13:29:46 | at org.python.core.PyTableCode.call(PyTableCode.java:173) INFO | jvm 1 | 2022/12/20 13:29:46 | at org.python.core.PyCode.call(PyCode.java:18) INFO | jvm 1 | 2022/12/20 13:29:46 | at org.python.core.Py.runCode(Py.java:1687) INFO | jvm 1 | 2022/12/20 13:29:46 | at com.inductiveautomation.ignition.common.script.ScriptManager.runCode(ScriptManager.java:803) INFO | jvm 1 | 2022/12/20 13:29:46 | at com.inductiveautomation.ignition.gateway.project.ProjectScriptLifecycle$TrackingProjectScriptManager.runCode(ProjectScriptLifecycle.java:819) INFO | jvm 1 | 2022/12/20 13:29:46 | at com.inductiveautomation.ignition.common.script.ScriptManager.runCode(ScriptManager.java:751) INFO | jvm 1 | 2022/12/20 13:29:46 | at com.inductiveautomation.ignition.gateway.project.ProjectScriptLifecycle$TrackingProjectScriptManager.runCode(ProjectScriptLifecycle.java:800) INFO | jvm 1 | 2022/12/20 13:29:46 | at com.inductiveautomation.ignition.common.script.TimerScriptTask.run(TimerScriptTask.java:90) INFO | jvm 1 | 2022/12/20 13:29:46 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 13:29:46 | at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) INFO | jvm 1 | 2022/12/20 13:29:46 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:29:46 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 13:29:46 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:29:46 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:29:46 | Caused by: org.python.core.PyException: IndexError: index out of range: 14 INFO | jvm 1 | 2022/12/20 13:29:46 | ... 20 common frames omitted INFO | jvm 1 | 2022/12/20 13:39:09 | I [Project ] [18:39:09]: Restarting gateway scripts... project=sPHENIX_Infrastructure INFO | jvm 1 | 2022/12/20 13:39:42 | E [a.J.DatabaseJournal ] [18:39:42]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 13:39:42 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 13:39:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 13:39:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 13:39:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 13:39:42 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 13:39:42 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 13:39:42 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:39:42 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:39:42 | E [a.J.DatabaseJournal ] [18:39:42]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan3_Det/AC3 Fan 3 Detected, alarm-name=AC3 Fan 3 Detected INFO | jvm 1 | 2022/12/20 13:39:42 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 13:39:42 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 13:39:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 13:39:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 13:39:42 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 13:39:42 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 13:39:42 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 13:39:42 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:39:42 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:39:43 | E [a.J.DatabaseJournal ] [18:39:43]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 13:39:43 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:226) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 13:39:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 13:39:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 13:39:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 13:39:43 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 13:39:43 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 13:39:43 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:39:43 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:39:43 | E [a.J.DatabaseJournal ] [18:39:43]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Thermostat_Call_Det/Thermostat Call Detected, alarm-name=Thermostat Call Detected INFO | jvm 1 | 2022/12/20 13:39:43 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 13:39:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 13:39:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 13:39:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 13:39:43 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 13:39:43 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 13:39:43 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:39:43 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:39:43 | E [a.J.DatabaseJournal ] [18:39:43]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 13:39:43 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.systemAck(Alarm.java:1007) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.pushCurrentEvent(Alarm.java:990) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:904) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 13:39:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 13:39:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 13:39:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 13:39:43 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 13:39:43 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 13:39:43 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:39:43 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:39:43 | E [a.J.DatabaseJournal ] [18:39:43]: Error logging alarm event to the database. journal=Sample_Alarm_Journal_Profile, alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 13:39:43 | java.lang.Exception: Unable to add data to memory buffer, buffer full. INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.DatabaseAlarmJournal.storeRawEvent(DatabaseAlarmJournal.java:224) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.AbstractAlarmJournal.storeEvent(AbstractAlarmJournal.java:60) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.alarming.journal.AlarmJournalManagerImpl.storeEvent(AlarmJournalManagerImpl.java:304) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl.transitionAlarm(AlarmManagerImpl.java:531) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.processTransition(Alarm.java:959) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.finishTransitionEvent(Alarm.java:916) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.initTransitionEvent(Alarm.java:826) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.alarming.evaluation.Alarm.evaluate(Alarm.java:623) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.alarming.AlarmManagerImpl$AlarmEvaluatorImpl.evaluate(AlarmManagerImpl.java:707) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.alarming.AlarmingActor.processValue(AlarmingActor.java:226) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.processValueThroughObservers(ExecutableTag.java:464) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.tags.runtime.nodes.ExecutableTag.valueChanged(ExecutableTag.java:451) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:73) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.AbstractValueGeneratingActor.fireValueChange(AbstractValueGeneratingActor.java:45) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.tags.actors.factories.value.opc.OpcActorFactory$OpcActor.setValue(OpcActorFactory.java:831) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:674) INFO | jvm 1 | 2022/12/20 13:39:43 | at com.inductiveautomation.ignition.gateway.opcua.client.connection.OpcUaSubscriptionSynchronizer$DataValueConsumer.accept(OpcUaSubscriptionSynchronizer.kt:646) INFO | jvm 1 | 2022/12/20 13:39:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.lambda$setValueConsumer$0(OpcUaMonitoredItem.java:152) INFO | jvm 1 | 2022/12/20 13:39:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaMonitoredItem.onValueArrived(OpcUaMonitoredItem.java:212) INFO | jvm 1 | 2022/12/20 13:39:43 | at org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscriptionManager.lambda$null$44(OpcUaSubscriptionManager.java:733) INFO | jvm 1 | 2022/12/20 13:39:43 | at org.eclipse.milo.opcua.stack.core.util.ExecutionQueue$Task.run(ExecutionQueue.java:119) INFO | jvm 1 | 2022/12/20 13:39:43 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 13:39:43 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:39:43 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:39:54 | E [a.N.OneWayNotificationProfile ] [18:39:54]: Error sending notification email: alarm-source=Infrastructure Live Tags/HVAC/AC3/Fan2_Det/AC3 Fan 2 Detected, alarm-notification-profile=One-Way Email Alarms, alarm-name=AC3 Fan 2 Detected INFO | jvm 1 | 2022/12/20 13:39:54 | com.sun.mail.util.MailConnectException: Couldn't connect to host, port: Smtp.gmail.com, 25; timeout 10000 INFO | jvm 1 | 2022/12/20 13:39:54 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2053) INFO | jvm 1 | 2022/12/20 13:39:54 | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:697) INFO | jvm 1 | 2022/12/20 13:39:54 | at javax.mail.Service.connect(Service.java:386) INFO | jvm 1 | 2022/12/20 13:39:54 | at javax.mail.Service.connect(Service.java:245) INFO | jvm 1 | 2022/12/20 13:39:54 | at javax.mail.Service.connect(Service.java:194) INFO | jvm 1 | 2022/12/20 13:39:54 | at javax.mail.Transport.send0(Transport.java:253) INFO | jvm 1 | 2022/12/20 13:39:54 | at javax.mail.Transport.send(Transport.java:124) INFO | jvm 1 | 2022/12/20 13:39:54 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile$EmailTask.run(OneWayNotificationProfile.java:271) INFO | jvm 1 | 2022/12/20 13:39:54 | at com.inductiveautomation.ignition.alarming.notification.email.OneWayNotificationProfile.lambda$new$0(OneWayNotificationProfile.java:73) INFO | jvm 1 | 2022/12/20 13:39:54 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator.check(ThrottlingAggregator.java:94) INFO | jvm 1 | 2022/12/20 13:39:54 | at com.inductiveautomation.ignition.common.util.ThrottlingAggregator$1.run(ThrottlingAggregator.java:113) INFO | jvm 1 | 2022/12/20 13:39:54 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) INFO | jvm 1 | 2022/12/20 13:39:54 | at java.base/java.util.concurrent.FutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:39:54 | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:39:54 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) INFO | jvm 1 | 2022/12/20 13:39:54 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:39:54 | at java.base/java.lang.Thread.run(Unknown Source) INFO | jvm 1 | 2022/12/20 13:39:54 | Caused by: java.net.SocketTimeoutException: connect timed out INFO | jvm 1 | 2022/12/20 13:39:54 | at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) INFO | jvm 1 | 2022/12/20 13:39:54 | at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) INFO | jvm 1 | 2022/12/20 13:39:54 | at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) INFO | jvm 1 | 2022/12/20 13:39:54 | at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 13:39:54 | at java.base/java.net.SocksSocketImpl.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 13:39:54 | at java.base/java.net.Socket.connect(Unknown Source) INFO | jvm 1 | 2022/12/20 13:39:54 | at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:310) INFO | jvm 1 | 2022/12/20 13:39:54 | at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:236) INFO | jvm 1 | 2022/12/20 13:39:54 | at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2019) INFO | jvm 1 | 2022/12/20 13:39:54 | ... 16 common frames omitted INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'username' INFO | jvm 1 | 2022/12/20 13:42:30 | DBCP DataSource configured without a 'password' INFO | jvm 1 | 2022/12/20 13:42:31 | DBCP DataSource configured witho