2025-01-19 16:33:58,160 : ERROR : ForkJoinPool.commonPool-worker-2 : : NodeSetFactoryExtension : : : NodeSetFactory 'org.knime.python3.nodes.PurePythonNodeSetFactory' from plugin 'org.knime.python3.nodes' could not be created. org.eclipse.core.runtime.CoreException: Plug-in "org.knime.python3.nodes" was unable to instantiate class "org.knime.python3.nodes.PurePythonNodeSetFactory". at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.throwException(RegistryStrategyOSGI.java:212) at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:206) at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:920) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:246) at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:63) at org.knime.core.node.extension.NodeSetFactoryExtension.from(NodeSetFactoryExtension.java:274) at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Unknown Source) at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) at java.base/java.util.stream.Nodes$CollectorTask.doLeaf(Unknown Source) at java.base/java.util.stream.Nodes$CollectorTask.doLeaf(Unknown Source) at java.base/java.util.stream.AbstractTask.compute(Unknown Source) at java.base/java.util.concurrent.CountedCompleter.exec(Unknown Source) at java.base/java.util.concurrent.ForkJoinTask.doExec(Unknown Source) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(Unknown Source) at java.base/java.util.concurrent.ForkJoinPool.scan(Unknown Source) at java.base/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) Caused by: java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Unknown Source) at java.base/java.lang.reflect.Constructor.newInstance(Unknown Source) at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:204) ... 17 more Caused by: java.lang.NoClassDefFoundError: org/knime/core/data/util/memory/ExternalProcessMemoryWatchdog at org.knime.python3.DefaultPythonGateway.(DefaultPythonGateway.java:190) at org.knime.python3.DefaultPythonGateway.create(DefaultPythonGateway.java:151) at org.knime.python3.FreshPythonGatewayFactory.create(FreshPythonGatewayFactory.java:78) at org.knime.python3.QueuedPythonGatewayFactory$PythonGatewayQueue.takeOrCreateGatewayAndEnqueue(QueuedPythonGatewayFactory.java:276) at org.knime.python3.QueuedPythonGatewayFactory$PythonGatewayQueue.getNextGateway(QueuedPythonGatewayFactory.java:253) at org.knime.python3.QueuedPythonGatewayFactory.create(QueuedPythonGatewayFactory.java:118) at org.knime.python3.nodes.PythonNodeGatewayFactory.create(PythonNodeGatewayFactory.java:139) at org.knime.python3.nodes.pycentric.PythonCentricExtensionParser.retrieveDynamicInformationFromPython(PythonCentricExtensionParser.java:132) at org.knime.python3.nodes.pycentric.PythonCentricExtensionParser.parseExtension(PythonCentricExtensionParser.java:107) at org.knime.python3.nodes.PurePythonNodeSetFactory.parseExtension(PurePythonNodeSetFactory.java:132) at org.knime.python3.nodes.PurePythonNodeSetFactory.lambda$3(PurePythonNodeSetFactory.java:127) at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) at java.base/java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(Unknown Source) at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Unknown Source) at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(Unknown Source) at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) at java.base/java.util.stream.ReferencePipeline.collect(Unknown Source) at org.knime.python3.nodes.extension.ExtensionNodeSetFactory.(ExtensionNodeSetFactory.java:114) at org.knime.python3.nodes.PurePythonNodeSetFactory.(PurePythonNodeSetFactory.java:108) ... 23 more Caused by: java.lang.ClassNotFoundException: org.knime.core.data.util.memory.ExternalProcessMemoryWatchdog cannot be found by org.knime.python3_5.2.6.v202410081551 at org.eclipse.osgi.internal.loader.BundleLoader.generateException(BundleLoader.java:541) at org.eclipse.osgi.internal.loader.BundleLoader.findClass0(BundleLoader.java:536) at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:416) at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:168) at java.base/java.lang.ClassLoader.loadClass(Unknown Source) ... 47 more 2025-01-19 16:33:58,204 : ERROR : KNIME-Worker-0 : : CategoryExtensionUtil : : : Failed to create CategorySetFactory from plugin 'org.knime.python3.nodes'. org.eclipse.core.runtime.CoreException: Plug-in "org.knime.python3.nodes" was unable to instantiate class "org.knime.python3.nodes.PurePythonNodeSetFactory". at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.throwException(RegistryStrategyOSGI.java:212) at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:206) at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:920) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:246) at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:63) at org.knime.core.node.extension.CategoryExtensionUtil.collectFromCategorySetsExtPoint(CategoryExtensionUtil.java:125) at org.knime.core.node.extension.CategoryExtensionUtil.collectCategoryExtensions(CategoryExtensionUtil.java:91) at org.knime.core.node.extension.NodeSpecCollectionProvider.getInstance(NodeSpecCollectionProvider.java:84) at java.base/java.util.concurrent.FutureTask.run(Unknown Source) at org.knime.core.util.ThreadPool$MyFuture.run(ThreadPool.java:123) at org.knime.core.util.ThreadPool$Worker.run(ThreadPool.java:246) Caused by: java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Unknown Source) at java.base/java.lang.reflect.Constructor.newInstance(Unknown Source) at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:204) ... 9 more Caused by: java.lang.NoClassDefFoundError: org/knime/core/data/util/memory/ExternalProcessMemoryWatchdog at org.knime.python3.DefaultPythonGateway.(DefaultPythonGateway.java:190) at org.knime.python3.DefaultPythonGateway.create(DefaultPythonGateway.java:151) at org.knime.python3.FreshPythonGatewayFactory.create(FreshPythonGatewayFactory.java:78) at org.knime.python3.QueuedPythonGatewayFactory$PythonGatewayQueue.takeOrCreateGatewayAndEnqueue(QueuedPythonGatewayFactory.java:276) at org.knime.python3.QueuedPythonGatewayFactory$PythonGatewayQueue.getNextGateway(QueuedPythonGatewayFactory.java:253) at org.knime.python3.QueuedPythonGatewayFactory.create(QueuedPythonGatewayFactory.java:118) at org.knime.python3.nodes.PythonNodeGatewayFactory.create(PythonNodeGatewayFactory.java:139) at org.knime.python3.nodes.pycentric.PythonCentricExtensionParser.retrieveDynamicInformationFromPython(PythonCentricExtensionParser.java:132) at org.knime.python3.nodes.pycentric.PythonCentricExtensionParser.parseExtension(PythonCentricExtensionParser.java:107) at org.knime.python3.nodes.PurePythonNodeSetFactory.parseExtension(PurePythonNodeSetFactory.java:132) at org.knime.python3.nodes.PurePythonNodeSetFactory.lambda$3(PurePythonNodeSetFactory.java:127) at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) at java.base/java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(Unknown Source) at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Unknown Source) at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(Unknown Source) at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) at java.base/java.util.stream.ReferencePipeline.collect(Unknown Source) at org.knime.python3.nodes.extension.ExtensionNodeSetFactory.(ExtensionNodeSetFactory.java:114) at org.knime.python3.nodes.PurePythonNodeSetFactory.(PurePythonNodeSetFactory.java:108) ... 15 more Caused by: java.lang.ClassNotFoundException: org.knime.core.data.util.memory.ExternalProcessMemoryWatchdog cannot be found by org.knime.python3_5.2.6.v202410081551 ... 39 more 2025-01-19 16:34:00,182 : DEBUG : main : : KnimeEncryption : : : Replacing current encryption key supplier "null" with this new one "org.knime.workbench.core.EclipseEncryptionKeySupplier@2987b699". 2025-01-19 16:34:00,182 : DEBUG : main : : DatabaseConnectionSettings : : : Settings database timeout to 15 seconds 2025-01-19 16:34:00,182 : DEBUG : main : : KnimeEncryption : : : Replacing current encryption key supplier "org.knime.workbench.core.EclipseEncryptionKeySupplier@2987b699" with this new one "org.knime.workbench.ui.masterkey.MasterKeyPreferencePage$1@77978658". 2025-01-19 16:34:00,234 : DEBUG : main : : SvgPluginActivator : : : Added SVG export option to node view class 2025-01-19 16:34:00,314 : DEBUG : main : : TableStoreFormatRegistry : : : Added table storage format 'org.knime.core.data.container.DefaultTableStoreFormat' from 'org.knime.core' 2025-01-19 16:34:00,330 : DEBUG : main : : TableBackendRegistry : : : Added table backend 'org.knime.core.data.container.BufferedTableBackend' from 'org.knime.core' 2025-01-19 16:34:00,330 : DEBUG : main : : TableBackendRegistry : : : Added table backend 'org.knime.core.data.columnar.ColumnarTableBackend' from 'org.knime.core.data.columnar' 2025-01-19 16:34:00,693 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Loading executable extensions of extension point: org.knime.database.RowFilter 2025-01-19 16:34:00,701 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable extension initializer has been created 2025-01-19 16:34:00,701 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable is instance of MSAccessRowFilterInitializer 2025-01-19 16:34:00,717 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Loading extensions of extension point: org.knime.database.DBType 2025-01-19 16:34:00,732 : DEBUG : Node Repository Initializer : : DBTypeRegistry : : : Register database type: DBType(id=h2, name=H2, description=null) 2025-01-19 16:34:00,732 : DEBUG : Node Repository Initializer : : DBTypeRegistry : : : Register database type: DBType(id=msaccess, name=Microsoft Access, description=null) 2025-01-19 16:34:00,735 : DEBUG : Node Repository Initializer : : DBTypeRegistry : : : Register database type: DBType(id=mssqlserver, name=Microsoft SQL Server, description=null) 2025-01-19 16:34:00,735 : DEBUG : Node Repository Initializer : : DBTypeRegistry : : : Register database type: DBType(id=mysql, name=MySQL, description=null) 2025-01-19 16:34:00,735 : DEBUG : Node Repository Initializer : : DBTypeRegistry : : : Register database type: DBType(id=postgres, name=PostgreSQL, description=null) 2025-01-19 16:34:00,735 : DEBUG : Node Repository Initializer : : DBTypeRegistry : : : Register database type: DBType(id=sqlite, name=SQLite, description=null) 2025-01-19 16:34:00,735 : DEBUG : Node Repository Initializer : : DBTypeRegistry : : : Register database type: DBType(id=db2, name=IBM Db2, description=null) 2025-01-19 16:34:00,735 : DEBUG : Node Repository Initializer : : DBTypeRegistry : : : Register database type: DBType(id=oracle, name=Oracle, description=null) 2025-01-19 16:34:00,735 : DEBUG : Node Repository Initializer : : DBTypeRegistry : : : Register database type: DBType(id=saphana, name=SAP HANA, description=null) 2025-01-19 16:34:00,735 : DEBUG : Node Repository Initializer : : DBTypeRegistry : : : Register database type: DBType(id=teradata, name=Teradata, description=null) 2025-01-19 16:34:00,735 : DEBUG : Node Repository Initializer : : DBTypeRegistry : : : Register database type: DBType(id=vertica, name=Vertica, description=Vertica Analytics Platform) 2025-01-19 16:34:00,735 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable extension initializer has been created 2025-01-19 16:34:00,735 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable is instance of SQLiteRowFilterInitializer 2025-01-19 16:34:00,735 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable extension initializer has been created 2025-01-19 16:34:00,735 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable is instance of OracleRowFilterInitializer 2025-01-19 16:34:00,755 : DEBUG : KNIME-Worker-6 : : KnimeEnterpriseFileSystemPlugin : : : Started KNIME Enterprise Remote File System plug-in 2025-01-19 16:34:00,773 : DEBUG : Node Repository Initializer : : MicrosoftAuthenticationPlugin : : : Failed to initialize the JAX-RS 1.x RuntimeDelegate. Provided error message: java.lang.ClassNotFoundException: com.sun.ws.rs.ext.RuntimeDelegateImpl cannot be found by javax.ws.rs.jsr311-api_1.1.1 2025-01-19 16:34:00,774 : INFO : KNIME-Worker-6 : : ExplorerMountTable : : : Mounted Explorer Temp Space 'knime-temp-space' - com.knime.explorer.tempspace 2025-01-19 16:34:00,844 : DEBUG : KNIME-Worker-6 : : MRUFileMenuItem : : : Unable to open a connection to a recent workflow [knime://LOCAL/Scratchpad/workflow.knime]. java.io.IOException: File not found: C:\Users\o.adekanye\knime-workspace\Scratchpad\workflow.knime. at org.knime.workbench.explorer.ExplorerURLStreamHandler$ExplorerURLConnection.getInputStream(ExplorerURLStreamHandler.java:334) at org.knime.workbench.editor2.menu.MRUFileMenuItem$AssetExistenceResolver.run(MRUFileMenuItem.java:273) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.run(Unknown Source) at org.knime.core.util.ThreadPool$MyFuture.run(ThreadPool.java:123) at org.knime.core.util.ThreadPool$Worker.run(ThreadPool.java:246) Caused by: org.eclipse.core.runtime.CoreException: File not found: C:\Users\o.adekanye\knime-workspace\Scratchpad\workflow.knime. at org.eclipse.core.internal.filesystem.Policy.error(Policy.java:48) at org.eclipse.core.internal.filesystem.local.LocalFile.openInputStream(LocalFile.java:423) at org.knime.workbench.explorer.localworkspace.LocalWorkspaceFileStore.openInputStream(LocalWorkspaceFileStore.java:216) at org.knime.workbench.explorer.ExplorerURLStreamHandler$ExplorerURLConnection.getInputStream(ExplorerURLStreamHandler.java:332) ... 5 more Caused by: java.io.FileNotFoundException: C:\Users\o.adekanye\knime-workspace\Scratchpad\workflow.knime (The system cannot find the path specified) at java.base/java.io.FileInputStream.open0(Native Method) at java.base/java.io.FileInputStream.open(Unknown Source) at java.base/java.io.FileInputStream.(Unknown Source) at org.eclipse.core.internal.filesystem.local.LocalFile.openInputStream(LocalFile.java:418) ... 7 more 2025-01-19 16:34:01,564 : DEBUG : Node Repository Initializer : : DatabaseDriverLoader : : : Could not load JDBC ODBC driver class 'sun.jdbc.odbc.JdbcOdbcDriver'. Class has been removed in Java 8. 2025-01-19 16:34:01,564 : DEBUG : Node Repository Initializer : : DatabaseDriverLoader : : : Load driver from file: C:\Program Files\KNIME\plugins\org.knime.database.connectors_5.2.0.v202310301554\lib\jtds-1.3.1.jar 2025-01-19 16:34:01,580 : DEBUG : Node Repository Initializer : : DatabaseDriverLoader : : : Database driver net.sourceforge.jtds.jdbc.Driver loaded successful from file C:\Program Files\KNIME\plugins\org.knime.database.connectors_5.2.0.v202310301554\lib\jtds-1.3.1.jar. Driver info: Driver class name: net.sourceforge.jtds.jdbc.Driver major version: 1 minor version: 3 jdbc compliant: false 2025-01-19 16:34:01,580 : DEBUG : Node Repository Initializer : : DatabaseDriverLoader : : : Adding driver to buildin map: net.sourceforge.jtds.jdbc.Driver 2025-01-19 16:34:01,627 : DEBUG : Node Repository Initializer : : DatabaseDriverLoader : : : Load driver from file: C:\Program Files\KNIME\plugins\org.knime.database.connectors_5.2.0.v202310301554\lib\postgresql-9.4-1201.jdbc41.jar 2025-01-19 16:34:01,627 : DEBUG : Node Repository Initializer : : DatabaseDriverLoader : : : Database driver org.postgresql.Driver loaded successful from file C:\Program Files\KNIME\plugins\org.knime.database.connectors_5.2.0.v202310301554\lib\postgresql-9.4-1201.jdbc41.jar. Driver info: Driver class name: org.postgresql.Driver major version: 9 minor version: 4 jdbc compliant: false 2025-01-19 16:34:01,627 : DEBUG : Node Repository Initializer : : DatabaseDriverLoader : : : Adding driver to buildin map: org.postgresql.Driver 2025-01-19 16:34:01,896 : DEBUG : Node Repository Initializer : : VariableTypeRegistry : : : Added flow variable type 'org.knime.conda.CondaEnvironmentPropagation$CondaEnvironmentType' from 'org.knime.conda' 2025-01-19 16:34:01,896 : DEBUG : Node Repository Initializer : : VariableTypeRegistry : : : Added flow variable type 'org.knime.filehandling.core.data.location.variable.FSLocationVariableType' from 'org.knime.filehandling.core' 2025-01-19 16:34:01,897 : DEBUG : Node Repository Initializer : : VariableTypeRegistry : : : Added flow variable type 'org.knime.filehandling.core.data.location.variable.FSLocationSpecVariableType' from 'org.knime.filehandling.core' 2025-01-19 16:34:01,972 : DEBUG : Node Repository Initializer : : DataCellToJavaConverterRegistry : : : Registered DataCellToJavaConverterFactory from DataValueAccessMethod annotation for org.knime.core.data.IntValue to java.lang.Integer 2025-01-19 16:34:01,972 : DEBUG : Node Repository Initializer : : DataCellToJavaConverterRegistry : : : Registered DataCellToJavaConverterFactory from DataValueAccessMethod annotation for org.knime.core.data.LongValue to java.lang.Long 2025-01-19 16:34:01,972 : DEBUG : Node Repository Initializer : : DataCellToJavaConverterRegistry : : : Registered DataCellToJavaConverterFactory from DataValueAccessMethod annotation for org.knime.core.data.DoubleValue to java.lang.Double 2025-01-19 16:34:01,972 : DEBUG : Node Repository Initializer : : DataCellToJavaConverterRegistry : : : Registered DataCellToJavaConverterFactory from DataValueAccessMethod annotation for org.knime.core.data.BooleanValue to java.lang.Boolean 2025-01-19 16:34:01,972 : DEBUG : Node Repository Initializer : : DataCellToJavaConverterRegistry : : : Registered DataCellToJavaConverterFactory from DataValueAccessMethod annotation for org.knime.core.data.vector.bitvector.BitVectorValue to java.lang.String 2025-01-19 16:34:01,972 : DEBUG : Node Repository Initializer : : DataCellToJavaConverterRegistry : : : Registered DataCellToJavaConverterFactory from DataValueAccessMethod annotation for org.knime.core.data.xml.XMLValue to org.w3c.dom.Document 2025-01-19 16:34:01,972 : DEBUG : Node Repository Initializer : : DataCellToJavaConverterRegistry : : : Registered DataCellToJavaConverterFactory from DataValueAccessMethod annotation for org.knime.core.data.StringValue to java.lang.String 2025-01-19 16:34:01,972 : DEBUG : Node Repository Initializer : : DataCellToJavaConverterRegistry : : : Registered DataCellToJavaConverterFactory from DataValueAccessMethod annotation for org.knime.core.data.blob.BinaryObjectDataValue to java.io.InputStream 2025-01-19 16:34:01,972 : DEBUG : Node Repository Initializer : : DataCellToJavaConverterRegistry : : : Registered DataCellToJavaConverterFactory from DataValueAccessMethod annotation for org.knime.core.data.uri.URIDataValue to java.lang.String 2025-01-19 16:34:01,972 : DEBUG : Node Repository Initializer : : DataCellToJavaConverterRegistry : : : Registered DataCellToJavaConverterFactory from DataValueAccessMethod annotation for org.knime.base.data.xml.SvgValue to org.w3c.dom.svg.SVGDocument 2025-01-19 16:34:01,972 : DEBUG : Node Repository Initializer : : DataCellToJavaConverterRegistry : : : Registered DataCellToJavaConverterFactory from DataValueAccessMethod annotation for org.knime.filehandling.core.data.location.FSLocationValue to org.knime.filehandling.core.connections.FSLocation 2025-01-19 16:34:01,974 : DEBUG : Node Repository Initializer : : DataCellToJavaConverterRegistry : : : Registered DataCellToJavaConverterFactory from DataValueAccessMethod annotation for org.knime.core.data.time.localtime.LocalTimeValue to java.time.LocalTime 2025-01-19 16:34:01,974 : DEBUG : Node Repository Initializer : : DataCellToJavaConverterRegistry : : : Registered DataCellToJavaConverterFactory from DataValueAccessMethod annotation for org.knime.core.data.time.localdate.LocalDateValue to java.time.LocalDate 2025-01-19 16:34:01,974 : DEBUG : Node Repository Initializer : : DataCellToJavaConverterRegistry : : : Registered DataCellToJavaConverterFactory from DataValueAccessMethod annotation for org.knime.core.data.time.localdatetime.LocalDateTimeValue to java.time.LocalDateTime 2025-01-19 16:34:01,974 : DEBUG : Node Repository Initializer : : DataCellToJavaConverterRegistry : : : Registered DataCellToJavaConverterFactory from DataValueAccessMethod annotation for org.knime.core.data.time.zoneddatetime.ZonedDateTimeValue to java.time.ZonedDateTime 2025-01-19 16:34:01,974 : DEBUG : Node Repository Initializer : : DataCellToJavaConverterRegistry : : : Registered DataCellToJavaConverterFactory from DataValueAccessMethod annotation for org.knime.core.data.time.duration.DurationValue to java.time.Duration 2025-01-19 16:34:01,974 : DEBUG : Node Repository Initializer : : DataCellToJavaConverterRegistry : : : Registered DataCellToJavaConverterFactory from DataValueAccessMethod annotation for org.knime.core.data.time.period.PeriodValue to java.time.Period 2025-01-19 16:34:01,975 : DEBUG : Node Repository Initializer : : DataCellToJavaConverterRegistry : : : Found ConverterProvider extension: org.knime.core.data.vector.bytevector.ByteVectorValueToIntStreamConverterFactory(ByteVectorValue,interface java.util.stream.IntStream,IntStream (values in [0-255])) 2025-01-19 16:34:01,975 : DEBUG : Node Repository Initializer : : DataCellToJavaConverterRegistry : : : Found ConverterProvider extension: org.knime.core.data.vector.bytevector.ByteVectorValueToPrimitiveIntArrayConverterFactory(ByteVectorValue,class [I,int[] (values in [0-255])) 2025-01-19 16:34:01,975 : DEBUG : Node Repository Initializer : : DataCellToJavaConverterRegistry : : : Found ConverterProvider extension: org.knime.core.data.json.JsonValueToJavaConverterFactory(JSONValue,interface jakarta.json.JsonValue,JsonValue) 2025-01-19 16:34:01,985 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Registered JavaToDataCellConverterFactory from DataCellFactoryMethod annotation for: int to Number (integer) 2025-01-19 16:34:01,985 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Registered JavaToDataCellConverterFactory from DataCellFactoryMethod annotation for: java.lang.String to Number (integer) 2025-01-19 16:34:01,985 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Registered JavaToDataCellConverterFactory from DataCellFactoryMethod annotation for: java.lang.String to Number (double) 2025-01-19 16:34:01,985 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Registered JavaToDataCellConverterFactory from DataCellFactoryMethod annotation for: long to Number (double) 2025-01-19 16:34:01,986 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Registered JavaToDataCellConverterFactory from DataCellFactoryMethod annotation for: float to Number (double) 2025-01-19 16:34:01,986 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Registered JavaToDataCellConverterFactory from DataCellFactoryMethod annotation for: double to Number (double) 2025-01-19 16:34:01,986 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Registered JavaToDataCellConverterFactory from DataCellFactoryMethod annotation for: int to Number (double) 2025-01-19 16:34:01,986 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Registered JavaToDataCellConverterFactory from DataCellFactoryMethod annotation for: boolean to Boolean value 2025-01-19 16:34:01,986 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Registered JavaToDataCellConverterFactory from DataCellFactoryMethod annotation for: java.lang.String to Boolean value 2025-01-19 16:34:01,986 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Registered JavaToDataCellConverterFactory from DataCellFactoryMethod annotation for: java.lang.String to Number (long) 2025-01-19 16:34:01,986 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Registered JavaToDataCellConverterFactory from DataCellFactoryMethod annotation for: int to Number (long) 2025-01-19 16:34:01,986 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Registered JavaToDataCellConverterFactory from DataCellFactoryMethod annotation for: long to Number (long) 2025-01-19 16:34:01,986 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Registered JavaToDataCellConverterFactory from DataCellFactoryMethod annotation for: java.lang.String to Bit vector (sparse) 2025-01-19 16:34:01,986 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Registered JavaToDataCellConverterFactory from DataCellFactoryMethod annotation for: java.lang.String to Bit vector 2025-01-19 16:34:01,987 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Registered JavaToDataCellConverterFactory from DataCellFactoryMethod annotation for: java.io.InputStream to XML 2025-01-19 16:34:01,987 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Registered JavaToDataCellConverterFactory from DataCellFactoryMethod annotation for: org.w3c.dom.Document to XML 2025-01-19 16:34:01,987 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Registered JavaToDataCellConverterFactory from DataCellFactoryMethod annotation for: java.lang.String to XML 2025-01-19 16:34:01,987 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Registered JavaToDataCellConverterFactory from DataCellFactoryMethod annotation for: java.io.InputStream to XML 2025-01-19 16:34:01,987 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Registered JavaToDataCellConverterFactory from DataCellFactoryMethod annotation for: java.io.InputStream to PNG Image 2025-01-19 16:34:01,988 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Registered JavaToDataCellConverterFactory from DataCellFactoryMethod annotation for: java.io.InputStream to Binary object 2025-01-19 16:34:01,988 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Registered JavaToDataCellConverterFactory from DataCellFactoryMethod annotation for: [B to Binary object 2025-01-19 16:34:01,988 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Registered JavaToDataCellConverterFactory from DataCellFactoryMethod annotation for: java.lang.String to PMML 2025-01-19 16:34:01,988 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Registered JavaToDataCellConverterFactory from DataCellFactoryMethod annotation for: java.io.InputStream to PMML 2025-01-19 16:34:01,988 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Registered JavaToDataCellConverterFactory from DataCellFactoryMethod annotation for: java.lang.String to String 2025-01-19 16:34:01,988 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Registered JavaToDataCellConverterFactory from DataCellFactoryMethod annotation for: java.io.Reader to String 2025-01-19 16:34:01,988 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Registered JavaToDataCellConverterFactory from DataCellFactoryMethod annotation for: java.io.InputStream to String 2025-01-19 16:34:01,988 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Registered JavaToDataCellConverterFactory from DataCellFactoryMethod annotation for: java.lang.String to URI 2025-01-19 16:34:01,989 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Registered JavaToDataCellConverterFactory from DataCellFactoryMethod annotation for: java.io.Reader to SVG image 2025-01-19 16:34:01,989 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Registered JavaToDataCellConverterFactory from DataCellFactoryMethod annotation for: java.io.InputStream to SVG image 2025-01-19 16:34:01,989 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Registered JavaToDataCellConverterFactory from DataCellFactoryMethod annotation for: java.lang.String to SVG image 2025-01-19 16:34:01,989 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Registered JavaToDataCellConverterFactory from DataCellFactoryMethod annotation for: org.knime.filehandling.core.connections.FSLocation to Path 2025-01-19 16:34:01,989 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Registered JavaToDataCellConverterFactory from DataCellFactoryMethod annotation for: jakarta.json.JsonValue to JSON 2025-01-19 16:34:01,989 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Registered JavaToDataCellConverterFactory from DataCellFactoryMethod annotation for: java.io.Reader to JSON 2025-01-19 16:34:01,989 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Registered JavaToDataCellConverterFactory from DataCellFactoryMethod annotation for: java.io.InputStream to JSON 2025-01-19 16:34:01,989 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Registered JavaToDataCellConverterFactory from DataCellFactoryMethod annotation for: java.lang.String to JSON 2025-01-19 16:34:01,990 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Registered JavaToDataCellConverterFactory from DataCellFactoryMethod annotation for: java.lang.String to HTML 2025-01-19 16:34:01,990 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Registered JavaToDataCellConverterFactory from DataCellFactoryMethod annotation for: java.time.LocalTime to Local Time 2025-01-19 16:34:01,990 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Registered JavaToDataCellConverterFactory from DataCellFactoryMethod annotation for: java.lang.String to Local Time 2025-01-19 16:34:01,990 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Registered JavaToDataCellConverterFactory from DataCellFactoryMethod annotation for: java.time.LocalDate to Local Date 2025-01-19 16:34:01,990 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Registered JavaToDataCellConverterFactory from DataCellFactoryMethod annotation for: java.lang.String to Local Date 2025-01-19 16:34:01,990 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Registered JavaToDataCellConverterFactory from DataCellFactoryMethod annotation for: java.time.LocalDateTime to Local Date Time 2025-01-19 16:34:01,990 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Registered JavaToDataCellConverterFactory from DataCellFactoryMethod annotation for: java.lang.String to Local Date Time 2025-01-19 16:34:01,990 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Registered JavaToDataCellConverterFactory from DataCellFactoryMethod annotation for: java.time.ZonedDateTime to Zoned Date Time 2025-01-19 16:34:01,990 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Registered JavaToDataCellConverterFactory from DataCellFactoryMethod annotation for: java.lang.String to Zoned Date Time 2025-01-19 16:34:01,990 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Registered JavaToDataCellConverterFactory from DataCellFactoryMethod annotation for: java.time.Duration to Duration 2025-01-19 16:34:01,990 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Registered JavaToDataCellConverterFactory from DataCellFactoryMethod annotation for: java.lang.String to Duration 2025-01-19 16:34:01,990 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Registered JavaToDataCellConverterFactory from DataCellFactoryMethod annotation for: java.time.Period to Period 2025-01-19 16:34:01,990 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Registered JavaToDataCellConverterFactory from DataCellFactoryMethod annotation for: java.lang.String to Period 2025-01-19 16:34:01,990 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Found ConverterProvider extension: org.eclipse.core.internal.registry.ExtensionHandle@1d9c 2025-01-19 16:34:01,991 : DEBUG : Node Repository Initializer : : JavaToDataCellConverterRegistry : : : Found ConverterProvider extension: org.eclipse.core.internal.registry.ExtensionHandle@1d9c 2025-01-19 16:34:02,562 : DEBUG : Node Repository Initializer : : HiLiteHandler : : : Adding hilite translator to handler c21de865-eab9-4ecd-8850-8e9dd32956f8 2025-01-19 16:34:02,591 : DEBUG : Node Repository Initializer : : HiLiteHandler : : : Adding hilite translator to handler 6498d088-9ee2-4031-95d4-86e881455ce9 2025-01-19 16:34:02,631 : DEBUG : Node Repository Initializer : : MissingCellHandlerDescriptionFactory : : : Loading description for factory: class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.AverageInterpolationMissingCellHandlerFactory 2025-01-19 16:34:02,637 : DEBUG : Node Repository Initializer : : MissingCellHandlerDescriptionFactory : : : Loading description for factory: class org.knime.base.node.preproc.pmml.missingval.handlers.FixedDoubleValueMissingCellHandlerFactory 2025-01-19 16:34:02,638 : DEBUG : Node Repository Initializer : : MissingCellHandlerDescriptionFactory : : : Loading description for factory: class org.knime.base.node.preproc.pmml.missingval.handlers.FixedIntegerValueMissingCellHandlerFactory 2025-01-19 16:34:02,639 : DEBUG : Node Repository Initializer : : MissingCellHandlerDescriptionFactory : : : Loading description for factory: class org.knime.base.node.preproc.pmml.missingval.handlers.FixedStringValueMissingCellHandlerFactory 2025-01-19 16:34:02,639 : DEBUG : Node Repository Initializer : : MissingCellHandlerDescriptionFactory : : : Loading description for factory: class org.knime.base.node.preproc.pmml.missingval.handlers.FixedLongValueMissingCellHandlerFactory 2025-01-19 16:34:02,640 : DEBUG : Node Repository Initializer : : MissingCellHandlerDescriptionFactory : : : Loading description for factory: class org.knime.base.node.preproc.pmml.missingval.handlers.FixedBooleanValueMissingCellHandlerFactory 2025-01-19 16:34:02,640 : DEBUG : Node Repository Initializer : : MissingCellHandlerDescriptionFactory : : : Loading description for factory: class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.LinearInterpolationMissingCellHandlerFactory 2025-01-19 16:34:02,640 : DEBUG : Node Repository Initializer : : MissingCellHandlerDescriptionFactory : : : Loading description for factory: class org.knime.base.node.preproc.pmml.missingval.handlers.MaxMissingCellHandlerFactory 2025-01-19 16:34:02,641 : DEBUG : Node Repository Initializer : : MissingCellHandlerDescriptionFactory : : : Loading description for factory: class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMeanMissingCellHandlerFactory 2025-01-19 16:34:02,641 : DEBUG : Node Repository Initializer : : MissingCellHandlerDescriptionFactory : : : Loading description for factory: class org.knime.base.node.preproc.pmml.missingval.handlers.MedianNumberMissingCellHandlerFactory 2025-01-19 16:34:02,643 : DEBUG : Node Repository Initializer : : MissingCellHandlerDescriptionFactory : : : Loading description for factory: class org.knime.base.node.preproc.pmml.missingval.handlers.MinMissingCellHandlerFactory 2025-01-19 16:34:02,643 : DEBUG : Node Repository Initializer : : MissingCellHandlerDescriptionFactory : : : Loading description for factory: class org.knime.base.node.preproc.pmml.missingval.handlers.MostFrequentValueMissingCellHandlerFactory 2025-01-19 16:34:02,644 : DEBUG : Node Repository Initializer : : MissingCellHandlerDescriptionFactory : : : Loading description for factory: class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMovingAverageMissingCellHandlerFactory 2025-01-19 16:34:02,644 : DEBUG : Node Repository Initializer : : MissingCellHandlerDescriptionFactory : : : Loading description for factory: class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.NextMissingCellHandlerFactory 2025-01-19 16:34:02,645 : DEBUG : Node Repository Initializer : : MissingCellHandlerDescriptionFactory : : : Loading description for factory: class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.PreviousMissingCellHandlerFactory 2025-01-19 16:34:02,646 : DEBUG : Node Repository Initializer : : MissingCellHandlerDescriptionFactory : : : Loading description for factory: class org.knime.base.node.preproc.pmml.missingval.handlers.RemoveRowMissingCellHandlerFactory 2025-01-19 16:34:02,646 : DEBUG : Node Repository Initializer : : MissingCellHandlerDescriptionFactory : : : Loading description for factory: class org.knime.base.node.preproc.pmml.missingval.handlers.IntegerMeanMissingCellHandlerFactory 2025-01-19 16:34:02,667 : DEBUG : Node Repository Initializer : : HiLiteHandler : : : Adding hilite translator to handler 654cb82b-b63a-4377-8e96-0cfb5fe81791 2025-01-19 16:34:02,688 : DEBUG : Node Repository Initializer : : HiLiteHandler : : : Adding hilite translator to handler 4b243702-94d0-43ae-84e7-55f308dda2de 2025-01-19 16:34:02,764 : DEBUG : Node Repository Initializer : : HiLiteHandler : : : Adding hilite translator to handler 8d37d515-0944-46c8-9c39-386023ac185d 2025-01-19 16:34:02,770 : DEBUG : Node Repository Initializer : : HiLiteHandler : : : Adding hilite translator to handler a9e6c73e-efe1-4a58-83d1-af144c193953 2025-01-19 16:34:02,814 : DEBUG : main : : NodeTimer$GlobalNodeStats : : : Successfully read node usage stats from file: C:\Users\o.adekanye\knime-workspace\.metadata\knime\nodeusage_3.0.json 2025-01-19 16:34:02,831 : DEBUG : main : : NodeContainer : : : ROOT has new state: EXECUTED 2025-01-19 16:34:02,831 : DEBUG : main : : WorkflowManager : : : Created subworkflow 2025-01-19 16:34:02,831 : DEBUG : main : : NodeContainer : : : KNIME captured workflow fragment repository 1 has new state: EXECUTED 2025-01-19 16:34:02,831 : DEBUG : main : : WorkflowManager : : : Created subworkflow 1 2025-01-19 16:34:02,832 : DEBUG : main : : WorkflowManager : : : Added new subworkflow 1 2025-01-19 16:34:02,832 : DEBUG : main : : NodeContainer : : : ROOT has new state: IDLE 2025-01-19 16:34:02,832 : DEBUG : main : : WorkflowManager : : : Created project 1 2025-01-19 16:34:02,832 : DEBUG : main : : NodeContainer : : : KNIME MetaNode Repository 2 has new state: EXECUTED 2025-01-19 16:34:02,832 : DEBUG : main : : WorkflowManager : : : Created subworkflow 2 2025-01-19 16:34:02,832 : DEBUG : main : : WorkflowManager : : : Added new subworkflow 2 2025-01-19 16:34:02,832 : DEBUG : main : : WorkflowManager : : : Created project 2 2025-01-19 16:34:02,850 : DEBUG : main : : NodeRecommendationManager : : : Cannot load recommendations yet. No node type supplier available. 2025-01-19 16:34:02,851 : DEBUG : main : : NodeRecommendationManager : : : Cannot load recommendations yet. No node type supplier available. 2025-01-19 16:34:02,868 : DEBUG : main : : LifeCycle : : : Life cycle state transition: from 'STARTUP' to 'CREATE' 2025-01-19 16:34:02,954 : DEBUG : Node Repository Initializer : : HiLiteHandler : : : Adding hilite translator to handler 5ab76912-4f78-4006-b231-3f0e2bc772a2 2025-01-19 16:34:02,954 : DEBUG : Node Repository Initializer : : HiLiteHandler : : : Adding hilite translator to handler 00fb3d26-94c7-4caa-baf8-18b05f417d20 2025-01-19 16:34:02,955 : DEBUG : Node Repository Initializer : : HiLiteHandler : : : Adding hilite translator to handler 1aaa06ff-15f4-435a-9a8e-3271bf7e9424 2025-01-19 16:34:02,955 : DEBUG : Node Repository Initializer : : HiLiteHandler : : : Adding hilite translator to handler 5ab76912-4f78-4006-b231-3f0e2bc772a2 2025-01-19 16:34:02,955 : DEBUG : Node Repository Initializer : : HiLiteHandler : : : Adding hilite translator to handler 00fb3d26-94c7-4caa-baf8-18b05f417d20 2025-01-19 16:34:02,955 : DEBUG : Node Repository Initializer : : HiLiteHandler : : : Adding hilite translator to handler 23311920-ac77-4c38-96f3-4480167d5fbc 2025-01-19 16:34:02,985 : DEBUG : Worker-0: Downloading statistics for node recommendations. : : KNIMECXFBusFactory : : : Initialized KNIMECXFBusFactory 2025-01-19 16:34:03,017 : DEBUG : Node Repository Initializer : : HiLiteHandler : : : Adding hilite translator to handler c7874d53-3803-4ee2-a2f9-e5cfb8f5f54b 2025-01-19 16:34:03,081 : DEBUG : main : : ExtPointUtil : : : Found configuration element for org.knime.ui.java.SpaceProviders from com.knime.explorer.server 2025-01-19 16:34:03,081 : DEBUG : main : : ExtPointUtil : : : Found configuration element for org.knime.ui.java.SpaceProviders from com.knime.explorer.server 2025-01-19 16:34:03,151 : DEBUG : main : : ConfigurableNodeFactoryMapper : : : File extension: ".accdb" registered for Node Factory: MSAccessConnectorNodeFactory. 2025-01-19 16:34:03,151 : DEBUG : main : : ConfigurableNodeFactoryMapper : : : File extension: ".csv" registered for Node Factory: CSVTableReaderNodeFactory. 2025-01-19 16:34:03,151 : DEBUG : main : : ConfigurableNodeFactoryMapper : : : File extension: ".csv.gz" registered for Node Factory: CSVTableReaderNodeFactory. 2025-01-19 16:34:03,151 : DEBUG : main : : ConfigurableNodeFactoryMapper : : : File extension: ".h2" registered for Node Factory: H2DBConnectorNodeFactory. 2025-01-19 16:34:03,151 : DEBUG : main : : ConfigurableNodeFactoryMapper : : : File extension: ".h2.db" registered for Node Factory: H2DBConnectorNodeFactory. 2025-01-19 16:34:03,151 : DEBUG : main : : ConfigurableNodeFactoryMapper : : : File extension: ".h2db" registered for Node Factory: H2DBConnectorNodeFactory. 2025-01-19 16:34:03,151 : DEBUG : main : : ConfigurableNodeFactoryMapper : : : File extension: ".json" registered for Node Factory: JSONReaderNodeFactory. 2025-01-19 16:34:03,151 : DEBUG : main : : ConfigurableNodeFactoryMapper : : : File extension: ".json.gz" registered for Node Factory: JSONReaderNodeFactory. 2025-01-19 16:34:03,151 : DEBUG : main : : ConfigurableNodeFactoryMapper : : : File extension: ".mdb" registered for Node Factory: MSAccessConnectorNodeFactory. 2025-01-19 16:34:03,151 : DEBUG : main : : ConfigurableNodeFactoryMapper : : : File extension: ".model" registered for Node Factory: ModelReaderNodeFactory. 2025-01-19 16:34:03,151 : DEBUG : main : : ConfigurableNodeFactoryMapper : : : File extension: ".pkl" registered for Node Factory: PythonScriptNodeFactory. 2025-01-19 16:34:03,151 : DEBUG : main : : ConfigurableNodeFactoryMapper : : : File extension: ".pmml" registered for Node Factory: PMMLReaderNodeFactory3. 2025-01-19 16:34:03,151 : DEBUG : main : : ConfigurableNodeFactoryMapper : : : File extension: ".sqlite" registered for Node Factory: SQLiteDBConnectorNodeFactory. 2025-01-19 16:34:03,151 : DEBUG : main : : ConfigurableNodeFactoryMapper : : : File extension: ".sqlite3" registered for Node Factory: SQLiteDBConnectorNodeFactory. 2025-01-19 16:34:03,151 : DEBUG : main : : ConfigurableNodeFactoryMapper : : : File extension: ".table" registered for Node Factory: KnimeTableReaderNodeFactory. 2025-01-19 16:34:03,151 : DEBUG : main : : ConfigurableNodeFactoryMapper : : : File extension: ".tsv" registered for Node Factory: CSVTableReaderNodeFactory. 2025-01-19 16:34:03,151 : DEBUG : main : : ConfigurableNodeFactoryMapper : : : File extension: ".txt" registered for Node Factory: CSVTableReaderNodeFactory. 2025-01-19 16:34:03,151 : DEBUG : main : : ConfigurableNodeFactoryMapper : : : File extension: ".txt.gz" registered for Node Factory: CSVTableReaderNodeFactory. 2025-01-19 16:34:03,151 : DEBUG : main : : ConfigurableNodeFactoryMapper : : : File extension: ".xml" registered for Node Factory: XMLReaderNodeFactory2. 2025-01-19 16:34:03,151 : DEBUG : main : : ConfigurableNodeFactoryMapper : : : File extension: ".xml.gz" registered for Node Factory: XMLReaderNodeFactory2. 2025-01-19 16:34:03,151 : DEBUG : main : : ConfigurableNodeFactoryMapper : : : File extension: "xls" registered for Node Factory: ExcelTableReaderNodeFactory. 2025-01-19 16:34:03,151 : DEBUG : main : : ConfigurableNodeFactoryMapper : : : File extension: "xlsb" registered for Node Factory: ExcelTableReaderNodeFactory. 2025-01-19 16:34:03,151 : DEBUG : main : : ConfigurableNodeFactoryMapper : : : File extension: "xlsm" registered for Node Factory: ExcelTableReaderNodeFactory. 2025-01-19 16:34:03,151 : DEBUG : main : : ConfigurableNodeFactoryMapper : : : File extension: "xlsx" registered for Node Factory: ExcelTableReaderNodeFactory. 2025-01-19 16:34:03,162 : DEBUG : main : : LifeCycle : : : Life cycle state transition: from 'CREATE' to 'INIT' 2025-01-19 16:34:03,166 : DEBUG : Node Repository Initializer : : HiLiteHandler : : : Adding hilite translator to handler 20c49ac4-cc56-4bfe-bddc-1cea74fcbbee 2025-01-19 16:34:03,198 : DEBUG : Node Repository Initializer : : HiLiteHandler : : : Adding hilite translator to handler d324038b-bcdc-4704-89af-6fd22ef0756b 2025-01-19 16:34:03,225 : DEBUG : Node Repository Initializer : : HiLiteHandler : : : Adding hilite manager to handler 1696a712-d4f5-4358-8753-787bdc00ca1a 2025-01-19 16:34:03,225 : DEBUG : Node Repository Initializer : : HiLiteHandler : : : Adding hilite translator to handler 4f601563-dfae-40ff-99f7-873fb718982a 2025-01-19 16:34:03,257 : INFO : Node Repository Initializer : : StringHistory : : : History file 'C:\Users\o.adekanye\knime-workspace\.metadata\knime\history_createFileNameHistoryKey.txt' does not exist. 2025-01-19 16:34:03,283 : DEBUG : Node Repository Initializer : : HiLiteHandler : : : Adding hilite manager to handler 750d8f71-86a6-4ccf-86e1-15764cb46613 2025-01-19 16:34:03,283 : DEBUG : Node Repository Initializer : : HiLiteHandler : : : Adding hilite translator to handler 807c1157-f4b4-4ca2-ae0a-ff483540dee3 2025-01-19 16:34:03,298 : INFO : main : : StringHistory : : : History file 'C:\Users\o.adekanye\knime-workspace\.metadata\knime\history_org.knime.kerberos.name.txt' does not exist. 2025-01-19 16:34:03,387 : DEBUG : Node Repository Initializer : : HiLiteHandler : : : Adding hilite manager to handler cd827ecd-986e-44ca-8f35-3537e1802c69 2025-01-19 16:34:03,387 : DEBUG : Node Repository Initializer : : HiLiteHandler : : : Adding hilite translator to handler 8649b6d2-c991-41b2-b196-d5c62e3e7aa0 2025-01-19 16:34:03,533 : DEBUG : Node Repository Initializer : : HiLiteHandler : : : Adding hilite translator to handler b3c25dfb-dd73-4ca7-bec3-470c38415bc9 2025-01-19 16:34:03,533 : DEBUG : Node Repository Initializer : : HiLiteHandler : : : Adding hilite translator to handler b3c25dfb-dd73-4ca7-bec3-470c38415bc9 2025-01-19 16:34:03,543 : DEBUG : Node Repository Initializer : : HiLiteHandler : : : Adding hilite translator to handler ec38a717-874f-4bad-a0db-ada322d48b83 2025-01-19 16:34:03,557 : DEBUG : main : : LongStartupHandler : : : Startup took 6158 seconds. 2025-01-19 16:34:03,574 : DEBUG : Node Repository Initializer : : HiLiteHandler : : : Adding hilite translator to handler f8c7c739-539d-48c2-9945-9178a635f260 2025-01-19 16:34:03,574 : DEBUG : Node Repository Initializer : : HiLiteHandler : : : Adding hilite translator to handler a1feacda-2bb4-413c-87b6-6a2e6f522d14 2025-01-19 16:34:03,616 : INFO : main : : KNIMECorePlugin : : : Setting console view log level to WARN 2025-01-19 16:34:03,737 : DEBUG : Node Repository Initializer : : HiLiteHandler : : : Adding hilite translator to handler 42d10c0c-0950-46c9-b30a-7c6ab28266d9 2025-01-19 16:34:03,850 : DEBUG : main : : LifeCycle : : : Life cycle state transition: from 'INIT' to 'WEB_APP_LOADED' 2025-01-19 16:34:03,908 : DEBUG : Node Repository Initializer : : HiLiteHandler : : : Adding hilite translator to handler 84f2b017-72e2-4ea9-b26a-c0c5643fb6c6 2025-01-19 16:34:04,005 : DEBUG : Node Repository Initializer : : HiLiteHandler : : : Adding hilite manager to handler 171048b6-6a1c-400a-aa9c-f4edbe1dabe5 2025-01-19 16:34:04,011 : DEBUG : Thread-10 : : PythonKernelTester : : : An error occurred while testing the Python 2 installation. 2025-01-19 16:34:04,011 : DEBUG : Thread-10 : : PythonKernelTester : : : Executed command: C:\Program Files\KNIME\bundling\envs\org_knime_python_llm\python.exe C:\Program Files\KNIME\plugins\org.knime.python2_5.2.6.v202410081551\py\PythonKernelTester.py 2 2.7.0 PYTHONPATH=: PATH=: Raw test output: __!__separator__!__ Python version: 3.11.9 Your installed Python version is 3.11.9. The required Python major version is 2, required minimum version is 2.7.0 (inclusive). __!__separator__!__ __!__separator__!__ __!__installation_tests_finished__!__ 2025-01-19 16:34:04,062 : DEBUG : ForkJoinPool.commonPool-worker-2 : : DesktopAPI : : : Desktop API function successfully called: getUiStrings 2025-01-19 16:34:04,141 : DEBUG : Node Repository Initializer : : HiLiteHandler : : : Adding hilite translator to handler da9da960-e56d-493f-8097-c35ba040f24a 2025-01-19 16:34:04,178 : DEBUG : main : : DesktopAPI : : : Desktop API function successfully called: checkForUpdates 2025-01-19 16:34:04,178 : DEBUG : Node Repository Initializer : : HiLiteHandler : : : Adding hilite manager to handler 86464ad9-6a97-4f41-9a65-8227c203d229 2025-01-19 16:34:04,178 : DEBUG : Node Repository Initializer : : HiLiteHandler : : : Adding hilite translator to handler 60ae148a-d43f-438a-9225-83649d20662b 2025-01-19 16:34:04,190 : DEBUG : Node Repository Initializer : : HiLiteHandler : : : Adding hilite manager to handler 17ea8cc4-88c3-4b61-ae06-3e26c8bdf853 2025-01-19 16:34:04,190 : DEBUG : Node Repository Initializer : : HiLiteHandler : : : Adding hilite translator to handler 982234a5-9441-46c3-a876-960ed3a93dcd 2025-01-19 16:34:04,193 : DEBUG : comm-pool-thread-1 : : ExtPointUtil : : : Found configuration element for org.knime.gateway.api.entity.EntityBuilderFactory from org.knime.gateway.impl 2025-01-19 16:34:04,240 : DEBUG : Node Repository Initializer : : HiLiteHandler : : : Adding hilite manager to handler 3f3272d5-3e1b-4ed3-946d-c1f3c297c8b1 2025-01-19 16:34:04,270 : DEBUG : main : : DesktopAPI : : : Desktop API function successfully called: getSpaceProviders 2025-01-19 16:34:04,293 : DEBUG : main : : DesktopAPI : : : Desktop API function successfully called: getSpaceProviders 2025-01-19 16:34:04,467 : DEBUG : Node Repository Initializer : : TextContainerDataCellFactoryBuilder : : : Creating buffered document file store cell factory! 2025-01-19 16:34:04,838 : DEBUG : Node Repository Initializer : : TextContainerDataCellFactoryBuilder : : : Creating buffered document file store cell factory! 2025-01-19 16:34:04,857 : DEBUG : Node Repository Initializer : : TextContainerDataCellFactoryBuilder : : : Creating buffered document file store cell factory! 2025-01-19 16:34:04,874 : DEBUG : Node Repository Initializer : : TextContainerDataCellFactoryBuilder : : : Creating buffered document file store cell factory! 2025-01-19 16:34:04,892 : DEBUG : Node Repository Initializer : : TextContainerDataCellFactoryBuilder : : : Creating buffered document file store cell factory! 2025-01-19 16:34:04,936 : DEBUG : Node Repository Initializer : : OpenNlpModelFactory : : : Registering Maxent Models ... 2025-01-19 16:34:04,973 : DEBUG : Node Repository Initializer : : TextContainerDataCellFactoryBuilder : : : Creating buffered document file store cell factory! 2025-01-19 16:34:04,980 : DEBUG : Node Repository Initializer : : TextContainerDataCellFactoryBuilder : : : Creating buffered document file store cell factory! 2025-01-19 16:34:05,016 : INFO : Node Repository Initializer : : HyphenationPatternFactory : : : Registering Hyphenation Patterns ... 2025-01-19 16:34:05,033 : DEBUG : Node Repository Initializer : : TextContainerDataCellFactoryBuilder : : : Creating buffered document file store cell factory! 2025-01-19 16:34:05,085 : INFO : Node Repository Initializer : : TagFactory : : : Added TagBuilder: class org.knime.ext.textprocessing.data.PartOfSpeechTag 2025-01-19 16:34:05,086 : INFO : Node Repository Initializer : : TagFactory : : : Added TagBuilder: class org.knime.ext.textprocessing.data.BiomedicalNeTag 2025-01-19 16:34:05,086 : INFO : Node Repository Initializer : : TagFactory : : : Added TagBuilder: class org.knime.ext.textprocessing.data.NamedEntityTag 2025-01-19 16:34:05,088 : INFO : Node Repository Initializer : : TagFactory : : : Added TagBuilder: class org.knime.ext.textprocessing.data.MultiwordTermTag 2025-01-19 16:34:05,090 : INFO : Node Repository Initializer : : TagFactory : : : Added TagBuilder: class org.knime.ext.textprocessing.data.OscarChemDefaultTag 2025-01-19 16:34:05,091 : INFO : Node Repository Initializer : : TagFactory : : : Added TagBuilder: class org.knime.ext.textprocessing.data.PharmaDefaultTag 2025-01-19 16:34:05,093 : INFO : Node Repository Initializer : : TagFactory : : : Added TagBuilder: class org.knime.ext.textprocessing.data.FrenchTreebankTag 2025-01-19 16:34:05,095 : INFO : Node Repository Initializer : : TagFactory : : : Added TagBuilder: class org.knime.ext.textprocessing.data.STTSPartOfSpeechTag 2025-01-19 16:34:05,096 : INFO : Node Repository Initializer : : TagFactory : : : Added TagBuilder: class org.knime.ext.textprocessing.data.SentimentTag 2025-01-19 16:34:05,111 : DEBUG : Node Repository Initializer : : TextContainerDataCellFactoryBuilder : : : Creating buffered document file store cell factory! 2025-01-19 16:34:05,124 : DEBUG : Node Repository Initializer : : TextContainerDataCellFactoryBuilder : : : Creating buffered document file store cell factory! 2025-01-19 16:34:05,174 : DEBUG : Node Repository Initializer : : TextContainerDataCellFactoryBuilder : : : Creating buffered document file store cell factory! 2025-01-19 16:34:05,198 : DEBUG : Node Repository Initializer : : TextContainerDataCellFactoryBuilder : : : Creating buffered document file store cell factory! 2025-01-19 16:34:05,275 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Loading executable extensions of extension point: org.knime.database.SQLDialect 2025-01-19 16:34:05,277 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable extension factory has been created 2025-01-19 16:34:05,277 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable is instance of Factory 2025-01-19 16:34:05,279 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable extension factory has been created 2025-01-19 16:34:05,279 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable is instance of Factory 2025-01-19 16:34:05,280 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable extension factory has been created 2025-01-19 16:34:05,280 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable is instance of Factory 2025-01-19 16:34:05,281 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable extension factory has been created 2025-01-19 16:34:05,281 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable is instance of Factory 2025-01-19 16:34:05,282 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable extension factory has been created 2025-01-19 16:34:05,282 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable is instance of Factory 2025-01-19 16:34:05,283 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable extension factory has been created 2025-01-19 16:34:05,284 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable is instance of Factory 2025-01-19 16:34:05,286 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable extension factory has been created 2025-01-19 16:34:05,287 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable is instance of Factory 2025-01-19 16:34:05,290 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable extension factory has been created 2025-01-19 16:34:05,290 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable is instance of Factory 2025-01-19 16:34:05,292 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable extension factory has been created 2025-01-19 16:34:05,292 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable is instance of Factory 2025-01-19 16:34:05,294 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable extension factory has been created 2025-01-19 16:34:05,294 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable is instance of Factory 2025-01-19 16:34:05,294 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable extension factory has been created 2025-01-19 16:34:05,294 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable is instance of Factory 2025-01-19 16:34:05,297 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Register built-in drivers 2025-01-19 16:34:05,298 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Loading executable extensions of extension point: org.knime.database.Driver 2025-01-19 16:34:05,299 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable extension locator has been created 2025-01-19 16:34:05,299 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable is instance of H2DriverLocator 2025-01-19 16:34:05,299 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Register built-in driver: DriverLocator [m_dbType=DBType(id=h2, name=H2, description=null), m_driverId=H2, m_driverName=H2, m_driverClassName=org.h2.Driver, m_driverPaths=[lib/h2/1.4.196/jdbc/h2-1.4.196.jar], m_origin=EXTENSION, m_urlTemplate=jdbc:h2:[location=file?][location=in-memory?mem:][location=network?tcp://:9092/]] 2025-01-19 16:34:05,299 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Registering database driver for extension org.knime.database.extensions: (H2) "H2" 2025-01-19 16:34:05,300 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Driver file URL: "file:/C:/Program Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/h2/1.4.196/jdbc/h2-1.4.196.jar" 2025-01-19 16:34:05,300 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Encoded driver file URI: "file:/C:/Program%20Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/h2/1.4.196/jdbc/h2-1.4.196.jar" 2025-01-19 16:34:05,319 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Successfull registered database driver for extension org.knime.database.extensions: DBDriverWrapper [m_driverDefinition=DBDriverDefinition(id=H2, name=H2, version=1.4.0, driverClass=org.h2.Driver, dbType=DBType(id=h2, name=H2, description=null), description=, origin=EXTENSION), m_driver=org.h2.Driver@2c998cf6] 2025-01-19 16:34:05,319 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable extension locator has been created 2025-01-19 16:34:05,319 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable is instance of H2DriverLocator 2025-01-19 16:34:05,319 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Register built-in driver: DriverLocator [m_dbType=DBType(id=h2, name=H2, description=null), m_driverId=built-in-h2-2.1.212, m_driverName=Driver for H2 v. 2.1.212, m_driverClassName=org.h2.Driver, m_driverPaths=[lib/h2/2.1.212/jdbc/h2-2.1.212.jar], m_origin=EXTENSION, m_urlTemplate=jdbc:h2:[location=file?][location=in-memory?mem:][location=network?tcp://:9092/]] 2025-01-19 16:34:05,319 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Registering database driver for extension org.knime.database.extensions: (built-in-h2-2.1.212) "Driver for H2 v. 2.1.212" 2025-01-19 16:34:05,320 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Driver file URL: "file:/C:/Program Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/h2/2.1.212/jdbc/h2-2.1.212.jar" 2025-01-19 16:34:05,320 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Encoded driver file URI: "file:/C:/Program%20Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/h2/2.1.212/jdbc/h2-2.1.212.jar" 2025-01-19 16:34:05,339 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Successfull registered database driver for extension org.knime.database.extensions: DBDriverWrapper [m_driverDefinition=DBDriverDefinition(id=built-in-h2-2.1.212, name=Driver for H2 v. 2.1.212, version=2.1.0, driverClass=org.h2.Driver, dbType=DBType(id=h2, name=H2, description=null), description=, origin=EXTENSION), m_driver=org.h2.Driver@27d80f11] 2025-01-19 16:34:05,340 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable extension locator has been created 2025-01-19 16:34:05,340 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable is instance of MSAccessDriverLocator 2025-01-19 16:34:05,340 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Register built-in driver: DriverLocator [m_dbType=DBType(id=msaccess, name=Microsoft Access, description=null), m_driverId=msaccess, m_driverName=Microsoft Access, m_driverClassName=net.ucanaccess.jdbc.UcanaccessDriver, m_driverPaths=[lib/msaccess/4.0.4/jdbc/jackcess-2.1.11.jar, lib/msaccess/4.0.4/jdbc/ucanaccess-4.0.4.jar, lib/msaccess/4.0.4/jdbc/jackcess-encrypt-2.1.4.jar, lib/msaccess/4.0.4/jdbc/commons-logging-1.1.3.jar, lib/msaccess/4.0.4/jdbc/hsqldb-2.3.1.jar, lib/msaccess/4.0.4/jdbc/commons-lang-2.6.jar, lib/msaccess/4.0.4/jdbc/bcprov-jdk15on-1.52.jar], m_origin=EXTENSION, m_urlTemplate=jdbc:ucanaccess://] 2025-01-19 16:34:05,340 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Registering database driver for extension org.knime.database.extensions: (msaccess) "Microsoft Access" 2025-01-19 16:34:05,341 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Driver file URL: "file:/C:/Program Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/msaccess/4.0.4/jdbc/jackcess-2.1.11.jar" 2025-01-19 16:34:05,341 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Encoded driver file URI: "file:/C:/Program%20Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/msaccess/4.0.4/jdbc/jackcess-2.1.11.jar" 2025-01-19 16:34:05,341 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Driver file URL: "file:/C:/Program Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/msaccess/4.0.4/jdbc/ucanaccess-4.0.4.jar" 2025-01-19 16:34:05,341 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Encoded driver file URI: "file:/C:/Program%20Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/msaccess/4.0.4/jdbc/ucanaccess-4.0.4.jar" 2025-01-19 16:34:05,341 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Driver file URL: "file:/C:/Program Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/msaccess/4.0.4/jdbc/jackcess-encrypt-2.1.4.jar" 2025-01-19 16:34:05,341 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Encoded driver file URI: "file:/C:/Program%20Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/msaccess/4.0.4/jdbc/jackcess-encrypt-2.1.4.jar" 2025-01-19 16:34:05,341 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Driver file URL: "file:/C:/Program Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/msaccess/4.0.4/jdbc/commons-logging-1.1.3.jar" 2025-01-19 16:34:05,341 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Encoded driver file URI: "file:/C:/Program%20Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/msaccess/4.0.4/jdbc/commons-logging-1.1.3.jar" 2025-01-19 16:34:05,341 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Driver file URL: "file:/C:/Program Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/msaccess/4.0.4/jdbc/hsqldb-2.3.1.jar" 2025-01-19 16:34:05,342 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Encoded driver file URI: "file:/C:/Program%20Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/msaccess/4.0.4/jdbc/hsqldb-2.3.1.jar" 2025-01-19 16:34:05,342 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Driver file URL: "file:/C:/Program Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/msaccess/4.0.4/jdbc/commons-lang-2.6.jar" 2025-01-19 16:34:05,342 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Encoded driver file URI: "file:/C:/Program%20Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/msaccess/4.0.4/jdbc/commons-lang-2.6.jar" 2025-01-19 16:34:05,342 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Driver file URL: "file:/C:/Program Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/msaccess/4.0.4/jdbc/bcprov-jdk15on-1.52.jar" 2025-01-19 16:34:05,342 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Encoded driver file URI: "file:/C:/Program%20Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/msaccess/4.0.4/jdbc/bcprov-jdk15on-1.52.jar" 2025-01-19 16:34:05,379 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Successfull registered database driver for extension org.knime.database.extensions: DBDriverWrapper [m_driverDefinition=DBDriverDefinition(id=msaccess, name=Microsoft Access, version=0.0.0, driverClass=net.ucanaccess.jdbc.UcanaccessDriver, dbType=DBType(id=msaccess, name=Microsoft Access, description=null), description=, origin=EXTENSION), m_driver=net.ucanaccess.jdbc.UcanaccessDriver@5f1c9c5c] 2025-01-19 16:34:05,379 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable extension locator has been created 2025-01-19 16:34:05,379 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable is instance of MSAccessDriverLocator 2025-01-19 16:34:05,379 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Register built-in driver: DriverLocator [m_dbType=DBType(id=msaccess, name=Microsoft Access, description=null), m_driverId=built-in-msaccess-5.0.1, m_driverName=Driver for Microsoft Access v. 5.0.1, m_driverClassName=net.ucanaccess.jdbc.UcanaccessDriver, m_driverPaths=[lib/msaccess/5.0.1/jdbc/commons-logging-1.2.jar, lib/msaccess/5.0.1/jdbc/commons-lang3-3.8.1.jar, lib/msaccess/5.0.1/jdbc/jackcess-3.0.1.jar, lib/msaccess/5.0.1/jdbc/bcprov-jdk15on-1.60.jar, lib/msaccess/5.0.1/jdbc/hsqldb-2.5.0.jar, lib/msaccess/5.0.1/jdbc/jackcess-encrypt-3.0.0.jar, lib/msaccess/5.0.1/jdbc/ucanaccess-5.0.1.jar], m_origin=EXTENSION, m_urlTemplate=jdbc:ucanaccess://] 2025-01-19 16:34:05,379 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Registering database driver for extension org.knime.database.extensions: (built-in-msaccess-5.0.1) "Driver for Microsoft Access v. 5.0.1" 2025-01-19 16:34:05,380 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Driver file URL: "file:/C:/Program Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/msaccess/5.0.1/jdbc/commons-logging-1.2.jar" 2025-01-19 16:34:05,380 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Encoded driver file URI: "file:/C:/Program%20Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/msaccess/5.0.1/jdbc/commons-logging-1.2.jar" 2025-01-19 16:34:05,381 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Driver file URL: "file:/C:/Program Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/msaccess/5.0.1/jdbc/commons-lang3-3.8.1.jar" 2025-01-19 16:34:05,381 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Encoded driver file URI: "file:/C:/Program%20Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/msaccess/5.0.1/jdbc/commons-lang3-3.8.1.jar" 2025-01-19 16:34:05,381 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Driver file URL: "file:/C:/Program Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/msaccess/5.0.1/jdbc/jackcess-3.0.1.jar" 2025-01-19 16:34:05,381 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Encoded driver file URI: "file:/C:/Program%20Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/msaccess/5.0.1/jdbc/jackcess-3.0.1.jar" 2025-01-19 16:34:05,381 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Driver file URL: "file:/C:/Program Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/msaccess/5.0.1/jdbc/bcprov-jdk15on-1.60.jar" 2025-01-19 16:34:05,381 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Encoded driver file URI: "file:/C:/Program%20Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/msaccess/5.0.1/jdbc/bcprov-jdk15on-1.60.jar" 2025-01-19 16:34:05,381 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Driver file URL: "file:/C:/Program Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/msaccess/5.0.1/jdbc/hsqldb-2.5.0.jar" 2025-01-19 16:34:05,381 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Encoded driver file URI: "file:/C:/Program%20Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/msaccess/5.0.1/jdbc/hsqldb-2.5.0.jar" 2025-01-19 16:34:05,381 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Driver file URL: "file:/C:/Program Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/msaccess/5.0.1/jdbc/jackcess-encrypt-3.0.0.jar" 2025-01-19 16:34:05,381 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Encoded driver file URI: "file:/C:/Program%20Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/msaccess/5.0.1/jdbc/jackcess-encrypt-3.0.0.jar" 2025-01-19 16:34:05,381 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Driver file URL: "file:/C:/Program Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/msaccess/5.0.1/jdbc/ucanaccess-5.0.1.jar" 2025-01-19 16:34:05,381 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Encoded driver file URI: "file:/C:/Program%20Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/msaccess/5.0.1/jdbc/ucanaccess-5.0.1.jar" 2025-01-19 16:34:05,451 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Successfull registered database driver for extension org.knime.database.extensions: DBDriverWrapper [m_driverDefinition=DBDriverDefinition(id=built-in-msaccess-5.0.1, name=Driver for Microsoft Access v. 5.0.1, version=0.0.0, driverClass=net.ucanaccess.jdbc.UcanaccessDriver, dbType=DBType(id=msaccess, name=Microsoft Access, description=null), description=, origin=EXTENSION), m_driver=net.ucanaccess.jdbc.UcanaccessDriver@1f347594] 2025-01-19 16:34:05,452 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable extension locator has been created 2025-01-19 16:34:05,452 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable is instance of MSSQLServerDriverLocator 2025-01-19 16:34:05,452 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Register built-in driver: DriverLocator [m_dbType=DBType(id=mssqlserver, name=Microsoft SQL Server, description=null), m_driverId=jTDS for Microsoft SQL Server, m_driverName=jTDS for Microsoft SQL Server, m_driverClassName=net.sourceforge.jtds.jdbc.Driver, m_driverPaths=[lib/jtds/jtds-1.3.1.jar], m_origin=EXTENSION, m_urlTemplate=jdbc:jtds:sqlserver://:/[database]] 2025-01-19 16:34:05,452 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Registering database driver for extension org.knime.database.extensions: (jTDS for Microsoft SQL Server) "jTDS for Microsoft SQL Server" 2025-01-19 16:34:05,452 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Driver file URL: "file:/C:/Program Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/jtds/jtds-1.3.1.jar" 2025-01-19 16:34:05,452 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Encoded driver file URI: "file:/C:/Program%20Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/jtds/jtds-1.3.1.jar" 2025-01-19 16:34:05,458 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Successfull registered database driver for extension org.knime.database.extensions: DBDriverWrapper [m_driverDefinition=DBDriverDefinition(id=jTDS for Microsoft SQL Server, name=jTDS for Microsoft SQL Server, version=1.3.0, driverClass=net.sourceforge.jtds.jdbc.Driver, dbType=DBType(id=mssqlserver, name=Microsoft SQL Server, description=null), description=, origin=EXTENSION), m_driver=jTDS 1.3.1] 2025-01-19 16:34:05,459 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable extension locator has been created 2025-01-19 16:34:05,459 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable is instance of MySQL5DriverLocator 2025-01-19 16:34:05,459 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Register built-in driver: DriverLocator [m_dbType=DBType(id=mysql, name=MySQL, description=null), m_driverId=MySQL 5, m_driverName=MySQL 5, m_driverClassName=com.mysql.jdbc.Driver, m_driverPaths=[lib/mysql5/mysql-connector-java-5.1.49.jar], m_origin=EXTENSION, m_urlTemplate=jdbc:mysql://:/[database]] 2025-01-19 16:34:05,459 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Registering database driver for extension org.knime.database.extensions: (MySQL 5) "MySQL 5" 2025-01-19 16:34:05,459 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Driver file URL: "file:/C:/Program Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/mysql5/mysql-connector-java-5.1.49.jar" 2025-01-19 16:34:05,459 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Encoded driver file URI: "file:/C:/Program%20Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/mysql5/mysql-connector-java-5.1.49.jar" 2025-01-19 16:34:05,472 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Successfull registered database driver for extension org.knime.database.extensions: DBDriverWrapper [m_driverDefinition=DBDriverDefinition(id=MySQL 5, name=MySQL 5, version=5.1.0, driverClass=com.mysql.jdbc.Driver, dbType=DBType(id=mysql, name=MySQL, description=null), description=, origin=EXTENSION), m_driver=com.mysql.jdbc.Driver@63a0a5ec] 2025-01-19 16:34:05,472 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable extension locator has been created 2025-01-19 16:34:05,472 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable is instance of MySQL8DriverLocator 2025-01-19 16:34:05,472 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Register built-in driver: DriverLocator [m_dbType=DBType(id=mysql, name=MySQL, description=null), m_driverId=MySQL 8, m_driverName=MySQL 8, m_driverClassName=com.mysql.cj.jdbc.Driver, m_driverPaths=[lib/mysql8/mysql-connector-java-8.0.11.jar], m_origin=EXTENSION, m_urlTemplate=jdbc:mysql://:/[database]] 2025-01-19 16:34:05,472 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Registering database driver for extension org.knime.database.extensions: (MySQL 8) "MySQL 8" 2025-01-19 16:34:05,472 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Driver file URL: "file:/C:/Program Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/mysql8/mysql-connector-java-8.0.11.jar" 2025-01-19 16:34:05,472 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Encoded driver file URI: "file:/C:/Program%20Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/mysql8/mysql-connector-java-8.0.11.jar" 2025-01-19 16:34:05,493 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Successfull registered database driver for extension org.knime.database.extensions: DBDriverWrapper [m_driverDefinition=DBDriverDefinition(id=MySQL 8, name=MySQL 8, version=8.0.0, driverClass=com.mysql.cj.jdbc.Driver, dbType=DBType(id=mysql, name=MySQL, description=null), description=, origin=EXTENSION), m_driver=com.mysql.cj.jdbc.Driver@221895f8] 2025-01-19 16:34:05,494 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable extension locator has been created 2025-01-19 16:34:05,494 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable is instance of MySQLDriverLocator 2025-01-19 16:34:05,494 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Register built-in driver: DriverLocator [m_dbType=DBType(id=mysql, name=MySQL, description=null), m_driverId=built-in-mysql-8.0.29, m_driverName=Driver for MySQL v. 8.0.29, m_driverClassName=com.mysql.cj.jdbc.Driver, m_driverPaths=[lib/mysql8/8.0.29/jdbc/mysql-connector-java-8.0.29.jar, lib/mysql8/8.0.29/jdbc/protobuf-java-3.19.4.jar], m_origin=EXTENSION, m_urlTemplate=jdbc:mysql://:/[database]] 2025-01-19 16:34:05,494 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Registering database driver for extension org.knime.database.extensions: (built-in-mysql-8.0.29) "Driver for MySQL v. 8.0.29" 2025-01-19 16:34:05,494 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Driver file URL: "file:/C:/Program Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/mysql8/8.0.29/jdbc/mysql-connector-java-8.0.29.jar" 2025-01-19 16:34:05,494 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Encoded driver file URI: "file:/C:/Program%20Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/mysql8/8.0.29/jdbc/mysql-connector-java-8.0.29.jar" 2025-01-19 16:34:05,495 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Driver file URL: "file:/C:/Program Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/mysql8/8.0.29/jdbc/protobuf-java-3.19.4.jar" 2025-01-19 16:34:05,495 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Encoded driver file URI: "file:/C:/Program%20Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/mysql8/8.0.29/jdbc/protobuf-java-3.19.4.jar" 2025-01-19 16:34:05,516 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Successfull registered database driver for extension org.knime.database.extensions: DBDriverWrapper [m_driverDefinition=DBDriverDefinition(id=built-in-mysql-8.0.29, name=Driver for MySQL v. 8.0.29, version=8.0.0, driverClass=com.mysql.cj.jdbc.Driver, dbType=DBType(id=mysql, name=MySQL, description=null), description=, origin=EXTENSION), m_driver=com.mysql.cj.jdbc.Driver@4bbfd818] 2025-01-19 16:34:05,517 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable extension locator has been created 2025-01-19 16:34:05,517 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable is instance of PostgresDriverLocator 2025-01-19 16:34:05,517 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Register built-in driver: DriverLocator [m_dbType=DBType(id=postgres, name=PostgreSQL, description=null), m_driverId=PostgreSQL, m_driverName=PostgreSQL, m_driverClassName=org.postgresql.Driver, m_driverPaths=[lib/postgresql/postgresql-42.2.2.jar], m_origin=EXTENSION, m_urlTemplate=jdbc:postgresql://:/[database]] 2025-01-19 16:34:05,517 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Registering database driver for extension org.knime.database.extensions: (PostgreSQL) "PostgreSQL" 2025-01-19 16:34:05,517 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Driver file URL: "file:/C:/Program Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/postgresql/postgresql-42.2.2.jar" 2025-01-19 16:34:05,517 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Encoded driver file URI: "file:/C:/Program%20Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/postgresql/postgresql-42.2.2.jar" 2025-01-19 16:34:05,531 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Successfull registered database driver for extension org.knime.database.extensions: DBDriverWrapper [m_driverDefinition=DBDriverDefinition(id=PostgreSQL, name=PostgreSQL, version=42.2.0, driverClass=org.postgresql.Driver, dbType=DBType(id=postgres, name=PostgreSQL, description=null), description=, origin=EXTENSION), m_driver=org.postgresql.Driver@3e225e23] 2025-01-19 16:34:05,531 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable extension locator has been created 2025-01-19 16:34:05,531 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable is instance of PostgresDriverLocator 2025-01-19 16:34:05,531 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Register built-in driver: DriverLocator [m_dbType=DBType(id=postgres, name=PostgreSQL, description=null), m_driverId=built-in-postgres-42.3.5, m_driverName=Driver for PostgreSQL v. 42.3.5, m_driverClassName=org.postgresql.Driver, m_driverPaths=[lib/postgresql/42.3.5/jdbc/postgresql-42.3.5.jar], m_origin=EXTENSION, m_urlTemplate=jdbc:postgresql://:/[database]] 2025-01-19 16:34:05,531 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Registering database driver for extension org.knime.database.extensions: (built-in-postgres-42.3.5) "Driver for PostgreSQL v. 42.3.5" 2025-01-19 16:34:05,531 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Driver file URL: "file:/C:/Program Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/postgresql/42.3.5/jdbc/postgresql-42.3.5.jar" 2025-01-19 16:34:05,531 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Encoded driver file URI: "file:/C:/Program%20Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/postgresql/42.3.5/jdbc/postgresql-42.3.5.jar" 2025-01-19 16:34:05,549 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Successfull registered database driver for extension org.knime.database.extensions: DBDriverWrapper [m_driverDefinition=DBDriverDefinition(id=built-in-postgres-42.3.5, name=Driver for PostgreSQL v. 42.3.5, version=42.3.0, driverClass=org.postgresql.Driver, dbType=DBType(id=postgres, name=PostgreSQL, description=null), description=, origin=EXTENSION), m_driver=org.postgresql.Driver@4c61221e] 2025-01-19 16:34:05,553 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable extension locator has been created 2025-01-19 16:34:05,553 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable is instance of SQLiteDriverLocator 2025-01-19 16:34:05,553 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Register built-in driver: DriverLocator [m_dbType=DBType(id=sqlite, name=SQLite, description=null), m_driverId=SQLite, m_driverName=SQLite, m_driverClassName=org.sqlite.JDBC, m_driverPaths=[lib/sqlite/sqlite-jdbc-3.23.1.jar], m_origin=EXTENSION, m_urlTemplate=jdbc:sqlite:[location=file?][location=in-memory?file:?mode=memory&cache=shared]] 2025-01-19 16:34:05,553 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Registering database driver for extension org.knime.database.extensions: (SQLite) "SQLite" 2025-01-19 16:34:05,554 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Driver file URL: "file:/C:/Program Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/sqlite/sqlite-jdbc-3.23.1.jar" 2025-01-19 16:34:05,554 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Encoded driver file URI: "file:/C:/Program%20Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/sqlite/sqlite-jdbc-3.23.1.jar" 2025-01-19 16:34:05,620 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Successfull registered database driver for extension org.knime.database.extensions: DBDriverWrapper [m_driverDefinition=DBDriverDefinition(id=SQLite, name=SQLite, version=3.23.0, driverClass=org.sqlite.JDBC, dbType=DBType(id=sqlite, name=SQLite, description=null), description=, origin=EXTENSION), m_driver=org.sqlite.JDBC@36bec9a6] 2025-01-19 16:34:05,621 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable extension locator has been created 2025-01-19 16:34:05,621 : DEBUG : Node Repository Initializer : : ExtensionPoints : : : Executable is instance of SQLiteDriverLocator 2025-01-19 16:34:05,621 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Register built-in driver: DriverLocator [m_dbType=DBType(id=sqlite, name=SQLite, description=null), m_driverId=built-in-sqlite-3.36.0.3, m_driverName=Driver for SQLite v. 3.36.0.3, m_driverClassName=org.sqlite.JDBC, m_driverPaths=[lib/sqlite/3.36.0.3/jdbc/sqlite-jdbc-3.36.0.3.jar], m_origin=EXTENSION, m_urlTemplate=jdbc:sqlite:[location=file?][location=in-memory?file:?mode=memory&cache=shared]] 2025-01-19 16:34:05,621 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Registering database driver for extension org.knime.database.extensions: (built-in-sqlite-3.36.0.3) "Driver for SQLite v. 3.36.0.3" 2025-01-19 16:34:05,621 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Driver file URL: "file:/C:/Program Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/sqlite/3.36.0.3/jdbc/sqlite-jdbc-3.36.0.3.jar" 2025-01-19 16:34:05,621 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Encoded driver file URI: "file:/C:/Program%20Files/KNIME/configuration/org.eclipse.osgi/525/0/.cp/lib/sqlite/3.36.0.3/jdbc/sqlite-jdbc-3.36.0.3.jar" 2025-01-19 16:34:05,709 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Successfull registered database driver for extension org.knime.database.extensions: DBDriverWrapper [m_driverDefinition=DBDriverDefinition(id=built-in-sqlite-3.36.0.3, name=Driver for SQLite v. 3.36.0.3, version=3.36.0, driverClass=org.sqlite.JDBC, dbType=DBType(id=sqlite, name=SQLite, description=null), description=, origin=EXTENSION), m_driver=org.sqlite.JDBC@2457431e] 2025-01-19 16:34:05,709 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Built-in drivers registered 2025-01-19 16:34:05,709 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Register user drivers 2025-01-19 16:34:05,709 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : User drivers registered 2025-01-19 16:34:05,709 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Additional driver attributes:{} 2025-01-19 16:34:05,710 : DEBUG : Node Repository Initializer : : DBDriverRegistry : : : Reserved driver attributes:{} 2025-01-19 16:34:05,710 : INFO : Node Repository Initializer : : DBDriverRegistry : : : Could not find any driver for DBType: DBType(id=vertica, name=Vertica, description=Vertica Analytics Platform) 2025-01-19 16:34:05,831 : INFO : Node Repository Initializer : : DBDriverRegistry : : : Could not find any driver for DBType: DBType(id=oracle, name=Oracle, description=null) 2025-01-19 16:34:06,129 : DEBUG : Node Repository Initializer : : JavaSnippetActivator : : : Cached custom type classpaths [20 ms] 2025-01-19 16:34:20,039 : DEBUG : ModalContext : : WorkflowManager : : : Loading workflow from "C:\Users\o.adekanye\knime-workspace\Major Projects\RA Dr AI\RA Dr. AI - UAT - V1" (version "V5100" with loader class "FileWorkflowPersistor") 2025-01-19 16:34:20,058 : DEBUG : ModalContext : : WorkflowManager : : : Created subworkflow 3 2025-01-19 16:34:20,066 : DEBUG : ModalContext : : DBConnectorNodeFactory : RA Dr. AI - UAT - V1 : 3 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,102 : DEBUG : ModalContext : : CaseEndAnyNodeFactory : RA Dr. AI - UAT - V1 : 3 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,102 : DEBUG : ModalContext : : HiLiteHandler : RA Dr. AI - UAT - V1 : 3 : Adding hilite manager to handler 274b8809-a4aa-436e-aa5b-a50e2748d82b 2025-01-19 16:34:20,102 : DEBUG : ModalContext : : HiLiteHandler : RA Dr. AI - UAT - V1 : 3 : Adding hilite translator to handler c65d87d3-6cb6-4e35-87ee-f1a3f075e2d5 2025-01-19 16:34:20,108 : DEBUG : ModalContext : : WorkflowManager : : : Created subworkflow 3:177 2025-01-19 16:34:20,108 : DEBUG : ModalContext : : WorkflowManager : : : Created subworkflow 3:178 2025-01-19 16:34:20,110 : DEBUG : ModalContext : : WorkflowManager : : : Created subworkflow 3:4733 2025-01-19 16:34:20,110 : DEBUG : ModalContext : : WorkflowManager : : : Created subworkflow 3:4734 2025-01-19 16:34:20,110 : DEBUG : ModalContext : : WorkflowManager : : : Created subworkflow 3:4735 2025-01-19 16:34:20,110 : DEBUG : ModalContext : : WorkflowManager : : : Created subworkflow 3:4736 2025-01-19 16:34:20,110 : DEBUG : ModalContext : : WorkflowManager : : : Created subworkflow 3:4737 2025-01-19 16:34:20,110 : DEBUG : ModalContext : : WorkflowManager : : : Created subworkflow 3:4740 2025-01-19 16:34:20,110 : DEBUG : ModalContext : : WorkflowManager : : : Created subworkflow 3:4748:0 2025-01-19 16:34:20,111 : DEBUG : ModalContext : : WorkflowManager : : : Created subworkflow 3:4752:0 2025-01-19 16:34:20,111 : DEBUG : ModalContext : : WorkflowManager : : : Created subworkflow 3:4756 2025-01-19 16:34:20,111 : DEBUG : ModalContext : : WorkflowManager : : : Created subworkflow 3:4757 2025-01-19 16:34:20,111 : DEBUG : ModalContext : : WorkflowManager : : : Created subworkflow 3:4758 2025-01-19 16:34:20,111 : DEBUG : ModalContext : : WorkflowManager : : : Created subworkflow 3:4767:0 2025-01-19 16:34:20,111 : DEBUG : ModalContext : : WorkflowManager : : : Created subworkflow 3:4790 2025-01-19 16:34:20,111 : DEBUG : ModalContext : : WorkflowManager : : : Created subworkflow 3:4791 2025-01-19 16:34:20,111 : DEBUG : ModalContext : : WorkflowManager : : : Created subworkflow 3:4797:0 2025-01-19 16:34:20,111 : DEBUG : ModalContext : : WorkflowManager : : : Created subworkflow 3:4802:0 2025-01-19 16:34:20,112 : DEBUG : ModalContext : : WorkflowManager : : : Created subworkflow 3:4803:0 2025-01-19 16:34:20,112 : DEBUG : ModalContext : : WorkflowManager : : : Created subworkflow 3:4804 2025-01-19 16:34:20,112 : DEBUG : ModalContext : : WorkflowManager : : : Created subworkflow 3:4805:0 2025-01-19 16:34:20,112 : DEBUG : ModalContext : : WorkflowManager : : : Created subworkflow 3:4806:0 2025-01-19 16:34:20,112 : DEBUG : ModalContext : : WorkflowManager : : : Created subworkflow 3:4807 2025-01-19 16:34:20,112 : DEBUG : ModalContext : : WorkflowManager : : : Created subworkflow 3:4812 2025-01-19 16:34:20,112 : DEBUG : ModalContext : : WorkflowManager : : : Created subworkflow 3:4818:0 2025-01-19 16:34:20,112 : DEBUG : ModalContext : : WorkflowManager : : : Created subworkflow 3:4820:0 2025-01-19 16:34:20,113 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4735(0) to node 3:4734(1) 2025-01-19 16:34:20,113 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4802(1) to node 3:4803(1) 2025-01-19 16:34:20,113 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4756(0) to node 3:4758(0) 2025-01-19 16:34:20,113 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4807(0) to node 3:4805(1) 2025-01-19 16:34:20,113 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:177(0) to node 3:178(1) 2025-01-19 16:34:20,113 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734(1) to node 3:4733(0) 2025-01-19 16:34:20,113 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4758(0) to node 3:4757(1) 2025-01-19 16:34:20,113 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4805(1) to node 3:4806(1) 2025-01-19 16:34:20,113 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4804(0) to node 3:4802(1) 2025-01-19 16:34:20,113 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4797(1) to node 3:4791(1) 2025-01-19 16:34:20,113 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4748(1) to node 3:4737(0) 2025-01-19 16:34:20,113 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4806(1) to node 3:4818(1) 2025-01-19 16:34:20,113 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4757(0) to node 3:4736(0) 2025-01-19 16:34:20,113 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4758(1) to node 3:4736(1) 2025-01-19 16:34:20,113 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4803(1) to node 3:4820(1) 2025-01-19 16:34:20,113 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4818(1) to node 3:4810(1) 2025-01-19 16:34:20,113 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4748(2) to node 3:4752(1) 2025-01-19 16:34:20,113 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4748(3) to node 3:4752(2) 2025-01-19 16:34:20,113 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4820(1) to node 3:4810(2) 2025-01-19 16:34:20,113 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4736(0) to node 3:4767(1) 2025-01-19 16:34:20,113 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4757 2025-01-19 16:34:20,113 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4736 2025-01-19 16:34:20,114 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:178(0) to node 3:4758(1) 2025-01-19 16:34:20,114 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:178(1) to node 3:4758(2) 2025-01-19 16:34:20,114 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:178 2025-01-19 16:34:20,114 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4758 2025-01-19 16:34:20,114 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4756(0) to node 3:177(0) 2025-01-19 16:34:20,114 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:177(1) to node 3:4758(3) 2025-01-19 16:34:20,114 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4752(1) to node 3:4791(2) 2025-01-19 16:34:20,114 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4767(1) to node 3:4790(1) 2025-01-19 16:34:20,114 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4791 2025-01-19 16:34:20,114 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4752(1) to node 3:4797(1) 2025-01-19 16:34:20,114 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:2531(1) to node 3:4818(4) 2025-01-19 16:34:20,114 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4736(0) to node 3:4790(2) 2025-01-19 16:34:20,114 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:2531(1) to node 3:4820(2) 2025-01-19 16:34:20,114 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4756(1) to node 3:4818(2) 2025-01-19 16:34:20,114 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4812(0) to node 3:4740(1) 2025-01-19 16:34:20,114 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4790 2025-01-19 16:34:20,114 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4735(0) to node 3:178(0) 2025-01-19 16:34:20,114 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4740 2025-01-19 16:34:20,114 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4737(0) to node 3:4812(0) 2025-01-19 16:34:20,114 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:2531(1) to node 3:4791(3) 2025-01-19 16:34:20,114 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:2531(1) to node 3:4790(3) 2025-01-19 16:34:20,114 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4767(1) to node 3:4807(0) 2025-01-19 16:34:20,114 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:177(1) to node 3:4818(3) 2025-01-19 16:34:20,114 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:177 2025-01-19 16:34:20,114 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4807 2025-01-19 16:34:20,114 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4733(0) to node 3:4756(1) 2025-01-19 16:34:20,114 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734(0) to node 3:4756(0) 2025-01-19 16:34:20,114 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4735(0) to node 3:4757(0) 2025-01-19 16:34:20,114 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4735(1) to node 3:4756(2) 2025-01-19 16:34:20,114 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4737 2025-01-19 16:34:20,114 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4812 2025-01-19 16:34:20,115 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:2531(1) to node 3:4748(1) 2025-01-19 16:34:20,115 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4807(1) to node 3:4790(0) 2025-01-19 16:34:20,115 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4790(0) to node 3:4805(0) 2025-01-19 16:34:20,115 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4804(1) to node 3:4791(0) 2025-01-19 16:34:20,115 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4791(0) to node 3:4802(0) 2025-01-19 16:34:20,115 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4797(1) to node 3:4804(0) 2025-01-19 16:34:20,115 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4733 2025-01-19 16:34:20,115 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4756 2025-01-19 16:34:20,115 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4740(0) to node 3:4734(0) 2025-01-19 16:34:20,115 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4734 2025-01-19 16:34:20,115 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4735(0) to node 3:4740(0) 2025-01-19 16:34:20,115 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4737(0) to node 3:4735(0) 2025-01-19 16:34:20,115 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4735 2025-01-19 16:34:20,115 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4804 2025-01-19 16:34:20,144 : DEBUG : ModalContext : : DBSessionCache : DB Connector : 3:2531 : New database session: DefaultDBSessionInformation(id=0ea2457d-979d-44cc-a3e5-4f4a45c1253e, dbType=DBType(id=mssqlserver, name=Microsoft SQL Server, description=null), driverDefinition=DBDriverDefinition(id=jTDS for Microsoft SQL Server, name=jTDS for Microsoft SQL Server, version=1.3.0, driverClass=net.sourceforge.jtds.jdbc.Driver, dbType=DBType(id=mssqlserver, name=Microsoft SQL Server, description=null), description=, origin=EXTENSION), connectionController=org.knime.database.connection.UserDBConnectionController=(url=jdbc:jtds:sqlserver://RAQCPAPDB001:1434;instance=PBISAPPS;DatabaseName=SUPERVISIONBI_FIRM_DATA, authenticationType=USER_PWD, user=SupBIPublicDBUser, password=true), dialectId=mssqlserver, attributeValues={knime.db.connection.restore=true, knime.db.agent.writer.fail_on_missing_in_where_clause=false}) 2025-01-19 16:34:20,148 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Loading executable extensions of extension point: org.knime.database.AggregationFunction 2025-01-19 16:34:20,149 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,149 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,149 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,149 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,150 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,150 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,150 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,150 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,150 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,150 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,150 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,150 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,150 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,150 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,150 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,150 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,150 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,150 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,150 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,150 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,150 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,150 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,150 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,150 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,150 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,150 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,151 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,151 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,151 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,151 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,151 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,151 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,151 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,151 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,152 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,152 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,152 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,152 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,152 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,152 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,152 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,153 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,153 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,153 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,153 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,153 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,153 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,153 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,153 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,153 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,154 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,154 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,154 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,154 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,154 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,154 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,154 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,154 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,155 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,155 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,155 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,155 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,155 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,155 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,155 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,155 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of StringAggregationFactory 2025-01-19 16:34:20,155 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,155 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,156 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,156 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,156 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,156 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,156 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,156 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,156 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,156 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,156 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,156 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,157 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,157 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,157 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,157 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,157 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,157 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,157 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,157 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,157 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,157 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,157 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,157 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,157 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,157 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,157 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,157 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,157 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,157 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,157 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,157 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,157 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,157 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,157 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,157 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,157 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,157 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,157 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,157 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,157 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,157 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,157 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,157 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,157 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,157 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,157 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,157 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,157 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,157 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,157 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,157 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,157 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,158 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,158 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,158 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,158 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,158 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,158 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,158 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,158 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,158 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,158 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,158 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,158 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,158 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,159 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,159 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,159 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,159 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,159 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,159 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,159 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,159 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,159 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,159 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,159 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,160 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,160 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,160 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,160 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,160 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,160 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,160 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,161 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,161 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,161 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,161 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,161 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,161 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,161 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,161 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,161 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,161 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,162 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,162 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,162 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,162 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,162 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,162 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,162 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,162 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,162 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,162 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,162 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,162 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,162 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,162 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,162 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,162 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,162 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,162 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,162 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,162 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,162 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,163 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,164 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,164 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,164 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,164 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,164 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,164 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,164 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,164 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,164 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,164 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,164 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,164 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,164 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,164 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,164 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,164 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,164 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Factory 2025-01-19 16:34:20,165 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Loading executable extensions of extension point: org.knime.database.Agent 2025-01-19 16:34:20,169 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,169 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of DefaultDBAgentFactory 2025-01-19 16:34:20,170 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,170 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of DefaultDBAgentFactory 2025-01-19 16:34:20,170 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,170 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of DefaultDBAgentFactory 2025-01-19 16:34:20,170 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,170 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of DefaultDBAgentFactory 2025-01-19 16:34:20,170 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,170 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of DefaultDBAgentFactory 2025-01-19 16:34:20,170 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,170 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of DefaultDBAgentFactory 2025-01-19 16:34:20,170 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,170 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of DefaultDBAgentFactory 2025-01-19 16:34:20,170 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,170 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of DefaultDBAgentFactory 2025-01-19 16:34:20,170 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,170 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of DefaultDBAgentFactory 2025-01-19 16:34:20,170 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,170 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of DefaultDBAgentFactory 2025-01-19 16:34:20,170 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,170 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of DefaultDBAgentFactory 2025-01-19 16:34:20,170 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,170 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of DefaultDBAgentFactory 2025-01-19 16:34:20,170 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,170 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of DefaultDBAgentFactory 2025-01-19 16:34:20,170 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,170 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of DefaultDBAgentFactory 2025-01-19 16:34:20,171 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,171 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of H2AgentFactory 2025-01-19 16:34:20,171 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,171 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of H2AgentFactory 2025-01-19 16:34:20,171 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,171 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of H2AgentFactory 2025-01-19 16:34:20,171 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,171 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of H2AgentFactory 2025-01-19 16:34:20,171 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,171 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of MSAccessAgentFactory 2025-01-19 16:34:20,171 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,171 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of MSAccessAgentFactory 2025-01-19 16:34:20,171 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,171 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of MSAccessAgentFactory 2025-01-19 16:34:20,172 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,172 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of MSSQLAgentFactory 2025-01-19 16:34:20,172 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,172 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of MSSQLAgentFactory 2025-01-19 16:34:20,172 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,172 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of MSSQLAgentFactory 2025-01-19 16:34:20,172 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,172 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of MSSQLAgentFactory 2025-01-19 16:34:20,173 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,173 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of MySQLAgentFactory 2025-01-19 16:34:20,173 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,173 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of MySQLAgentFactory 2025-01-19 16:34:20,173 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,173 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of MySQLAgentFactory 2025-01-19 16:34:20,173 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,173 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of MySQLAgentFactory 2025-01-19 16:34:20,173 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,173 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of PostgresAgentFactory 2025-01-19 16:34:20,173 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,173 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of PostgresAgentFactory 2025-01-19 16:34:20,173 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,173 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of PostgresAgentFactory 2025-01-19 16:34:20,174 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,174 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of PostgresAgentFactory 2025-01-19 16:34:20,174 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,174 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of PostgresAgentFactory 2025-01-19 16:34:20,174 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,174 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of SQLiteAgentFactory 2025-01-19 16:34:20,174 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,174 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of SQLiteAgentFactory 2025-01-19 16:34:20,174 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,174 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of SQLiteAgentFactory 2025-01-19 16:34:20,175 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,175 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Db2AgentFactory 2025-01-19 16:34:20,175 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,175 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Db2AgentFactory 2025-01-19 16:34:20,175 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,175 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of Db2AgentFactory 2025-01-19 16:34:20,175 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,175 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of OracleAgentFactory 2025-01-19 16:34:20,175 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,175 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of OracleAgentFactory 2025-01-19 16:34:20,176 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,176 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of OracleAgentFactory 2025-01-19 16:34:20,176 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,176 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of SAPHANAAgentFactory 2025-01-19 16:34:20,176 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,176 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of SAPHANAAgentFactory 2025-01-19 16:34:20,177 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,177 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of TeradataAgentFactory 2025-01-19 16:34:20,177 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,177 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of TeradataAgentFactory 2025-01-19 16:34:20,178 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,178 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of VerticaAgentFactory 2025-01-19 16:34:20,178 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable extension factory has been created 2025-01-19 16:34:20,178 : DEBUG : ModalContext : : ExtensionPoints : DB Connector : 3:2531 : Executable is instance of VerticaAgentFactory 2025-01-19 16:34:20,341 : DEBUG : ModalContext : : DBConnectionManager : DB Connector : 3:2531 : Acquiring connection. 2025-01-19 16:34:20,346 : DEBUG : ModalContext : : Wrappers : DB Connector : 3:2531 : An error of unexpected type occurred while checking if an object is a wrapper for org.knime.database.connection.impl.managing.transaction.BroadTransactionManagingWrapper. java.lang.AbstractMethodError at net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData.isWrapperFor(JtdsDatabaseMetaData.java:3603) at org.knime.database.util.Wrappers.callIsWrapperFor(Wrappers.java:89) at org.knime.database.util.Wrappers.isWrapperFor(Wrappers.java:84) at org.knime.database.connection.impl.managing.transaction.BroadTransactionManagingConnectionWrapper.isBroadTransactionManaging(BroadTransactionManagingConnectionWrapper.java:288) at org.knime.database.connection.impl.managing.transaction.BroadTransactionManagingConnectionWrapper.wrap(BroadTransactionManagingConnectionWrapper.java:439) at org.knime.database.connection.wrappers.AbstractConnectionWrapper.getMetaData(AbstractConnectionWrapper.java:181) at org.knime.database.connection.wrappers.AbstractConnectionWrapper.getMetaData(AbstractConnectionWrapper.java:181) at org.knime.database.connection.wrappers.AbstractConnectionWrapper.getMetaData(AbstractConnectionWrapper.java:181) at org.knime.database.connection.wrappers.AbstractConnectionWrapper.getMetaData(AbstractConnectionWrapper.java:181) at org.knime.database.connection.wrappers.AbstractConnectionWrapper.getMetaData(AbstractConnectionWrapper.java:181) at org.knime.database.session.impl.DefaultDBSession.(DefaultDBSession.java:228) at org.knime.database.session.impl.DBSessionFactory.create(DBSessionFactory.java:81) at org.knime.database.session.DBSessionCache.getOrCreate(DBSessionCache.java:151) at org.knime.database.node.connector.AbstractDBConnectorNodeModel.registerSession(AbstractDBConnectorNodeModel.java:389) at org.knime.database.node.connector.AbstractDBConnectorNodeModel.loadAdditionalInternals(AbstractDBConnectorNodeModel.java:311) at org.knime.database.node.DBNodeModel.loadInternals(DBNodeModel.java:116) at org.knime.core.node.Node.loadDataAndInternals(Node.java:525) at org.knime.core.node.Node.load(Node.java:361) at org.knime.core.node.workflow.NativeNodeContainer.performLoadContent(NativeNodeContainer.java:1075) at org.knime.core.node.workflow.SingleNodeContainer.loadContent(SingleNodeContainer.java:928) at org.knime.core.node.workflow.WorkflowManager.postLoad(WorkflowManager.java:8937) at org.knime.core.node.workflow.WorkflowManager.loadContent(WorkflowManager.java:8823) at org.knime.core.node.workflow.WorkflowManager.postLoad(WorkflowManager.java:8937) at org.knime.core.node.workflow.WorkflowManager.loadContent(WorkflowManager.java:8823) at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8686) at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8607) at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8580) at org.knime.core.node.workflow.WorkflowManager.loadProject(WorkflowManager.java:8425) at org.knime.workbench.editor2.LoadWorkflowRunnable.run(LoadWorkflowRunnable.java:199) at org.knime.ui.java.util.DesktopAPUtil.loadWorkflow(DesktopAPUtil.java:183) at org.knime.ui.java.util.DesktopAPUtil.fetchAndLoadWorkflowWithTask(DesktopAPUtil.java:147) at org.knime.ui.java.api.OpenProject.loadProject(OpenProject.java:227) at org.knime.ui.java.api.OpenProject.openProjectInWebUIOnly(OpenProject.java:177) at org.knime.ui.java.api.OpenProject.lambda$0(OpenProject.java:110) at org.knime.ui.java.util.DesktopAPUtil.lambda$10(DesktopAPUtil.java:413) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122) 2025-01-19 16:34:20,348 : DEBUG : ModalContext : : Wrappers : DB Connector : 3:2531 : An error of unexpected type occurred while checking if an object is a wrapper for org.knime.database.connection.impl.managing.transaction.TransactionManagingWrapper. java.lang.AbstractMethodError at net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData.isWrapperFor(JtdsDatabaseMetaData.java:3603) at org.knime.database.connection.wrappers.AbstractDatabaseMetaDataWrapper.isWrapperFor(AbstractDatabaseMetaDataWrapper.java:87) at org.knime.database.connection.wrappers.AbstractDatabaseMetaDataWrapper.isWrapperFor(AbstractDatabaseMetaDataWrapper.java:87) at org.knime.database.connection.wrappers.AbstractDatabaseMetaDataWrapper.isWrapperFor(AbstractDatabaseMetaDataWrapper.java:87) at org.knime.database.util.Wrappers.callIsWrapperFor(Wrappers.java:89) at org.knime.database.util.Wrappers.isWrapperFor(Wrappers.java:84) at org.knime.database.connection.impl.managing.transaction.TransactionManagingConnectionWrapper.isTransactionManaging(TransactionManagingConnectionWrapper.java:154) at org.knime.database.connection.impl.managing.transaction.TransactionManagingConnectionWrapper.wrap(TransactionManagingConnectionWrapper.java:243) at org.knime.database.connection.wrappers.AbstractConnectionWrapper.getMetaData(AbstractConnectionWrapper.java:181) at org.knime.database.session.impl.DefaultDBSession.(DefaultDBSession.java:228) at org.knime.database.session.impl.DBSessionFactory.create(DBSessionFactory.java:81) at org.knime.database.session.DBSessionCache.getOrCreate(DBSessionCache.java:151) at org.knime.database.node.connector.AbstractDBConnectorNodeModel.registerSession(AbstractDBConnectorNodeModel.java:389) at org.knime.database.node.connector.AbstractDBConnectorNodeModel.loadAdditionalInternals(AbstractDBConnectorNodeModel.java:311) at org.knime.database.node.DBNodeModel.loadInternals(DBNodeModel.java:116) at org.knime.core.node.Node.loadDataAndInternals(Node.java:525) at org.knime.core.node.Node.load(Node.java:361) at org.knime.core.node.workflow.NativeNodeContainer.performLoadContent(NativeNodeContainer.java:1075) at org.knime.core.node.workflow.SingleNodeContainer.loadContent(SingleNodeContainer.java:928) at org.knime.core.node.workflow.WorkflowManager.postLoad(WorkflowManager.java:8937) at org.knime.core.node.workflow.WorkflowManager.loadContent(WorkflowManager.java:8823) at org.knime.core.node.workflow.WorkflowManager.postLoad(WorkflowManager.java:8937) at org.knime.core.node.workflow.WorkflowManager.loadContent(WorkflowManager.java:8823) at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8686) at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8607) at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8580) at org.knime.core.node.workflow.WorkflowManager.loadProject(WorkflowManager.java:8425) at org.knime.workbench.editor2.LoadWorkflowRunnable.run(LoadWorkflowRunnable.java:199) at org.knime.ui.java.util.DesktopAPUtil.loadWorkflow(DesktopAPUtil.java:183) at org.knime.ui.java.util.DesktopAPUtil.fetchAndLoadWorkflowWithTask(DesktopAPUtil.java:147) at org.knime.ui.java.api.OpenProject.loadProject(OpenProject.java:227) at org.knime.ui.java.api.OpenProject.openProjectInWebUIOnly(OpenProject.java:177) at org.knime.ui.java.api.OpenProject.lambda$0(OpenProject.java:110) at org.knime.ui.java.util.DesktopAPUtil.lambda$10(DesktopAPUtil.java:413) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122) 2025-01-19 16:34:20,349 : DEBUG : ModalContext : : AbstractRelinquishableConnection : DB Connector : 3:2531 : The connection has been relinquished. 2025-01-19 16:34:20,349 : DEBUG : ModalContext : : ManagedConnection : DB Connector : 3:2531 : The managed connection has been closed. 2025-01-19 16:34:20,349 : DEBUG : ModalContext : : TransactionManagingWrapper : DB Connector : 3:2531 : The transaction managing connection has been closed. 2025-01-19 16:34:20,349 : DEBUG : ModalContext : : DefaultDBSession : DB Connector : 3:2531 : Database session information:DefaultDBSessionInformation(id=0ea2457d-979d-44cc-a3e5-4f4a45c1253e, dbType=DBType(id=mssqlserver, name=Microsoft SQL Server, description=null), driverDefinition=DBDriverDefinition(id=jTDS for Microsoft SQL Server, name=jTDS for Microsoft SQL Server, version=1.3.0, driverClass=net.sourceforge.jtds.jdbc.Driver, dbType=DBType(id=mssqlserver, name=Microsoft SQL Server, description=null), description=, origin=EXTENSION), connectionController=org.knime.database.connection.UserDBConnectionController=(url=jdbc:jtds:sqlserver://RAQCPAPDB001:1434;instance=PBISAPPS;DatabaseName=SUPERVISIONBI_FIRM_DATA, authenticationType=USER_PWD, user=SupBIPublicDBUser, password=true), dialectId=mssqlserver, attributeValues={knime.db.connection.restore=true, knime.db.agent.writer.fail_on_missing_in_where_clause=false}) 2025-01-19 16:34:20,349 : DEBUG : ModalContext : : DefaultDBSession : DB Connector : 3:2531 : Attribute details of database session 0ea2457d-979d-44cc-a3e5-4f4a45c1253e: AttributeValueRepository(attributes={knime.db.connection.jdbc.fetch_size=knime.db.connection.jdbc.fetch_size:10000, knime.db.connection.parameter.append.separator=knime.db.connection.parameter.append.separator:&, knime.db.capability.multi.dbs=knime.db.capability.multi.dbs:false, knime.db.dialect.sql.delimiter.identifier.opening=knime.db.dialect.sql.delimiter.identifier.opening:", knime.db.dialect.sql.table_reference.keyword=knime.db.dialect.sql.table_reference.keyword:AS, knime.db.dialect.sql.capability.operation.minus=knime.db.dialect.sql.capability.operation.minus:true, knime.db.dialect.sql.insert_into_table_with_select=knime.db.dialect.sql.insert_into_table_with_select:true, knime.db.connection.kerberos_delegation.hostnames=knime.db.connection.kerberos_delegation.hostnames:, knime.db.agent.writer.autocommit_if_failing_on_error=knime.db.agent.writer.autocommit_if_failing_on_error:false, knime.db.dialect.sql.table_reference.derived_table=knime.db.dialect.sql.table_reference.derived_table:true, knime.db.connection.parameter.append=knime.db.connection.parameter.append:false, knime.db.connection.parameter.append.last.suffix=knime.db.connection.parameter.append.last.suffix:, knime.db.connection.jdbc.properties=knime.db.connection.jdbc.properties:#Sun Jan 19 16:34:00 AST 2025 , knime.db.connection.statement.cancellation.polling_period=knime.db.connection.statement.cancellation.polling_period:1000, knime.db.dialect.sql.capability.random=knime.db.dialect.sql.capability.random:true, knime.db.connection.metadata.table.types=knime.db.connection.metadata.table.types:TABLE, VIEW, knime.db.agent.writer.batch.enabled=knime.db.agent.writer.batch.enabled:true, knime.db.connection.statement.cancellation.enabled=knime.db.connection.statement.cancellation.enabled:true, knime.db.connection.metadata.configure.timeout=knime.db.connection.metadata.configure.timeout:3, knime.db.connection.metadata.configure.enabled=knime.db.connection.metadata.configure.enabled:true, knime.db.connection.metadata.query.flatten=knime.db.connection.metadata.query.flatten:false, knime.db.dialect.sql.create_table.define_constraint_name=knime.db.dialect.sql.create_table.define_constraint_name:true, knime.db.dialect.sql.identifier.delimiting.onlyspaces=knime.db.dialect.sql.identifier.delimiting.onlyspaces:false, knime.db.connection.time_zone=knime.db.connection.time_zone:UTC, knime.db.dialect.sql.capability.random_seed=knime.db.dialect.sql.capability.random_seed:false, knime.db.connection.reconnect.timeout=knime.db.connection.reconnect.timeout:0, knime.db.dialect.sql.identifier.replace.character.non_word.enabled=knime.db.dialect.sql.identifier.replace.character.non_word.enabled:false, knime.db.dialect.sql.create.table.temporary=knime.db.dialect.sql.create.table.temporary:, knime.db.dialect.sql.minus_operator.keyword=knime.db.dialect.sql.minus_operator.keyword:EXCEPT, knime.db.dialect.sql.delimiter.identifier.closing=knime.db.dialect.sql.delimiter.identifier.closing:", knime.db.connection.logger.log.errors=knime.db.connection.logger.log.errors:false, knime.db.dialect.sql.capability.expression.case=knime.db.dialect.sql.capability.expression.case:true, knime.db.dialect.sql.identifier.replace.character.non_word.replacement=knime.db.dialect.sql.identifier.replace.character.non_word.replacement:, knime.db.connection.kerberos_delegation.service=knime.db.connection.kerberos_delegation.service:, knime.db.connection.reconnect=knime.db.connection.reconnect:false, knime.db.connection.parameter.append.initial.separator=knime.db.connection.parameter.append.initial.separator:?, knime.db.connection.transaction.enabled=knime.db.connection.transaction.enabled:true, knime.db.dialect.sql.create_table.if_not_exists=knime.db.dialect.sql.create_table.if_not_exists:, knime.db.connection.idle.timeout=knime.db.connection.idle.timeout:0, knime.db.dialect.sql.drop_table=knime.db.dialect.sql.drop_table:true, knime.db.connection.validation_query=knime.db.connection.validation_query:SELECT 0, knime.db.connection.kerberos_delegation.host_regex=knime.db.connection.kerberos_delegation.host_regex:.*(?:@|//)([^:;,/\\]*).*, knime.db.connection.parameter.append.user_and_password=knime.db.connection.parameter.append.user_and_password:false, knime.db.connection.logger.enabled=knime.db.connection.logger.enabled:false, knime.db.connection.restore=knime.db.connection.restore:false, knime.db.agent.writer.fail_on_missing_in_where_clause=knime.db.agent.writer.fail_on_missing_in_where_clause:true, knime.db.connection.init_statement=knime.db.connection.init_statement:}, none default values={knime.db.connection.restore=true, knime.db.agent.writer.fail_on_missing_in_where_clause=false}) 2025-01-19 16:34:20,349 : DEBUG : ModalContext : : DBConnectionManager : DB Connector : 3:2531 : Acquiring connection. 2025-01-19 16:34:20,349 : DEBUG : ModalContext : : Wrappers : DB Connector : 3:2531 : An error of unexpected type occurred while checking if an object is a wrapper for org.knime.database.connection.impl.managing.transaction.BroadTransactionManagingWrapper. java.lang.AbstractMethodError at net.sourceforge.jtds.jdbc.JtdsStatement.isWrapperFor(JtdsStatement.java:1462) at org.knime.database.util.Wrappers.callIsWrapperFor(Wrappers.java:89) at org.knime.database.util.Wrappers.isWrapperFor(Wrappers.java:84) at org.knime.database.connection.impl.managing.transaction.BroadTransactionManagingConnectionWrapper.isBroadTransactionManaging(BroadTransactionManagingConnectionWrapper.java:288) at org.knime.database.connection.impl.managing.transaction.BroadTransactionManagingConnectionWrapper.wrap(BroadTransactionManagingConnectionWrapper.java:450) at org.knime.database.connection.wrappers.AbstractConnectionWrapper.createStatement(AbstractConnectionWrapper.java:104) at org.knime.database.connection.wrappers.AbstractConnectionWrapper.createStatement(AbstractConnectionWrapper.java:102) at org.knime.database.connection.wrappers.AbstractConnectionWrapper.createStatement(AbstractConnectionWrapper.java:102) at org.knime.database.connection.wrappers.AbstractConnectionWrapper.createStatement(AbstractConnectionWrapper.java:102) at org.knime.database.connection.wrappers.AbstractConnectionWrapper.createStatement(AbstractConnectionWrapper.java:102) at org.knime.database.session.impl.DefaultDBSession.validate(DefaultDBSession.java:370) at org.knime.database.node.connector.AbstractDBConnectorNodeModel.registerSession(AbstractDBConnectorNodeModel.java:390) at org.knime.database.node.connector.AbstractDBConnectorNodeModel.loadAdditionalInternals(AbstractDBConnectorNodeModel.java:311) at org.knime.database.node.DBNodeModel.loadInternals(DBNodeModel.java:116) at org.knime.core.node.Node.loadDataAndInternals(Node.java:525) at org.knime.core.node.Node.load(Node.java:361) at org.knime.core.node.workflow.NativeNodeContainer.performLoadContent(NativeNodeContainer.java:1075) at org.knime.core.node.workflow.SingleNodeContainer.loadContent(SingleNodeContainer.java:928) at org.knime.core.node.workflow.WorkflowManager.postLoad(WorkflowManager.java:8937) at org.knime.core.node.workflow.WorkflowManager.loadContent(WorkflowManager.java:8823) at org.knime.core.node.workflow.WorkflowManager.postLoad(WorkflowManager.java:8937) at org.knime.core.node.workflow.WorkflowManager.loadContent(WorkflowManager.java:8823) at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8686) at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8607) at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8580) at org.knime.core.node.workflow.WorkflowManager.loadProject(WorkflowManager.java:8425) at org.knime.workbench.editor2.LoadWorkflowRunnable.run(LoadWorkflowRunnable.java:199) at org.knime.ui.java.util.DesktopAPUtil.loadWorkflow(DesktopAPUtil.java:183) at org.knime.ui.java.util.DesktopAPUtil.fetchAndLoadWorkflowWithTask(DesktopAPUtil.java:147) at org.knime.ui.java.api.OpenProject.loadProject(OpenProject.java:227) at org.knime.ui.java.api.OpenProject.openProjectInWebUIOnly(OpenProject.java:177) at org.knime.ui.java.api.OpenProject.lambda$0(OpenProject.java:110) at org.knime.ui.java.util.DesktopAPUtil.lambda$10(DesktopAPUtil.java:413) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122) 2025-01-19 16:34:20,352 : DEBUG : ModalContext : : Wrappers : DB Connector : 3:2531 : An error of unexpected type occurred while checking if an object is a wrapper for org.knime.database.connection.impl.managing.transaction.TransactionManagingWrapper. java.lang.AbstractMethodError at net.sourceforge.jtds.jdbc.JtdsStatement.isWrapperFor(JtdsStatement.java:1462) at org.knime.database.connection.wrappers.AbstractStatementWrapper.isWrapperFor(AbstractStatementWrapper.java:87) at org.knime.database.connection.wrappers.AbstractStatementWrapper.isWrapperFor(AbstractStatementWrapper.java:87) at org.knime.database.connection.wrappers.AbstractStatementWrapper.isWrapperFor(AbstractStatementWrapper.java:87) at org.knime.database.util.Wrappers.callIsWrapperFor(Wrappers.java:89) at org.knime.database.util.Wrappers.isWrapperFor(Wrappers.java:84) at org.knime.database.connection.impl.managing.transaction.TransactionManagingConnectionWrapper.isTransactionManaging(TransactionManagingConnectionWrapper.java:154) at org.knime.database.connection.impl.managing.transaction.TransactionManagingConnectionWrapper.wrap(TransactionManagingConnectionWrapper.java:254) at org.knime.database.connection.wrappers.AbstractConnectionWrapper.createStatement(AbstractConnectionWrapper.java:104) at org.knime.database.session.impl.DefaultDBSession.validate(DefaultDBSession.java:370) at org.knime.database.node.connector.AbstractDBConnectorNodeModel.registerSession(AbstractDBConnectorNodeModel.java:390) at org.knime.database.node.connector.AbstractDBConnectorNodeModel.loadAdditionalInternals(AbstractDBConnectorNodeModel.java:311) at org.knime.database.node.DBNodeModel.loadInternals(DBNodeModel.java:116) at org.knime.core.node.Node.loadDataAndInternals(Node.java:525) at org.knime.core.node.Node.load(Node.java:361) at org.knime.core.node.workflow.NativeNodeContainer.performLoadContent(NativeNodeContainer.java:1075) at org.knime.core.node.workflow.SingleNodeContainer.loadContent(SingleNodeContainer.java:928) at org.knime.core.node.workflow.WorkflowManager.postLoad(WorkflowManager.java:8937) at org.knime.core.node.workflow.WorkflowManager.loadContent(WorkflowManager.java:8823) at org.knime.core.node.workflow.WorkflowManager.postLoad(WorkflowManager.java:8937) at org.knime.core.node.workflow.WorkflowManager.loadContent(WorkflowManager.java:8823) at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8686) at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8607) at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8580) at org.knime.core.node.workflow.WorkflowManager.loadProject(WorkflowManager.java:8425) at org.knime.workbench.editor2.LoadWorkflowRunnable.run(LoadWorkflowRunnable.java:199) at org.knime.ui.java.util.DesktopAPUtil.loadWorkflow(DesktopAPUtil.java:183) at org.knime.ui.java.util.DesktopAPUtil.fetchAndLoadWorkflowWithTask(DesktopAPUtil.java:147) at org.knime.ui.java.api.OpenProject.loadProject(OpenProject.java:227) at org.knime.ui.java.api.OpenProject.openProjectInWebUIOnly(OpenProject.java:177) at org.knime.ui.java.api.OpenProject.lambda$0(OpenProject.java:110) at org.knime.ui.java.util.DesktopAPUtil.lambda$10(DesktopAPUtil.java:413) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122) 2025-01-19 16:34:20,377 : DEBUG : ModalContext : : Wrappers : DB Connector : 3:2531 : An error of unexpected type occurred while checking if an object is a wrapper for org.knime.database.connection.impl.managing.transaction.BroadTransactionManagingWrapper. java.lang.AbstractMethodError at net.sourceforge.jtds.jdbc.JtdsResultSet.isWrapperFor(JtdsResultSet.java:1784) at org.knime.database.util.Wrappers.callIsWrapperFor(Wrappers.java:89) at org.knime.database.util.Wrappers.isWrapperFor(Wrappers.java:84) at org.knime.database.connection.impl.managing.transaction.BroadTransactionManagingConnectionWrapper.isBroadTransactionManaging(BroadTransactionManagingConnectionWrapper.java:288) at org.knime.database.connection.impl.managing.transaction.BroadTransactionManagingConnectionWrapper.wrap(BroadTransactionManagingConnectionWrapper.java:463) at org.knime.database.connection.impl.managing.transaction.BroadTransactionManagingConnectionWrapper$BroadTransactionManagingStatement.wrap(BroadTransactionManagingConnectionWrapper.java:155) at org.knime.database.connection.wrappers.AbstractStatementWrapper.executeQuery(AbstractStatementWrapper.java:94) at org.knime.database.connection.wrappers.AbstractStatementWrapper.executeQuery(AbstractStatementWrapper.java:92) at org.knime.database.connection.wrappers.AbstractStatementWrapper.executeQuery(AbstractStatementWrapper.java:92) at org.knime.database.connection.impl.monitored.MonitoredStatement.executeQuery(MonitoredStatement.java:81) at org.knime.database.connection.wrappers.AbstractStatementWrapper.executeQuery(AbstractStatementWrapper.java:92) at org.knime.database.session.impl.DefaultDBSession.validate(DefaultDBSession.java:371) at org.knime.database.node.connector.AbstractDBConnectorNodeModel.registerSession(AbstractDBConnectorNodeModel.java:390) at org.knime.database.node.connector.AbstractDBConnectorNodeModel.loadAdditionalInternals(AbstractDBConnectorNodeModel.java:311) at org.knime.database.node.DBNodeModel.loadInternals(DBNodeModel.java:116) at org.knime.core.node.Node.loadDataAndInternals(Node.java:525) at org.knime.core.node.Node.load(Node.java:361) at org.knime.core.node.workflow.NativeNodeContainer.performLoadContent(NativeNodeContainer.java:1075) at org.knime.core.node.workflow.SingleNodeContainer.loadContent(SingleNodeContainer.java:928) at org.knime.core.node.workflow.WorkflowManager.postLoad(WorkflowManager.java:8937) at org.knime.core.node.workflow.WorkflowManager.loadContent(WorkflowManager.java:8823) at org.knime.core.node.workflow.WorkflowManager.postLoad(WorkflowManager.java:8937) at org.knime.core.node.workflow.WorkflowManager.loadContent(WorkflowManager.java:8823) at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8686) at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8607) at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8580) at org.knime.core.node.workflow.WorkflowManager.loadProject(WorkflowManager.java:8425) at org.knime.workbench.editor2.LoadWorkflowRunnable.run(LoadWorkflowRunnable.java:199) at org.knime.ui.java.util.DesktopAPUtil.loadWorkflow(DesktopAPUtil.java:183) at org.knime.ui.java.util.DesktopAPUtil.fetchAndLoadWorkflowWithTask(DesktopAPUtil.java:147) at org.knime.ui.java.api.OpenProject.loadProject(OpenProject.java:227) at org.knime.ui.java.api.OpenProject.openProjectInWebUIOnly(OpenProject.java:177) at org.knime.ui.java.api.OpenProject.lambda$0(OpenProject.java:110) at org.knime.ui.java.util.DesktopAPUtil.lambda$10(DesktopAPUtil.java:413) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122) 2025-01-19 16:34:20,380 : DEBUG : ModalContext : : Wrappers : DB Connector : 3:2531 : An error of unexpected type occurred while checking if an object is a wrapper for org.knime.database.connection.impl.managing.transaction.TransactionManagingWrapper. java.lang.AbstractMethodError at net.sourceforge.jtds.jdbc.JtdsResultSet.isWrapperFor(JtdsResultSet.java:1784) at org.knime.database.connection.wrappers.AbstractResultSetWrapper.isWrapperFor(AbstractResultSetWrapper.java:103) at org.knime.database.connection.wrappers.AbstractResultSetWrapper.isWrapperFor(AbstractResultSetWrapper.java:103) at org.knime.database.connection.wrappers.AbstractResultSetWrapper.isWrapperFor(AbstractResultSetWrapper.java:103) at org.knime.database.util.Wrappers.callIsWrapperFor(Wrappers.java:89) at org.knime.database.util.Wrappers.isWrapperFor(Wrappers.java:84) at org.knime.database.connection.impl.managing.transaction.TransactionManagingConnectionWrapper.isTransactionManaging(TransactionManagingConnectionWrapper.java:154) at org.knime.database.connection.impl.managing.transaction.TransactionManagingConnectionWrapper.wrap(TransactionManagingConnectionWrapper.java:267) at org.knime.database.connection.impl.managing.transaction.TransactionManagingConnectionWrapper$TransactionManagingStatement.wrap(TransactionManagingConnectionWrapper.java:147) at org.knime.database.connection.wrappers.AbstractStatementWrapper.executeQuery(AbstractStatementWrapper.java:94) at org.knime.database.session.impl.DefaultDBSession.validate(DefaultDBSession.java:371) at org.knime.database.node.connector.AbstractDBConnectorNodeModel.registerSession(AbstractDBConnectorNodeModel.java:390) at org.knime.database.node.connector.AbstractDBConnectorNodeModel.loadAdditionalInternals(AbstractDBConnectorNodeModel.java:311) at org.knime.database.node.DBNodeModel.loadInternals(DBNodeModel.java:116) at org.knime.core.node.Node.loadDataAndInternals(Node.java:525) at org.knime.core.node.Node.load(Node.java:361) at org.knime.core.node.workflow.NativeNodeContainer.performLoadContent(NativeNodeContainer.java:1075) at org.knime.core.node.workflow.SingleNodeContainer.loadContent(SingleNodeContainer.java:928) at org.knime.core.node.workflow.WorkflowManager.postLoad(WorkflowManager.java:8937) at org.knime.core.node.workflow.WorkflowManager.loadContent(WorkflowManager.java:8823) at org.knime.core.node.workflow.WorkflowManager.postLoad(WorkflowManager.java:8937) at org.knime.core.node.workflow.WorkflowManager.loadContent(WorkflowManager.java:8823) at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8686) at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8607) at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8580) at org.knime.core.node.workflow.WorkflowManager.loadProject(WorkflowManager.java:8425) at org.knime.workbench.editor2.LoadWorkflowRunnable.run(LoadWorkflowRunnable.java:199) at org.knime.ui.java.util.DesktopAPUtil.loadWorkflow(DesktopAPUtil.java:183) at org.knime.ui.java.util.DesktopAPUtil.fetchAndLoadWorkflowWithTask(DesktopAPUtil.java:147) at org.knime.ui.java.api.OpenProject.loadProject(OpenProject.java:227) at org.knime.ui.java.api.OpenProject.openProjectInWebUIOnly(OpenProject.java:177) at org.knime.ui.java.api.OpenProject.lambda$0(OpenProject.java:110) at org.knime.ui.java.util.DesktopAPUtil.lambda$10(DesktopAPUtil.java:413) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122) 2025-01-19 16:34:20,380 : DEBUG : ModalContext : : ManagedConnection : DB Connector : 3:2531 : All the statements have already been closed. 2025-01-19 16:34:20,381 : DEBUG : ModalContext : : AbstractRelinquishableConnection : DB Connector : 3:2531 : The connection has been relinquished. 2025-01-19 16:34:20,381 : DEBUG : ModalContext : : ManagedConnection : DB Connector : 3:2531 : The managed connection has been closed. 2025-01-19 16:34:20,381 : DEBUG : ModalContext : : TransactionManagingWrapper : DB Connector : 3:2531 : The transaction managing connection has been closed. 2025-01-19 16:34:20,386 : DEBUG : ModalContext : : FileUploadWidgetNodeFactory : Upload with DB : 3:4748 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,388 : DEBUG : ModalContext : : DBReadNodeFactory : Upload with DB : 3:4748 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,389 : DEBUG : ModalContext : : DBTableSelectNodeFactory : Upload with DB : 3:4748 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,391 : DEBUG : ModalContext : : TableToVariable3NodeFactory : Upload with DB : 3:4748 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,392 : DEBUG : ModalContext : : TableCreator2NodeFactory : Upload with DB : 3:4748 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,393 : DEBUG : ModalContext : : StringManipulationNodeFactory : Upload with DB : 3:4748 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,395 : DEBUG : ModalContext : : TableToVariable3NodeFactory : Upload with DB : 3:4748 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,401 : DEBUG : ModalContext : : RowFilterNodeFactory : Upload with DB : 3:4748 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,402 : DEBUG : ModalContext : : DuplicateRowFilterNodeFactory : Upload with DB : 3:4748 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,404 : DEBUG : ModalContext : : TableToVariable3NodeFactory : Upload with DB : 3:4748 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,405 : DEBUG : ModalContext : : ManualIfNodeFactory : Upload with DB : 3:4748 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,406 : DEBUG : ModalContext : : RuleEngineNodeFactory : Upload with DB : 3:4748 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,407 : DEBUG : ModalContext : : TableToVariable3NodeFactory : Upload with DB : 3:4748 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,408 : DEBUG : ModalContext : : TableCreator2NodeFactory : Upload with DB : 3:4748 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,409 : DEBUG : ModalContext : : AppendedRowsNodeFactory : Upload with DB : 3:4748 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,409 : DEBUG : ModalContext : : HiLiteHandler : Upload with DB : 3:4748 : Adding hilite manager to handler d8bca8ab-ba9f-4d84-888b-76d5cb743abe 2025-01-19 16:34:20,409 : DEBUG : ModalContext : : HiLiteHandler : Upload with DB : 3:4748 : Adding hilite translator to handler 134f53b3-b2f4-4677-8114-5e3f32babbc3 2025-01-19 16:34:20,410 : DEBUG : ModalContext : : RuleEngineNodeFactory : Upload with DB : 3:4748 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,411 : DEBUG : ModalContext : : DataColumnSpecFilterNodeFactory : Upload with DB : 3:4748 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,415 : DEBUG : ModalContext : : DataColumnSpecFilterNodeFactory : Upload with DB : 3:4748 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,416 : DEBUG : ModalContext : : ColumnRenamerNodeFactory : Upload with DB : 3:4748 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,417 : DEBUG : ModalContext : : SorterNodeFactory : Upload with DB : 3:4748 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,417 : DEBUG : ModalContext : : DuplicateRowFilterNodeFactory : Upload with DB : 3:4748 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,419 : DEBUG : ModalContext : : WorkflowManager : Upload with DB : 3:4748 : Added new connection from node 3:4748:0:2550(1) to node 3:4748:0:2551(1) 2025-01-19 16:34:20,419 : DEBUG : ModalContext : : WorkflowManager : Upload with DB : 3:4748 : Added new connection from node 3:4748:0:2554(1) to node 3:4748:0:2555(1) 2025-01-19 16:34:20,419 : DEBUG : ModalContext : : WorkflowManager : Upload with DB : 3:4748 : Added new connection from node 3:4748:0:2560(1) to node 3:4748:0:2561(1) 2025-01-19 16:34:20,419 : DEBUG : ModalContext : : WorkflowManager : Upload with DB : 3:4748 : Added new connection from node 3:4748:0:2536(1) to node 3:4748:0:2538(0) 2025-01-19 16:34:20,419 : DEBUG : ModalContext : : WorkflowManager : Upload with DB : 3:4748 : Added new connection from node 3:4748:0:2551(1) to node 3:4748:0:2549(0) 2025-01-19 16:34:20,419 : DEBUG : ModalContext : : WorkflowManager : Upload with DB : 3:4748 : Added new connection from node 3:4748:0:2557(1) to node 3:4748:0:2559(1) 2025-01-19 16:34:20,419 : DEBUG : ModalContext : : WorkflowManager : Upload with DB : 3:4748 : Added new connection from node 3:4748:0:2537(1) to node 3:4748:0:2538(1) 2025-01-19 16:34:20,419 : DEBUG : ModalContext : : WorkflowManager : Upload with DB : 3:4748 : Added new connection from node 3:4748:0:2546(1) to node 3:4748:0:2545(1) 2025-01-19 16:34:20,419 : DEBUG : ModalContext : : WorkflowManager : Upload with DB : 3:4748 : Added new connection from node 3:4748:0:2550(1) to node 3:4748:0:2549(1) 2025-01-19 16:34:20,419 : DEBUG : ModalContext : : WorkflowManager : Upload with DB : 3:4748 : Added new connection from node 3:4748:0:2553(1) to node 3:4748:0:2554(2) 2025-01-19 16:34:20,419 : DEBUG : ModalContext : : WorkflowManager : Upload with DB : 3:4748 : Added new connection from node 3:4748:0:2561(1) to node 3:4748:0:2562(1) 2025-01-19 16:34:20,419 : DEBUG : ModalContext : : WorkflowManager : Upload with DB : 3:4748 : Added new connection from node 3:4748:0:2542(1) to node 3:4748:0:2532(1) 2025-01-19 16:34:20,420 : DEBUG : ModalContext : : WorkflowManager : Upload with DB : 3:4748 : Added new connection from node 3:4748:0:2545(1) to node 3:4748:0:2554(1) 2025-01-19 16:34:20,420 : DEBUG : ModalContext : : WorkflowManager : Upload with DB : 3:4748 : Added new connection from node 3:4748:0:2545(1) to node 3:4748:0:2557(1) 2025-01-19 16:34:20,420 : DEBUG : ModalContext : : WorkflowManager : Upload with DB : 3:4748 : Added new connection from node 3:4748:0:2547(1) to node 3:4748:0:2558(2) 2025-01-19 16:34:20,420 : DEBUG : ModalContext : : WorkflowManager : Upload with DB : 3:4748 : Added new connection from node 3:4748:0:2555(1) to node 3:4748:0:2550(1) 2025-01-19 16:34:20,420 : DEBUG : ModalContext : : WorkflowManager : Upload with DB : 3:4748 : Added new connection from node 3:4748:0:2536(1) to node 3:4748:0:2557(0) 2025-01-19 16:34:20,420 : DEBUG : ModalContext : : WorkflowManager : Upload with DB : 3:4748 : Added new connection from node 3:4748:0:2539(1) to node 3:4748:0:2558(1) 2025-01-19 16:34:20,420 : DEBUG : ModalContext : : WorkflowManager : Upload with DB : 3:4748 : Added new connection from node 3:4748:0:2538(1) to node 3:4748:0:2547(1) 2025-01-19 16:34:20,420 : DEBUG : ModalContext : : WorkflowManager : Upload with DB : 3:4748 : Added new connection from node 3:4748:0:2549(2) to node 3:4748:0:2536(1) 2025-01-19 16:34:20,420 : DEBUG : ModalContext : : WorkflowManager : Upload with DB : 3:4748 : Added new connection from node 3:4748:0:2549(1) to node 3:4748:0:2539(1) 2025-01-19 16:34:20,420 : DEBUG : ModalContext : : WorkflowManager : Upload with DB : 3:4748 : Added new connection from node 3:4748:0:2532(1) to node 3:4748:0:4(1) 2025-01-19 16:34:20,420 : DEBUG : ModalContext : : WorkflowManager : Upload with DB : 3:4748 : Added new connection from node 3:4748:0:1(1) to node 3:4748:0:2545(0) 2025-01-19 16:34:20,420 : DEBUG : ModalContext : : WorkflowManager : Upload with DB : 3:4748 : Added new connection from node 3:4748:0:4(1) to node 3:4748:0:2546(1) 2025-01-19 16:34:20,420 : DEBUG : ModalContext : : WorkflowManager : Upload with DB : 3:4748 : Added new connection from node 3:4748:0:2562(1) to node 3:4748:0:2558(3) 2025-01-19 16:34:20,420 : DEBUG : ModalContext : : WorkflowManager : Upload with DB : 3:4748 : Added new connection from node 3:4748:0:2559(1) to node 3:4748:0:2560(1) 2025-01-19 16:34:20,428 : WARN : ModalContext : : Node : File Upload Widget : 3:4748:0:1 : Did not restore content; consider to re-execute! 2025-01-19 16:34:20,499 : WARN : ModalContext : : Node : Row Filter : 3:4748:0:2545 : Node created an empty data table. 2025-01-19 16:34:20,500 : DEBUG : ModalContext : : HiLiteHandler : Upload with DB : 3:4748 : Adding hilite manager to handler 134f53b3-b2f4-4677-8114-5e3f32babbc3 2025-01-19 16:34:20,500 : DEBUG : ModalContext : : HiLiteHandler : Upload with DB : 3:4748 : Adding hilite manager to handler 32bc8ada-d470-4193-bd56-8826fd3d9e7b 2025-01-19 16:34:20,500 : DEBUG : ModalContext : : HiLiteHandler : Upload with DB : 3:4748 : Adding hilite translator to handler e5f09325-0751-4489-8529-76154b78188b 2025-01-19 16:34:20,585 : DEBUG : ModalContext : : TransferFilesFileChooserNodeFactory : Save files : 3:4737 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,588 : DEBUG : ModalContext : : CreateDirectory2NodeFactory : Save files : 3:4737 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,589 : DEBUG : ModalContext : : PathToStringVariableNodeFactory : Save files : 3:4737 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,592 : DEBUG : ModalContext : : StringToURINodeFactory : Save files : 3:4737 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,594 : DEBUG : ModalContext : : VariableToTable4NodeFactory : Save files : 3:4737 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,596 : DEBUG : ModalContext : : UrlToFilePathNodeFactory : Save files : 3:4737 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,598 : DEBUG : ModalContext : : TableToVariable3NodeFactory : Save files : 3:4737 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,600 : DEBUG : ModalContext : : MergeVariables2NodeFactory : Save files : 3:4737 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,601 : DEBUG : ModalContext : : CreateDateTimeNodeFactory : Save files : 3:4737 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,603 : DEBUG : ModalContext : : TableToVariable3NodeFactory : Save files : 3:4737 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,604 : DEBUG : ModalContext : : TransferFilesFileChooserNodeFactory : Save files : 3:4737 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,607 : DEBUG : ModalContext : : WorkflowManager : : : Created subworkflow 3:4737:4739 2025-01-19 16:34:20,607 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4737(0) to node 3:4737:480(1) 2025-01-19 16:34:20,607 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4737(0) to node 3:4737:479(0) 2025-01-19 16:34:20,607 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4737:480(1) to node 3:4737:481(1) 2025-01-19 16:34:20,607 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4737:483(1) to node 3:4737:482(1) 2025-01-19 16:34:20,607 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4737:484(1) to node 3:4737:485(1) 2025-01-19 16:34:20,607 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4737:481(1) to node 3:4737:483(1) 2025-01-19 16:34:20,607 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4737:485(1) to node 3:4737:486(2) 2025-01-19 16:34:20,607 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4737:4733(1) to node 3:4737:4734(1) 2025-01-19 16:34:20,607 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4737:486(1) to node 3:4737:4739(0) 2025-01-19 16:34:20,607 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4737:4739 2025-01-19 16:34:20,607 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4737:482(1) to node 3:4737:484(1) 2025-01-19 16:34:20,607 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4737:4734(1) to node 3:4737:486(3) 2025-01-19 16:34:20,607 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4737:4740(0) to node 3:4737:4733(0) 2025-01-19 16:34:20,607 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4737(0) to node 3:4737:486(1) 2025-01-19 16:34:20,607 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4737(0) to node 3:4737:4740(0) 2025-01-19 16:34:20,607 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4737:4739(0) to node 3:4737(0) 2025-01-19 16:34:20,619 : DEBUG : ModalContext : : Node : Transfer Files : 3:4737:479 : Configure succeeded. (Transfer Files) 2025-01-19 16:34:20,641 : DEBUG : ModalContext : : VariableToTable4NodeFactory : Path of newly uploaded file : 3:4737:4739 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,643 : DEBUG : ModalContext : : CellSplitter2NodeFactory : Path of newly uploaded file : 3:4737:4739 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,644 : DEBUG : ModalContext : : StringManipulationNodeFactory : Path of newly uploaded file : 3:4737:4739 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,645 : DEBUG : ModalContext : : StringManipulationNodeFactory : Path of newly uploaded file : 3:4737:4739 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,646 : DEBUG : ModalContext : : TableToVariable3NodeFactory : Path of newly uploaded file : 3:4737:4739 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,647 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4737:4739(0) to node 3:4737:4739:4735(1) 2025-01-19 16:34:20,647 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4737:4739:4737(1) to node 3:4737:4739:4736(1) 2025-01-19 16:34:20,647 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4737:4739:4738(1) to node 3:4737:4739:4739(1) 2025-01-19 16:34:20,647 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4737:4739:4736(1) to node 3:4737:4739:4738(1) 2025-01-19 16:34:20,647 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4737:4739:4739(1) to node 3:4737:4739(0) 2025-01-19 16:34:20,647 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4737:4739:4735(1) to node 3:4737:4739:4737(1) 2025-01-19 16:34:20,656 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4737:4739 2025-01-19 16:34:20,658 : DEBUG : ModalContext : : TextViewNodeFactory : results already there : 3:4752 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,662 : DEBUG : ModalContext : : StringManipulationVariableNodeFactory : results already there : 3:4752 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,662 : DEBUG : ModalContext : : WorkflowManager : results already there : 3:4752 : Added new connection from node 3:4752:0:139(2) to node 3:4752:0:137(1) 2025-01-19 16:34:20,662 : DEBUG : ModalContext : : WorkflowManager : results already there : 3:4752 : Added new connection from node 3:4752:0:139(1) to node 3:4752:0:140(1) 2025-01-19 16:34:20,662 : DEBUG : ModalContext : : WorkflowManager : results already there : 3:4752 : Added new connection from node 3:4752:0:140(1) to node 3:4752:0:135(0) 2025-01-19 16:34:20,663 : DEBUG : ModalContext : : Node : Component Input : 3:4752:0:139 : Configure succeeded. (Component Input) 2025-01-19 16:34:20,664 : DEBUG : ModalContext : : Node : Component Output : 3:4752:0:137 : Configure succeeded. (Component Output) 2025-01-19 16:34:20,666 : DEBUG : ModalContext : : Node : Component Input : 3:4752:0:139 : Configure succeeded. (Component Input) 2025-01-19 16:34:20,666 : DEBUG : ModalContext : : Node : Component Output : 3:4752:0:137 : Configure succeeded. (Component Output) 2025-01-19 16:34:20,669 : DEBUG : ModalContext : : PDFDocumentParserNodeFactory : Read and prep firm doc : 3:4812 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,669 : DEBUG : ModalContext : : TextContainerDataCellFactoryBuilder : Read and prep firm doc : 3:4812 : Creating buffered document file store cell factory! 2025-01-19 16:34:20,671 : DEBUG : ModalContext : : DocumentDataExtractorNodeFactory2 : Read and prep firm doc : 3:4812 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,672 : DEBUG : ModalContext : : VariableToTable4NodeFactory : Read and prep firm doc : 3:4812 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,673 : DEBUG : ModalContext : : ColumnRenamerNodeFactory : Read and prep firm doc : 3:4812 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,674 : DEBUG : ModalContext : : ConstantValueColumnNodeFactory : Read and prep firm doc : 3:4812 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,676 : DEBUG : ModalContext : : ColumnAppender2NodeFactory : Read and prep firm doc : 3:4812 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,677 : DEBUG : ModalContext : : DataColumnSpecFilterNodeFactory : Read and prep firm doc : 3:4812 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,679 : DEBUG : ModalContext : : ColumnRenamerNodeFactory : Read and prep firm doc : 3:4812 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,680 : DEBUG : ModalContext : : RowFilterNodeFactory : Read and prep firm doc : 3:4812 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,681 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4812:4732(1) to node 3:4812:4733(1) 2025-01-19 16:34:20,681 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4812:4735(1) to node 3:4812:4734(1) 2025-01-19 16:34:20,681 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4812:4729(1) to node 3:4812:4730(1) 2025-01-19 16:34:20,681 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4812:4733(1) to node 3:4812:4734(2) 2025-01-19 16:34:20,681 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4812(0) to node 3:4812:4731(1) 2025-01-19 16:34:20,681 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4812(0) to node 3:4812:4729(0) 2025-01-19 16:34:20,681 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4812:4731(1) to node 3:4812:4732(1) 2025-01-19 16:34:20,681 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4812:4742(1) to node 3:4812:4735(1) 2025-01-19 16:34:20,681 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4812:4730(1) to node 3:4812:4742(1) 2025-01-19 16:34:20,681 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4812:4734(1) to node 3:4812:4736(1) 2025-01-19 16:34:20,681 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4812:4736(1) to node 3:4812(0) 2025-01-19 16:34:20,685 : DEBUG : ModalContext : : TextContainerDataCellFactoryBuilder : PDF Parser : 3:4812:4729 : Creating buffered document file store cell factory! 2025-01-19 16:34:20,686 : DEBUG : ModalContext : : Node : PDF Parser : 3:4812:4729 : Configure succeeded. (PDF Parser) 2025-01-19 16:34:20,688 : DEBUG : ModalContext : : Node : Variable to Table Row : 3:4812:4731 : Configure succeeded. (Variable to Table Row) 2025-01-19 16:34:20,691 : DEBUG : ModalContext : : Node : Document Data Extractor : 3:4812:4730 : Configure succeeded. (Document Data Extractor) 2025-01-19 16:34:20,692 : DEBUG : ModalContext : : Node : Column Renamer : 3:4812:4732 : Configure succeeded. (Column Renamer) 2025-01-19 16:34:20,694 : DEBUG : ModalContext : : Node : Row Filter : 3:4812:4742 : Configure succeeded. (Row Filter) 2025-01-19 16:34:20,696 : DEBUG : ModalContext : : Node : Constant Value Column : 3:4812:4733 : Configure succeeded. (Constant Value Column) 2025-01-19 16:34:20,697 : DEBUG : ModalContext : : Node : Column Filter : 3:4812:4735 : Configure succeeded. (Column Filter) 2025-01-19 16:34:20,698 : DEBUG : ModalContext : : Node : Column Appender : 3:4812:4734 : Configure succeeded. (Column Appender) 2025-01-19 16:34:20,699 : DEBUG : ModalContext : : Node : Column Renamer : 3:4812:4736 : Configure succeeded. (Column Renamer) 2025-01-19 16:34:20,716 : DEBUG : ModalContext : : FileWorkflowPersistor : Azure Open AI Connector Nodes : 3:4735 : Unable to load node with ID suffix 9 into workflow, skipping it: Node "Azure OpenAI Authenticator" not available from extension "KNIME AI Extension (Labs)" (provided by "KNIME AG, Zurich, Switzerland"; plugin "org.knime.python.llm" is installed) org.knime.core.node.workflow.WorkflowPersistor$NodeFactoryUnknownException: Node "Azure OpenAI Authenticator" not available from extension "KNIME AI Extension (Labs)" (provided by "KNIME AG, Zurich, Switzerland"; plugin "org.knime.python.llm" is installed) at org.knime.core.node.workflow.FileNativeNodeContainerPersistor.preLoadNodeContainer(FileNativeNodeContainerPersistor.java:185) at org.knime.core.node.workflow.FileWorkflowPersistor.loadNodeContainer(FileWorkflowPersistor.java:1039) at org.knime.core.node.workflow.WorkflowManager.postLoad(WorkflowManager.java:8921) at org.knime.core.node.workflow.WorkflowManager.loadContent(WorkflowManager.java:8823) at org.knime.core.node.workflow.WorkflowManager.postLoad(WorkflowManager.java:8937) at org.knime.core.node.workflow.WorkflowManager.loadContent(WorkflowManager.java:8823) at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8686) at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8607) at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8580) at org.knime.core.node.workflow.WorkflowManager.loadProject(WorkflowManager.java:8425) at org.knime.workbench.editor2.LoadWorkflowRunnable.run(LoadWorkflowRunnable.java:199) at org.knime.ui.java.util.DesktopAPUtil.loadWorkflow(DesktopAPUtil.java:183) at org.knime.ui.java.util.DesktopAPUtil.fetchAndLoadWorkflowWithTask(DesktopAPUtil.java:147) at org.knime.ui.java.api.OpenProject.loadProject(OpenProject.java:227) at org.knime.ui.java.api.OpenProject.openProjectInWebUIOnly(OpenProject.java:177) at org.knime.ui.java.api.OpenProject.lambda$0(OpenProject.java:110) at org.knime.ui.java.util.DesktopAPUtil.lambda$10(DesktopAPUtil.java:413) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122) Caused by: org.knime.core.node.InvalidSettingsException: Unknown factory class "org.knime.python3.nodes.extension.ExtensionNodeSetFactory$DynamicExtensionNodeFactory" -- not registered via extension point at org.knime.core.node.workflow.FileNativeNodeContainerPersistor.loadNodeFactory(FileNativeNodeContainerPersistor.java:370) at org.knime.core.node.workflow.FileNativeNodeContainerPersistor.preLoadNodeContainer(FileNativeNodeContainerPersistor.java:182) ... 17 more 2025-01-19 16:34:20,718 : DEBUG : ModalContext : : CredentialsDialogNodeFactory : Azure Open AI Connector Nodes : 3:4735 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,719 : DEBUG : ModalContext : : FileWorkflowPersistor : Azure Open AI Connector Nodes : 3:4735 : Unable to load node with ID suffix 108 into workflow, skipping it: Node "Azure OpenAI Embeddings Connector" not available from extension "KNIME AI Extension (Labs)" (provided by "KNIME AG, Zurich, Switzerland"; plugin "org.knime.python.llm" is installed) org.knime.core.node.workflow.WorkflowPersistor$NodeFactoryUnknownException: Node "Azure OpenAI Embeddings Connector" not available from extension "KNIME AI Extension (Labs)" (provided by "KNIME AG, Zurich, Switzerland"; plugin "org.knime.python.llm" is installed) at org.knime.core.node.workflow.FileNativeNodeContainerPersistor.preLoadNodeContainer(FileNativeNodeContainerPersistor.java:185) at org.knime.core.node.workflow.FileWorkflowPersistor.loadNodeContainer(FileWorkflowPersistor.java:1039) at org.knime.core.node.workflow.WorkflowManager.postLoad(WorkflowManager.java:8921) at org.knime.core.node.workflow.WorkflowManager.loadContent(WorkflowManager.java:8823) at org.knime.core.node.workflow.WorkflowManager.postLoad(WorkflowManager.java:8937) at org.knime.core.node.workflow.WorkflowManager.loadContent(WorkflowManager.java:8823) at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8686) at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8607) at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8580) at org.knime.core.node.workflow.WorkflowManager.loadProject(WorkflowManager.java:8425) at org.knime.workbench.editor2.LoadWorkflowRunnable.run(LoadWorkflowRunnable.java:199) at org.knime.ui.java.util.DesktopAPUtil.loadWorkflow(DesktopAPUtil.java:183) at org.knime.ui.java.util.DesktopAPUtil.fetchAndLoadWorkflowWithTask(DesktopAPUtil.java:147) at org.knime.ui.java.api.OpenProject.loadProject(OpenProject.java:227) at org.knime.ui.java.api.OpenProject.openProjectInWebUIOnly(OpenProject.java:177) at org.knime.ui.java.api.OpenProject.lambda$0(OpenProject.java:110) at org.knime.ui.java.util.DesktopAPUtil.lambda$10(DesktopAPUtil.java:413) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122) Caused by: org.knime.core.node.InvalidSettingsException: Unknown factory class "org.knime.python3.nodes.extension.ExtensionNodeSetFactory$DynamicExtensionNodeFactory" -- not registered via extension point at org.knime.core.node.workflow.FileNativeNodeContainerPersistor.loadNodeFactory(FileNativeNodeContainerPersistor.java:370) at org.knime.core.node.workflow.FileNativeNodeContainerPersistor.preLoadNodeContainer(FileNativeNodeContainerPersistor.java:182) ... 17 more 2025-01-19 16:34:20,720 : DEBUG : ModalContext : : FileWorkflowPersistor : Azure Open AI Connector Nodes : 3:4735 : Unable to load node with ID suffix 182 into workflow, skipping it: Node "Azure OpenAI Chat Model Connector" not available from extension "KNIME AI Extension (Labs)" (provided by "KNIME AG, Zurich, Switzerland"; plugin "org.knime.python.llm" is installed) org.knime.core.node.workflow.WorkflowPersistor$NodeFactoryUnknownException: Node "Azure OpenAI Chat Model Connector" not available from extension "KNIME AI Extension (Labs)" (provided by "KNIME AG, Zurich, Switzerland"; plugin "org.knime.python.llm" is installed) at org.knime.core.node.workflow.FileNativeNodeContainerPersistor.preLoadNodeContainer(FileNativeNodeContainerPersistor.java:185) at org.knime.core.node.workflow.FileWorkflowPersistor.loadNodeContainer(FileWorkflowPersistor.java:1039) at org.knime.core.node.workflow.WorkflowManager.postLoad(WorkflowManager.java:8921) at org.knime.core.node.workflow.WorkflowManager.loadContent(WorkflowManager.java:8823) at org.knime.core.node.workflow.WorkflowManager.postLoad(WorkflowManager.java:8937) at org.knime.core.node.workflow.WorkflowManager.loadContent(WorkflowManager.java:8823) at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8686) at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8607) at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8580) at org.knime.core.node.workflow.WorkflowManager.loadProject(WorkflowManager.java:8425) at org.knime.workbench.editor2.LoadWorkflowRunnable.run(LoadWorkflowRunnable.java:199) at org.knime.ui.java.util.DesktopAPUtil.loadWorkflow(DesktopAPUtil.java:183) at org.knime.ui.java.util.DesktopAPUtil.fetchAndLoadWorkflowWithTask(DesktopAPUtil.java:147) at org.knime.ui.java.api.OpenProject.loadProject(OpenProject.java:227) at org.knime.ui.java.api.OpenProject.openProjectInWebUIOnly(OpenProject.java:177) at org.knime.ui.java.api.OpenProject.lambda$0(OpenProject.java:110) at org.knime.ui.java.util.DesktopAPUtil.lambda$10(DesktopAPUtil.java:413) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122) Caused by: org.knime.core.node.InvalidSettingsException: Unknown factory class "org.knime.python3.nodes.extension.ExtensionNodeSetFactory$DynamicExtensionNodeFactory" -- not registered via extension point at org.knime.core.node.workflow.FileNativeNodeContainerPersistor.loadNodeFactory(FileNativeNodeContainerPersistor.java:370) at org.knime.core.node.workflow.FileNativeNodeContainerPersistor.preLoadNodeContainer(FileNativeNodeContainerPersistor.java:182) ... 17 more 2025-01-19 16:34:20,728 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4735:10(1) to node 3:4735:9(0) 2025-01-19 16:34:20,728 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4735:108(1) to node 3:4735(1) 2025-01-19 16:34:20,728 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4735:9(1) to node 3:4735:108(1) 2025-01-19 16:34:20,728 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4735(0) to node 3:4735:10(0) 2025-01-19 16:34:20,728 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4735:182(1) to node 3:4735(0) 2025-01-19 16:34:20,728 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4735:9(1) to node 3:4735:182(1) 2025-01-19 16:34:20,734 : DEBUG : ModalContext : : Node : Credentials Configuration : 3:4735:10 : Configure succeeded. (Credentials Configuration) 2025-01-19 16:34:20,735 : WARN : ModalContext : : Node : MISSING Azure OpenAI Authenticator : 3:4735:9 : Node can't be executed - Node "Azure OpenAI Authenticator" not available from extension "KNIME AI Extension (Labs)" (provided by "KNIME AG, Zurich, Switzerland"; plugin "org.knime.python.llm" is installed) 2025-01-19 16:34:20,736 : WARN : ModalContext : : Node : MISSING Azure OpenAI Authenticator : 3:4735:9 : Node can't be executed - Node "Azure OpenAI Authenticator" not available from extension "KNIME AI Extension (Labs)" (provided by "KNIME AG, Zurich, Switzerland"; plugin "org.knime.python.llm" is installed) 2025-01-19 16:34:20,745 : DEBUG : ModalContext : : GenericJSViewNodeFactory : View and Edit LLM Analysis : 3:4797 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,745 : DEBUG : ModalContext : : WorkflowManager : View and Edit LLM Analysis : 3:4797 : Added new connection from node 3:4797:0:4739(2) to node 3:4797:0:2(1) 2025-01-19 16:34:20,745 : DEBUG : ModalContext : : WorkflowManager : View and Edit LLM Analysis : 3:4797 : Added new connection from node 3:4797:0:1(1) to node 3:4797:0:4739(1) 2025-01-19 16:34:20,748 : DEBUG : ModalContext : : Node : Component Input : 3:4797:0:1 : Configure succeeded. (Component Input) 2025-01-19 16:34:20,748 : DEBUG : ModalContext : : Node : Component Output : 3:4797:0:2 : Configure succeeded. (Component Output) 2025-01-19 16:34:20,750 : DEBUG : ModalContext : : PythonScriptNodeFactory : Clean Firm Text LLM : 3:4740 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,752 : DEBUG : ModalContext : : FileWorkflowPersistor : Clean Firm Text LLM : 3:4740 : Unable to load node with ID suffix 134 into workflow, skipping it: Node "Chat Model Prompter" not available from extension "KNIME AI Extension (Labs)" (provided by "KNIME AG, Zurich, Switzerland"; plugin "org.knime.python.llm" is installed) org.knime.core.node.workflow.WorkflowPersistor$NodeFactoryUnknownException: Node "Chat Model Prompter" not available from extension "KNIME AI Extension (Labs)" (provided by "KNIME AG, Zurich, Switzerland"; plugin "org.knime.python.llm" is installed) at org.knime.core.node.workflow.FileNativeNodeContainerPersistor.preLoadNodeContainer(FileNativeNodeContainerPersistor.java:185) at org.knime.core.node.workflow.FileWorkflowPersistor.loadNodeContainer(FileWorkflowPersistor.java:1039) at org.knime.core.node.workflow.WorkflowManager.postLoad(WorkflowManager.java:8921) at org.knime.core.node.workflow.WorkflowManager.loadContent(WorkflowManager.java:8823) at org.knime.core.node.workflow.WorkflowManager.postLoad(WorkflowManager.java:8937) at org.knime.core.node.workflow.WorkflowManager.loadContent(WorkflowManager.java:8823) at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8686) at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8607) at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8580) at org.knime.core.node.workflow.WorkflowManager.loadProject(WorkflowManager.java:8425) at org.knime.workbench.editor2.LoadWorkflowRunnable.run(LoadWorkflowRunnable.java:199) at org.knime.ui.java.util.DesktopAPUtil.loadWorkflow(DesktopAPUtil.java:183) at org.knime.ui.java.util.DesktopAPUtil.fetchAndLoadWorkflowWithTask(DesktopAPUtil.java:147) at org.knime.ui.java.api.OpenProject.loadProject(OpenProject.java:227) at org.knime.ui.java.api.OpenProject.openProjectInWebUIOnly(OpenProject.java:177) at org.knime.ui.java.api.OpenProject.lambda$0(OpenProject.java:110) at org.knime.ui.java.util.DesktopAPUtil.lambda$10(DesktopAPUtil.java:413) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122) Caused by: org.knime.core.node.InvalidSettingsException: Unknown factory class "org.knime.python3.nodes.extension.ExtensionNodeSetFactory$DynamicExtensionNodeFactory" -- not registered via extension point at org.knime.core.node.workflow.FileNativeNodeContainerPersistor.loadNodeFactory(FileNativeNodeContainerPersistor.java:370) at org.knime.core.node.workflow.FileNativeNodeContainerPersistor.preLoadNodeContainer(FileNativeNodeContainerPersistor.java:182) ... 17 more 2025-01-19 16:34:20,753 : DEBUG : ModalContext : : TableCreator2NodeFactory : Clean Firm Text LLM : 3:4740 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,755 : DEBUG : ModalContext : : GroupLoopStartNodeFactory : Clean Firm Text LLM : 3:4740 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,757 : DEBUG : ModalContext : : TableToVariable3NodeFactory : Clean Firm Text LLM : 3:4740 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,758 : DEBUG : ModalContext : : LoopEndDynamicNodeFactory : Clean Firm Text LLM : 3:4740 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,759 : DEBUG : ModalContext : : RowFilterNodeFactory : Clean Firm Text LLM : 3:4740 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,760 : DEBUG : ModalContext : : StringManipulationNodeFactory : Clean Firm Text LLM : 3:4740 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,761 : DEBUG : ModalContext : : GroupByNodeFactory : Clean Firm Text LLM : 3:4740 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,761 : DEBUG : ModalContext : : HiLiteHandler : Clean Firm Text LLM : 3:4740 : Adding hilite translator to handler 15c8fa55-28a1-4de8-952b-35dd36fcb785 2025-01-19 16:34:20,762 : DEBUG : ModalContext : : TableToVariable3NodeFactory : Clean Firm Text LLM : 3:4740 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,763 : DEBUG : ModalContext : : ColumnRenamerNodeFactory : Clean Firm Text LLM : 3:4740 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,764 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4740:156(1) to node 3:4740:157(1) 2025-01-19 16:34:20,764 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4740:158(1) to node 3:4740:159(1) 2025-01-19 16:34:20,764 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4740:160(1) to node 3:4740:161(1) 2025-01-19 16:34:20,764 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4740:4728(1) to node 3:4740(0) 2025-01-19 16:34:20,764 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4740:4731(1) to node 3:4740:156(1) 2025-01-19 16:34:20,764 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4740(1) to node 3:4740:20(1) 2025-01-19 16:34:20,764 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4740:20(1) to node 3:4740:4731(1) 2025-01-19 16:34:20,764 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4740:134(1) to node 3:4740:158(1) 2025-01-19 16:34:20,764 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4740:161(1) to node 3:4740:4728(1) 2025-01-19 16:34:20,764 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4740(0) to node 3:4740:134(1) 2025-01-19 16:34:20,764 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4740:157(1) to node 3:4740:134(0) 2025-01-19 16:34:20,764 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4740:154(1) to node 3:4740:134(2) 2025-01-19 16:34:20,764 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4740:159(1) to node 3:4740:160(1) 2025-01-19 16:34:20,765 : DEBUG : ModalContext : : Node : Python Script : 3:4740:20 : Configure succeeded. (Python Script) 2025-01-19 16:34:20,767 : WARN : ModalContext : : Node : Table Creator : 3:4740:154 : Node created an empty data table. 2025-01-19 16:34:20,770 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler abfddbfb-4fef-408b-8674-bb1cc0a7d0d6 2025-01-19 16:34:20,796 : DEBUG : ModalContext : : TableCreator2NodeFactory : Firm Document Chunks : 3:4734 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,800 : DEBUG : ModalContext : : StringManipulationNodeFactory : Firm Document Chunks : 3:4734 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,801 : DEBUG : ModalContext : : WorkflowManager : : : Created subworkflow 3:4734:4763 2025-01-19 16:34:20,801 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734:154(1) to node 3:4734:4763(0) 2025-01-19 16:34:20,801 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734:4764(1) to node 3:4734(0) 2025-01-19 16:34:20,801 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734:4764(0) to node 3:4734(1) 2025-01-19 16:34:20,801 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734(1) to node 3:4734:4763(1) 2025-01-19 16:34:20,801 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734(0) to node 3:4734:4763(2) 2025-01-19 16:34:20,802 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734:4763(0) to node 3:4734:4764(1) 2025-01-19 16:34:20,802 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4734:4763 2025-01-19 16:34:20,805 : WARN : ModalContext : : Node : Table Creator : 3:4734:154 : Node created an empty data table. 2025-01-19 16:34:20,807 : DEBUG : ModalContext : : TableCreator2NodeFactory : LLM Topic Chunking : 3:4734:4763 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,811 : DEBUG : ModalContext : : JEPNodeFactory : LLM Topic Chunking : 3:4734:4763 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,812 : DEBUG : ModalContext : : JEPNodeFactory : LLM Topic Chunking : 3:4734:4763 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,814 : DEBUG : ModalContext : : FileWorkflowPersistor : LLM Topic Chunking : 3:4734:4763 : Unable to load node with ID suffix 4757 into workflow, skipping it: Node "Chat Model Prompter" not available from extension "KNIME AI Extension (Labs)" (provided by "KNIME AG, Zurich, Switzerland"; plugin "org.knime.python.llm" is installed) org.knime.core.node.workflow.WorkflowPersistor$NodeFactoryUnknownException: Node "Chat Model Prompter" not available from extension "KNIME AI Extension (Labs)" (provided by "KNIME AG, Zurich, Switzerland"; plugin "org.knime.python.llm" is installed) at org.knime.core.node.workflow.FileNativeNodeContainerPersistor.preLoadNodeContainer(FileNativeNodeContainerPersistor.java:185) at org.knime.core.node.workflow.FileWorkflowPersistor.loadNodeContainer(FileWorkflowPersistor.java:1039) at org.knime.core.node.workflow.WorkflowManager.postLoad(WorkflowManager.java:8921) at org.knime.core.node.workflow.WorkflowManager.loadContent(WorkflowManager.java:8823) at org.knime.core.node.workflow.WorkflowManager.postLoad(WorkflowManager.java:8937) at org.knime.core.node.workflow.WorkflowManager.loadContent(WorkflowManager.java:8823) at org.knime.core.node.workflow.WorkflowManager.postLoad(WorkflowManager.java:8937) at org.knime.core.node.workflow.WorkflowManager.loadContent(WorkflowManager.java:8823) at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8686) at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8607) at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8580) at org.knime.core.node.workflow.WorkflowManager.loadProject(WorkflowManager.java:8425) at org.knime.workbench.editor2.LoadWorkflowRunnable.run(LoadWorkflowRunnable.java:199) at org.knime.ui.java.util.DesktopAPUtil.loadWorkflow(DesktopAPUtil.java:183) at org.knime.ui.java.util.DesktopAPUtil.fetchAndLoadWorkflowWithTask(DesktopAPUtil.java:147) at org.knime.ui.java.api.OpenProject.loadProject(OpenProject.java:227) at org.knime.ui.java.api.OpenProject.openProjectInWebUIOnly(OpenProject.java:177) at org.knime.ui.java.api.OpenProject.lambda$0(OpenProject.java:110) at org.knime.ui.java.util.DesktopAPUtil.lambda$10(DesktopAPUtil.java:413) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122) Caused by: org.knime.core.node.InvalidSettingsException: Unknown factory class "org.knime.python3.nodes.extension.ExtensionNodeSetFactory$DynamicExtensionNodeFactory" -- not registered via extension point at org.knime.core.node.workflow.FileNativeNodeContainerPersistor.loadNodeFactory(FileNativeNodeContainerPersistor.java:370) at org.knime.core.node.workflow.FileNativeNodeContainerPersistor.preLoadNodeContainer(FileNativeNodeContainerPersistor.java:182) ... 19 more 2025-01-19 16:34:20,816 : DEBUG : ModalContext : : Joiner3NodeFactory : LLM Topic Chunking : 3:4734:4763 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,816 : DEBUG : ModalContext : : HiLiteHandler : LLM Topic Chunking : 3:4734:4763 : Adding hilite translator to handler 0355a8ac-2f23-4d58-9bb0-94302aa906a8 2025-01-19 16:34:20,816 : DEBUG : ModalContext : : HiLiteHandler : LLM Topic Chunking : 3:4734:4763 : Adding hilite translator to handler e9676929-4bc6-4046-a580-8e5fb3353a44 2025-01-19 16:34:20,816 : DEBUG : ModalContext : : HiLiteHandler : LLM Topic Chunking : 3:4734:4763 : Adding hilite translator to handler 0055b8cb-7c17-48ac-91ea-6e846c1f2fbe 2025-01-19 16:34:20,816 : DEBUG : ModalContext : : HiLiteHandler : LLM Topic Chunking : 3:4734:4763 : Adding hilite translator to handler 0355a8ac-2f23-4d58-9bb0-94302aa906a8 2025-01-19 16:34:20,816 : DEBUG : ModalContext : : HiLiteHandler : LLM Topic Chunking : 3:4734:4763 : Adding hilite translator to handler e9676929-4bc6-4046-a580-8e5fb3353a44 2025-01-19 16:34:20,816 : DEBUG : ModalContext : : HiLiteHandler : LLM Topic Chunking : 3:4734:4763 : Adding hilite translator to handler de67bdfc-2aa4-414e-ab83-206aebe8e77d 2025-01-19 16:34:20,819 : DEBUG : ModalContext : : ColumnRenamerNodeFactory : LLM Topic Chunking : 3:4734:4763 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,821 : DEBUG : ModalContext : : LoopStartChunkNodeFactory : LLM Topic Chunking : 3:4734:4763 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,823 : DEBUG : ModalContext : : GroupByNodeFactory : LLM Topic Chunking : 3:4734:4763 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,823 : DEBUG : ModalContext : : HiLiteHandler : LLM Topic Chunking : 3:4734:4763 : Adding hilite translator to handler 019f12c2-84ab-4566-97ec-2cebeb8c166c 2025-01-19 16:34:20,825 : DEBUG : ModalContext : : StringManipulationNodeFactory : LLM Topic Chunking : 3:4734:4763 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,826 : DEBUG : ModalContext : : StringWidgetNodeFactory : LLM Topic Chunking : 3:4734:4763 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,828 : DEBUG : ModalContext : : StringManipulationVariableNodeFactory : LLM Topic Chunking : 3:4734:4763 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,831 : DEBUG : ModalContext : : TableToVariable3NodeFactory : LLM Topic Chunking : 3:4734:4763 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,832 : DEBUG : ModalContext : : MergeVariables2NodeFactory : LLM Topic Chunking : 3:4734:4763 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,834 : DEBUG : ModalContext : : FileWorkflowPersistor : LLM Topic Chunking : 3:4734:4763 : Unable to load node with ID suffix 4774 into workflow, skipping it: Node "Chat Model Prompter" not available from extension "KNIME AI Extension (Labs)" (provided by "KNIME AG, Zurich, Switzerland"; plugin "org.knime.python.llm" is installed) org.knime.core.node.workflow.WorkflowPersistor$NodeFactoryUnknownException: Node "Chat Model Prompter" not available from extension "KNIME AI Extension (Labs)" (provided by "KNIME AG, Zurich, Switzerland"; plugin "org.knime.python.llm" is installed) at org.knime.core.node.workflow.FileNativeNodeContainerPersistor.preLoadNodeContainer(FileNativeNodeContainerPersistor.java:185) at org.knime.core.node.workflow.FileWorkflowPersistor.loadNodeContainer(FileWorkflowPersistor.java:1039) at org.knime.core.node.workflow.WorkflowManager.postLoad(WorkflowManager.java:8921) at org.knime.core.node.workflow.WorkflowManager.loadContent(WorkflowManager.java:8823) at org.knime.core.node.workflow.WorkflowManager.postLoad(WorkflowManager.java:8937) at org.knime.core.node.workflow.WorkflowManager.loadContent(WorkflowManager.java:8823) at org.knime.core.node.workflow.WorkflowManager.postLoad(WorkflowManager.java:8937) at org.knime.core.node.workflow.WorkflowManager.loadContent(WorkflowManager.java:8823) at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8686) at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8607) at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8580) at org.knime.core.node.workflow.WorkflowManager.loadProject(WorkflowManager.java:8425) at org.knime.workbench.editor2.LoadWorkflowRunnable.run(LoadWorkflowRunnable.java:199) at org.knime.ui.java.util.DesktopAPUtil.loadWorkflow(DesktopAPUtil.java:183) at org.knime.ui.java.util.DesktopAPUtil.fetchAndLoadWorkflowWithTask(DesktopAPUtil.java:147) at org.knime.ui.java.api.OpenProject.loadProject(OpenProject.java:227) at org.knime.ui.java.api.OpenProject.openProjectInWebUIOnly(OpenProject.java:177) at org.knime.ui.java.api.OpenProject.lambda$0(OpenProject.java:110) at org.knime.ui.java.util.DesktopAPUtil.lambda$10(DesktopAPUtil.java:413) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122) Caused by: org.knime.core.node.InvalidSettingsException: Unknown factory class "org.knime.python3.nodes.extension.ExtensionNodeSetFactory$DynamicExtensionNodeFactory" -- not registered via extension point at org.knime.core.node.workflow.FileNativeNodeContainerPersistor.loadNodeFactory(FileNativeNodeContainerPersistor.java:370) at org.knime.core.node.workflow.FileNativeNodeContainerPersistor.preLoadNodeContainer(FileNativeNodeContainerPersistor.java:182) ... 19 more 2025-01-19 16:34:20,836 : DEBUG : ModalContext : : LoopEndDynamicNodeFactory : LLM Topic Chunking : 3:4734:4763 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,837 : DEBUG : ModalContext : : MissingValueHandlerNodeFactory : LLM Topic Chunking : 3:4734:4763 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,840 : DEBUG : ModalContext : : StringManipulationVariableNodeFactory : LLM Topic Chunking : 3:4734:4763 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,841 : DEBUG : ModalContext : : WorkflowManager : : : Created subworkflow 3:4734:4763:4731 2025-01-19 16:34:20,841 : DEBUG : ModalContext : : WorkflowManager : : : Created subworkflow 3:4734:4763:4777 2025-01-19 16:34:20,841 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734:4763:4740(1) to node 3:4734:4763:4741(1) 2025-01-19 16:34:20,841 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734:4763:4769(1) to node 3:4734:4763:4768(1) 2025-01-19 16:34:20,841 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734:4763:4772(1) to node 3:4734:4763:4773(2) 2025-01-19 16:34:20,841 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734:4763:4774(1) to node 3:4734:4763:4775(1) 2025-01-19 16:34:20,841 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734:4763:4765(1) to node 3:4734:4763:4766(1) 2025-01-19 16:34:20,841 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734:4763:4768(1) to node 3:4734:4763:4772(1) 2025-01-19 16:34:20,841 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734:4763:4773(1) to node 3:4734:4763:4771(1) 2025-01-19 16:34:20,841 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734:4763:4770(1) to node 3:4734:4763:4773(1) 2025-01-19 16:34:20,842 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734:4763:4771(1) to node 3:4734:4763:4778(1) 2025-01-19 16:34:20,842 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734:4763(1) to node 3:4734:4763:4757(1) 2025-01-19 16:34:20,842 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734:4763(2) to node 3:4734:4763:4757(0) 2025-01-19 16:34:20,842 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734:4763(0) to node 3:4734:4763:4757(2) 2025-01-19 16:34:20,842 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734:4763:4778(1) to node 3:4734:4763:4774(0) 2025-01-19 16:34:20,842 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734:4763:4757(1) to node 3:4734:4763:4731(0) 2025-01-19 16:34:20,842 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734:4763:4775(1) to node 3:4734:4763:4777(0) 2025-01-19 16:34:20,842 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734:4763:4766(1) to node 3:4734:4763:4776(1) 2025-01-19 16:34:20,842 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734:4763:4777(0) to node 3:4734:4763(0) 2025-01-19 16:34:20,842 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734:4763:4776(1) to node 3:4734:4763:4767(1) 2025-01-19 16:34:20,842 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734:4763:4741(1) to node 3:4734:4763:4765(1) 2025-01-19 16:34:20,842 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734:4763:4741(1) to node 3:4734:4763:4765(2) 2025-01-19 16:34:20,842 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734:4763(1) to node 3:4734:4763:4774(1) 2025-01-19 16:34:20,842 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4734:4763:4777 2025-01-19 16:34:20,842 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734:4763:154(1) to node 3:4734:4763:4774(2) 2025-01-19 16:34:20,842 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734:4763:4767(1) to node 3:4734:4763:4769(1) 2025-01-19 16:34:20,842 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734:4763:4731(0) to node 3:4734:4763:4740(1) 2025-01-19 16:34:20,842 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4734:4763:4731 2025-01-19 16:34:20,844 : WARN : ModalContext : : Node : Table Creator : 3:4734:4763:154 : Node created an empty data table. 2025-01-19 16:34:20,848 : DEBUG : ModalContext : : StringReplacerNodeFactory : Parse chunks : 3:4734:4763:4731 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,850 : DEBUG : ModalContext : : StringReplacerNodeFactory : Parse chunks : 3:4734:4763:4731 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,852 : DEBUG : ModalContext : : StringToJSONNodeFactory : Parse chunks : 3:4734:4763:4731 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,853 : DEBUG : ModalContext : : JSONPathNodeFactory : Parse chunks : 3:4734:4763:4731 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,855 : DEBUG : ModalContext : : UngroupNodeFactory : Parse chunks : 3:4734:4763:4731 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,856 : DEBUG : ModalContext : : ColumnRenamerNodeFactory : Parse chunks : 3:4734:4763:4731 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,859 : DEBUG : ModalContext : : StringCleanerNodeFactory : Parse chunks : 3:4734:4763:4731 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,861 : DEBUG : ModalContext : : RowFilterNodeFactory : Parse chunks : 3:4734:4763:4731 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,862 : DEBUG : ModalContext : : DataColumnSpecFilterNodeFactory : Parse chunks : 3:4734:4763:4731 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,863 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734:4763:4731:72(1) to node 3:4734:4763:4731:73(1) 2025-01-19 16:34:20,863 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734:4763:4731:80(1) to node 3:4734:4763:4731:81(1) 2025-01-19 16:34:20,863 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734:4763:4731:82(1) to node 3:4734:4763:4731:112(1) 2025-01-19 16:34:20,863 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734:4763:4731:4730(1) to node 3:4734:4763:4731:72(1) 2025-01-19 16:34:20,863 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734:4763:4731:81(1) to node 3:4734:4763:4731:82(1) 2025-01-19 16:34:20,863 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734:4763:4731:4729(1) to node 3:4734:4763:4731:4730(1) 2025-01-19 16:34:20,863 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734:4763:4731:73(1) to node 3:4734:4763:4731:79(1) 2025-01-19 16:34:20,863 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734:4763:4731(0) to node 3:4734:4763:4731:4729(1) 2025-01-19 16:34:20,863 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734:4763:4731:82(1) to node 3:4734:4763:4731(0) 2025-01-19 16:34:20,863 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734:4763:4731:79(1) to node 3:4734:4763:4731:80(1) 2025-01-19 16:34:20,865 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler c79a804e-d277-496f-a29c-b97607ee4dec 2025-01-19 16:34:20,865 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 85de7599-1332-41b5-b6a8-9e469a56f63f 2025-01-19 16:34:20,872 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 7abc56b6-aeaf-4866-8c2b-a5c97b715e69 2025-01-19 16:34:20,872 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 7abc56b6-aeaf-4866-8c2b-a5c97b715e69 2025-01-19 16:34:20,872 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 7abc56b6-aeaf-4866-8c2b-a5c97b715e69 2025-01-19 16:34:20,872 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 7abc56b6-aeaf-4866-8c2b-a5c97b715e69 2025-01-19 16:34:20,872 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 7abc56b6-aeaf-4866-8c2b-a5c97b715e69 2025-01-19 16:34:20,872 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 7abc56b6-aeaf-4866-8c2b-a5c97b715e69 2025-01-19 16:34:20,877 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 0c70b417-22e7-435d-b00b-473ae4562237 2025-01-19 16:34:20,880 : DEBUG : ModalContext : : StringReplacerNodeFactory : Parse chunks : 3:4734:4763:4777 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,882 : DEBUG : ModalContext : : StringReplacerNodeFactory : Parse chunks : 3:4734:4763:4777 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,883 : DEBUG : ModalContext : : StringToJSONNodeFactory : Parse chunks : 3:4734:4763:4777 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,885 : DEBUG : ModalContext : : JSONPathNodeFactory : Parse chunks : 3:4734:4763:4777 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,887 : DEBUG : ModalContext : : UngroupNodeFactory : Parse chunks : 3:4734:4763:4777 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,888 : DEBUG : ModalContext : : ColumnRenamerNodeFactory : Parse chunks : 3:4734:4763:4777 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,889 : DEBUG : ModalContext : : RowFilterNodeFactory : Parse chunks : 3:4734:4763:4777 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,900 : DEBUG : ModalContext : : DataColumnSpecFilterNodeFactory : Parse chunks : 3:4734:4763:4777 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,900 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734:4763:4777:72(1) to node 3:4734:4763:4777:73(1) 2025-01-19 16:34:20,900 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734:4763:4777:80(1) to node 3:4734:4763:4777:81(1) 2025-01-19 16:34:20,900 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734:4763:4777:4730(1) to node 3:4734:4763:4777:72(1) 2025-01-19 16:34:20,900 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734:4763:4777:81(1) to node 3:4734:4763:4777:82(1) 2025-01-19 16:34:20,900 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734:4763:4777:4729(1) to node 3:4734:4763:4777:4730(1) 2025-01-19 16:34:20,900 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734:4763:4777:73(1) to node 3:4734:4763:4777:79(1) 2025-01-19 16:34:20,900 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734:4763:4777(0) to node 3:4734:4763:4777:4729(1) 2025-01-19 16:34:20,900 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734:4763:4777:82(1) to node 3:4734:4763:4777(0) 2025-01-19 16:34:20,900 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4734:4763:4777:79(1) to node 3:4734:4763:4777:80(1) 2025-01-19 16:34:20,902 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler ee79364a-d5cb-4910-8680-b75583e7eeea 2025-01-19 16:34:20,902 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 5ecc57a4-45a9-4364-8c12-8a8a9acf8521 2025-01-19 16:34:20,902 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4734:4763:4731 2025-01-19 16:34:20,903 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4734:4763:4777 2025-01-19 16:34:20,904 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4734:4763 2025-01-19 16:34:20,906 : DEBUG : ModalContext : : VariableToTable4NodeFactory : Generate reports : 3:4804 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,910 : DEBUG : ModalContext : : CSVWriter2NodeFactory : Generate reports : 3:4804 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,914 : DEBUG : ModalContext : : CSVWriter2NodeFactory : Generate reports : 3:4804 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,917 : DEBUG : ModalContext : : DataColumnSpecFilterNodeFactory : Generate reports : 3:4804 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,919 : DEBUG : ModalContext : : DataColumnSpecFilterNodeFactory : Generate reports : 3:4804 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,919 : DEBUG : ModalContext : : WorkflowManager : : : Created subworkflow 3:4804:4773 2025-01-19 16:34:20,919 : DEBUG : ModalContext : : WorkflowManager : : : Created subworkflow 3:4804:4780 2025-01-19 16:34:20,919 : DEBUG : ModalContext : : WorkflowManager : : : Created subworkflow 3:4804:4804 2025-01-19 16:34:20,919 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4804(0) to node 3:4804:4736(1) 2025-01-19 16:34:20,919 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4804:4773(0) to node 3:4804:4805(1) 2025-01-19 16:34:20,919 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4804:4773(1) to node 3:4804:4806(1) 2025-01-19 16:34:20,919 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4804:4805(1) to node 3:4804:4801(1) 2025-01-19 16:34:20,919 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4804:4806(1) to node 3:4804:4802(1) 2025-01-19 16:34:20,919 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4804:4736(1) to node 3:4804:4773(0) 2025-01-19 16:34:20,919 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4804:4804(0) to node 3:4804:4801(0) 2025-01-19 16:34:20,919 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4804:4804(0) to node 3:4804:4802(0) 2025-01-19 16:34:20,919 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4804:4780(0) to node 3:4804:4804(0) 2025-01-19 16:34:20,919 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4804:4773(0) to node 3:4804(1) 2025-01-19 16:34:20,919 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4804:4804(0) to node 3:4804(0) 2025-01-19 16:34:20,919 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4804:4804 2025-01-19 16:34:20,919 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4804:4736(1) to node 3:4804:4780(0) 2025-01-19 16:34:20,919 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4804:4773 2025-01-19 16:34:20,919 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4804:4780 2025-01-19 16:34:20,921 : DEBUG : ModalContext : : StringToJSONNodeFactory : Parse Editted LLM : 3:4804:4773 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,923 : DEBUG : ModalContext : : UngroupNodeFactory : Parse Editted LLM : 3:4804:4773 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,925 : DEBUG : ModalContext : : ColumnRenamerNodeFactory : Parse Editted LLM : 3:4804:4773 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,926 : DEBUG : ModalContext : : JSONPathNodeFactory : Parse Editted LLM : 3:4804:4773 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,928 : DEBUG : ModalContext : : RowFilterNodeFactory : Parse Editted LLM : 3:4804:4773 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,928 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4804:4773:4762(1) to node 3:4804:4773:4778(1) 2025-01-19 16:34:20,928 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4804:4773:4764(1) to node 3:4804:4773:4765(1) 2025-01-19 16:34:20,928 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4804:4773:4765(1) to node 3:4804:4773(0) 2025-01-19 16:34:20,929 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4804:4773(0) to node 3:4804:4773:4762(1) 2025-01-19 16:34:20,929 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4804:4773:4778(1) to node 3:4804:4773:4764(1) 2025-01-19 16:34:20,929 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4804:4773:4765(1) to node 3:4804:4773:4784(1) 2025-01-19 16:34:20,929 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4804:4773:4784(1) to node 3:4804:4773(1) 2025-01-19 16:34:20,929 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 1b4e262c-8d87-4056-ba8d-3c5b7bbb6b99 2025-01-19 16:34:20,929 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler bace7b8f-cfd3-4365-9f6f-5bb939854b5d 2025-01-19 16:34:20,933 : DEBUG : ModalContext : : StringManipulationNodeFactory : Prep Report Header : 3:4804:4780 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,935 : DEBUG : ModalContext : : TableToVariable3NodeFactory : Prep Report Header : 3:4804:4780 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,937 : DEBUG : ModalContext : : CreateDateTimeNodeFactory : Prep Report Header : 3:4804:4780 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,938 : DEBUG : ModalContext : : ColumnAppender2NodeFactory : Prep Report Header : 3:4804:4780 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,940 : DEBUG : ModalContext : : StringManipulationNodeFactory : Prep Report Header : 3:4804:4780 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,941 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4804:4780:4796(1) to node 3:4804:4780:4797(2) 2025-01-19 16:34:20,941 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4804:4780:4797(1) to node 3:4804:4780:4798(1) 2025-01-19 16:34:20,941 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4804:4780:4798(1) to node 3:4804:4780:4778(1) 2025-01-19 16:34:20,941 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4804:4780:4778(1) to node 3:4804:4780(0) 2025-01-19 16:34:20,941 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4804:4780:4772(1) to node 3:4804:4780:4797(1) 2025-01-19 16:34:20,941 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4804:4780(0) to node 3:4804:4780:4772(1) 2025-01-19 16:34:20,947 : DEBUG : ModalContext : : VariableCreatorNodeFactory : Path for reports : 3:4804:4804 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,949 : DEBUG : ModalContext : : StringManipulationVariableNodeFactory : Path for reports : 3:4804:4804 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,950 : DEBUG : ModalContext : : StringManipulationVariableNodeFactory : Path for reports : 3:4804:4804 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,952 : DEBUG : ModalContext : : StringToPathVariableNodeFactory : Path for reports : 3:4804:4804 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,954 : DEBUG : ModalContext : : CreateDirectory2NodeFactory : Path for reports : 3:4804:4804 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,956 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4804:4804:4799(1) to node 3:4804:4804(0) 2025-01-19 16:34:20,956 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4804:4804:4796(1) to node 3:4804:4804:4797(1) 2025-01-19 16:34:20,956 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4804:4804:4798(1) to node 3:4804:4804:4799(1) 2025-01-19 16:34:20,956 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4804:4804(0) to node 3:4804:4804:4797(0) 2025-01-19 16:34:20,956 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4804:4804:4797(1) to node 3:4804:4804:4798(1) 2025-01-19 16:34:20,956 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4804:4804:4800(1) to node 3:4804:4804:4796(0) 2025-01-19 16:34:20,966 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4804:4773 2025-01-19 16:34:20,966 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4804:4780 2025-01-19 16:34:20,966 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4804:4804 2025-01-19 16:34:20,968 : DEBUG : ModalContext : : ExcelTableReaderNodeFactory : Prep Regulatory Document : 3:4733 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,971 : DEBUG : ModalContext : : DataColumnSpecFilterNodeFactory : Prep Regulatory Document : 3:4733 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,973 : DEBUG : ModalContext : : StringCleanerNodeFactory : Prep Regulatory Document : 3:4733 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,975 : DEBUG : ModalContext : : ColumnRenamerNodeFactory : Prep Regulatory Document : 3:4733 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,977 : DEBUG : ModalContext : : GroupByNodeFactory : Prep Regulatory Document : 3:4733 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:20,977 : DEBUG : ModalContext : : HiLiteHandler : Prep Regulatory Document : 3:4733 : Adding hilite translator to handler 3d686de2-0b46-4360-9a2d-35d1cd38300c 2025-01-19 16:34:20,977 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4733:127(1) to node 3:4733(0) 2025-01-19 16:34:20,977 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4733:126(1) to node 3:4733:127(1) 2025-01-19 16:34:20,977 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4733(0) to node 3:4733:83(0) 2025-01-19 16:34:20,977 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4733:125(1) to node 3:4733:128(1) 2025-01-19 16:34:20,977 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4733:83(1) to node 3:4733:125(1) 2025-01-19 16:34:20,977 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4733:128(1) to node 3:4733:126(1) 2025-01-19 16:34:21,001 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler b0b01e85-b33c-4c22-80b0-b440c5e9bade 2025-01-19 16:34:21,005 : DEBUG : ModalContext : : SimilaritySearchNodeFactory : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,006 : DEBUG : ModalContext : : HiLiteHandler : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Adding hilite translator to handler d5d9125c-c139-4301-b12e-d45ba9139611 2025-01-19 16:34:21,008 : DEBUG : ModalContext : : DistanceMeasureDescriptionFactory : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Loading description for factory: class org.knime.distance.measure.numerical.lnorm.LNormDistanceFactory 2025-01-19 16:34:21,008 : DEBUG : ModalContext : : DistanceMeasureDescriptionFactory : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Loading description for factory: class org.knime.distance.measure.numerical.lnorm.LNormDistanceFactory 2025-01-19 16:34:21,009 : DEBUG : ModalContext : : DistanceMeasureDescriptionFactory : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Loading description for factory: class org.knime.distance.measure.numerical.lnorm.LNormDistanceFactory 2025-01-19 16:34:21,009 : DEBUG : ModalContext : : DistanceMeasureDescriptionFactory : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Loading description for factory: class org.knime.distance.measure.numerical.lnorm.LNormDistanceFactory 2025-01-19 16:34:21,010 : DEBUG : ModalContext : : DistanceMeasureDescriptionFactory : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Loading description for factory: class org.knime.distance.measure.numerical.cosine.CosineDistanceFactory 2025-01-19 16:34:21,010 : DEBUG : ModalContext : : DistanceMeasureDescriptionFactory : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Loading description for factory: class org.knime.distance.measure.numerical.cosine.CosineDistanceFactory 2025-01-19 16:34:21,011 : DEBUG : ModalContext : : DistanceMeasureDescriptionFactory : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Loading description for factory: class org.knime.distance.measure.numerical.cosine.CosineDistanceFactory 2025-01-19 16:34:21,011 : DEBUG : ModalContext : : DistanceMeasureDescriptionFactory : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Loading description for factory: class org.knime.distance.measure.numerical.cosine.CosineDistanceFactory 2025-01-19 16:34:21,014 : DEBUG : ModalContext : : NumericalDistanceNodeFactory : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,016 : DEBUG : ModalContext : : CollectionSplitNodeFactory : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,017 : DEBUG : ModalContext : : CollectionSplitNodeFactory : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,019 : DEBUG : ModalContext : : DataColumnSpecFilterNodeFactory : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,020 : DEBUG : ModalContext : : FileWorkflowPersistor : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Unable to load node with ID suffix 109 into workflow, skipping it: Node "Text Embedder" not available from extension "KNIME AI Extension (Labs)" (provided by "KNIME AG, Zurich, Switzerland"; plugin "org.knime.python.llm" is installed) org.knime.core.node.workflow.WorkflowPersistor$NodeFactoryUnknownException: Node "Text Embedder" not available from extension "KNIME AI Extension (Labs)" (provided by "KNIME AG, Zurich, Switzerland"; plugin "org.knime.python.llm" is installed) at org.knime.core.node.workflow.FileNativeNodeContainerPersistor.preLoadNodeContainer(FileNativeNodeContainerPersistor.java:185) at org.knime.core.node.workflow.FileWorkflowPersistor.loadNodeContainer(FileWorkflowPersistor.java:1039) at org.knime.core.node.workflow.WorkflowManager.postLoad(WorkflowManager.java:8921) at org.knime.core.node.workflow.WorkflowManager.loadContent(WorkflowManager.java:8823) at org.knime.core.node.workflow.WorkflowManager.postLoad(WorkflowManager.java:8937) at org.knime.core.node.workflow.WorkflowManager.loadContent(WorkflowManager.java:8823) at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8686) at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8607) at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8580) at org.knime.core.node.workflow.WorkflowManager.loadProject(WorkflowManager.java:8425) at org.knime.workbench.editor2.LoadWorkflowRunnable.run(LoadWorkflowRunnable.java:199) at org.knime.ui.java.util.DesktopAPUtil.loadWorkflow(DesktopAPUtil.java:183) at org.knime.ui.java.util.DesktopAPUtil.fetchAndLoadWorkflowWithTask(DesktopAPUtil.java:147) at org.knime.ui.java.api.OpenProject.loadProject(OpenProject.java:227) at org.knime.ui.java.api.OpenProject.openProjectInWebUIOnly(OpenProject.java:177) at org.knime.ui.java.api.OpenProject.lambda$0(OpenProject.java:110) at org.knime.ui.java.util.DesktopAPUtil.lambda$10(DesktopAPUtil.java:413) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122) Caused by: org.knime.core.node.InvalidSettingsException: Unknown factory class "org.knime.python3.nodes.extension.ExtensionNodeSetFactory$DynamicExtensionNodeFactory" -- not registered via extension point at org.knime.core.node.workflow.FileNativeNodeContainerPersistor.loadNodeFactory(FileNativeNodeContainerPersistor.java:370) at org.knime.core.node.workflow.FileNativeNodeContainerPersistor.preLoadNodeContainer(FileNativeNodeContainerPersistor.java:182) ... 17 more 2025-01-19 16:34:21,021 : DEBUG : ModalContext : : FileWorkflowPersistor : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Unable to load node with ID suffix 114 into workflow, skipping it: Node "Text Embedder" not available from extension "KNIME AI Extension (Labs)" (provided by "KNIME AG, Zurich, Switzerland"; plugin "org.knime.python.llm" is installed) org.knime.core.node.workflow.WorkflowPersistor$NodeFactoryUnknownException: Node "Text Embedder" not available from extension "KNIME AI Extension (Labs)" (provided by "KNIME AG, Zurich, Switzerland"; plugin "org.knime.python.llm" is installed) at org.knime.core.node.workflow.FileNativeNodeContainerPersistor.preLoadNodeContainer(FileNativeNodeContainerPersistor.java:185) at org.knime.core.node.workflow.FileWorkflowPersistor.loadNodeContainer(FileWorkflowPersistor.java:1039) at org.knime.core.node.workflow.WorkflowManager.postLoad(WorkflowManager.java:8921) at org.knime.core.node.workflow.WorkflowManager.loadContent(WorkflowManager.java:8823) at org.knime.core.node.workflow.WorkflowManager.postLoad(WorkflowManager.java:8937) at org.knime.core.node.workflow.WorkflowManager.loadContent(WorkflowManager.java:8823) at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8686) at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8607) at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8580) at org.knime.core.node.workflow.WorkflowManager.loadProject(WorkflowManager.java:8425) at org.knime.workbench.editor2.LoadWorkflowRunnable.run(LoadWorkflowRunnable.java:199) at org.knime.ui.java.util.DesktopAPUtil.loadWorkflow(DesktopAPUtil.java:183) at org.knime.ui.java.util.DesktopAPUtil.fetchAndLoadWorkflowWithTask(DesktopAPUtil.java:147) at org.knime.ui.java.api.OpenProject.loadProject(OpenProject.java:227) at org.knime.ui.java.api.OpenProject.openProjectInWebUIOnly(OpenProject.java:177) at org.knime.ui.java.api.OpenProject.lambda$0(OpenProject.java:110) at org.knime.ui.java.util.DesktopAPUtil.lambda$10(DesktopAPUtil.java:413) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122) Caused by: org.knime.core.node.InvalidSettingsException: Unknown factory class "org.knime.python3.nodes.extension.ExtensionNodeSetFactory$DynamicExtensionNodeFactory" -- not registered via extension point at org.knime.core.node.workflow.FileNativeNodeContainerPersistor.loadNodeFactory(FileNativeNodeContainerPersistor.java:370) at org.knime.core.node.workflow.FileNativeNodeContainerPersistor.preLoadNodeContainer(FileNativeNodeContainerPersistor.java:182) ... 17 more 2025-01-19 16:34:21,025 : DEBUG : ModalContext : : DataColumnSpecFilterNodeFactory : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,027 : DEBUG : ModalContext : : DataColumnSpecFilterNodeFactory : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,029 : DEBUG : ModalContext : : StringManipulationNodeFactory : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,030 : DEBUG : ModalContext : : GroupByNodeFactory : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,030 : DEBUG : ModalContext : : HiLiteHandler : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Adding hilite translator to handler 3d349d95-4302-4d18-8d46-29b27a37224b 2025-01-19 16:34:21,032 : DEBUG : ModalContext : : GroupByNodeFactory : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,032 : DEBUG : ModalContext : : HiLiteHandler : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Adding hilite translator to handler a911bdad-dda5-4128-bcb1-13189f18c9b6 2025-01-19 16:34:21,033 : DEBUG : ModalContext : : Joiner3NodeFactory : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,033 : DEBUG : ModalContext : : HiLiteHandler : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Adding hilite translator to handler 403462cb-63e3-422d-95b0-98de4496c3c8 2025-01-19 16:34:21,033 : DEBUG : ModalContext : : HiLiteHandler : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Adding hilite translator to handler 65702aec-f3f2-4b6a-bd4d-82a994eceb53 2025-01-19 16:34:21,033 : DEBUG : ModalContext : : HiLiteHandler : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Adding hilite translator to handler 2eaef82d-1a47-4a52-a3fb-b0d48256bbc7 2025-01-19 16:34:21,033 : DEBUG : ModalContext : : HiLiteHandler : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Adding hilite translator to handler 403462cb-63e3-422d-95b0-98de4496c3c8 2025-01-19 16:34:21,033 : DEBUG : ModalContext : : HiLiteHandler : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Adding hilite translator to handler 65702aec-f3f2-4b6a-bd4d-82a994eceb53 2025-01-19 16:34:21,033 : DEBUG : ModalContext : : HiLiteHandler : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Adding hilite translator to handler 427ae5bb-b80b-4ee8-82df-ef96ef8ee210 2025-01-19 16:34:21,034 : DEBUG : ModalContext : : Joiner3NodeFactory : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,034 : DEBUG : ModalContext : : HiLiteHandler : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Adding hilite translator to handler f6725e5a-917f-4ab0-8114-0609923d491c 2025-01-19 16:34:21,034 : DEBUG : ModalContext : : HiLiteHandler : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Adding hilite translator to handler 2a90ed4f-c47e-42f4-bc00-e5060cf073b4 2025-01-19 16:34:21,034 : DEBUG : ModalContext : : HiLiteHandler : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Adding hilite translator to handler 2dc63102-49c7-44e9-b4b5-5542f48667cb 2025-01-19 16:34:21,034 : DEBUG : ModalContext : : HiLiteHandler : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Adding hilite translator to handler f6725e5a-917f-4ab0-8114-0609923d491c 2025-01-19 16:34:21,034 : DEBUG : ModalContext : : HiLiteHandler : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Adding hilite translator to handler 2a90ed4f-c47e-42f4-bc00-e5060cf073b4 2025-01-19 16:34:21,034 : DEBUG : ModalContext : : HiLiteHandler : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Adding hilite translator to handler 509f52a8-af77-4549-bde8-8fe69c793625 2025-01-19 16:34:21,035 : DEBUG : ModalContext : : Joiner3NodeFactory : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,035 : DEBUG : ModalContext : : HiLiteHandler : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Adding hilite translator to handler 04336163-d9f6-474f-866e-07a6427bfbf0 2025-01-19 16:34:21,035 : DEBUG : ModalContext : : HiLiteHandler : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Adding hilite translator to handler b9a42029-0439-454d-b3e8-b2f45de17ba1 2025-01-19 16:34:21,035 : DEBUG : ModalContext : : HiLiteHandler : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Adding hilite translator to handler 7e777138-d606-4d58-8e46-d77c846dd866 2025-01-19 16:34:21,035 : DEBUG : ModalContext : : HiLiteHandler : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Adding hilite translator to handler 04336163-d9f6-474f-866e-07a6427bfbf0 2025-01-19 16:34:21,035 : DEBUG : ModalContext : : HiLiteHandler : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Adding hilite translator to handler b9a42029-0439-454d-b3e8-b2f45de17ba1 2025-01-19 16:34:21,035 : DEBUG : ModalContext : : HiLiteHandler : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Adding hilite translator to handler 663728d5-133e-4abb-b7c2-fa3807731b0d 2025-01-19 16:34:21,038 : DEBUG : ModalContext : : DataColumnSpecFilterNodeFactory : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,039 : DEBUG : ModalContext : : CounterGenerationNodeFactory : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,040 : DEBUG : ModalContext : : ColumnRenamerNodeFactory : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,041 : DEBUG : ModalContext : : RowFilterNodeFactory : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,042 : DEBUG : ModalContext : : SorterNodeFactory : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,043 : DEBUG : ModalContext : : RowFilterNodeFactory : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,044 : DEBUG : ModalContext : : TableCreator2NodeFactory : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,046 : DEBUG : ModalContext : : Joiner3NodeFactory : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,046 : DEBUG : ModalContext : : HiLiteHandler : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Adding hilite translator to handler ffc9fd8a-73a7-44f6-b83b-578983b653cd 2025-01-19 16:34:21,046 : DEBUG : ModalContext : : HiLiteHandler : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Adding hilite translator to handler 09e91f4d-d571-42a8-9b3a-cd01e99acbfc 2025-01-19 16:34:21,046 : DEBUG : ModalContext : : HiLiteHandler : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Adding hilite translator to handler 67cb1efa-3e72-47b7-8688-6a89c69226a7 2025-01-19 16:34:21,046 : DEBUG : ModalContext : : HiLiteHandler : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Adding hilite translator to handler ffc9fd8a-73a7-44f6-b83b-578983b653cd 2025-01-19 16:34:21,046 : DEBUG : ModalContext : : HiLiteHandler : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Adding hilite translator to handler 09e91f4d-d571-42a8-9b3a-cd01e99acbfc 2025-01-19 16:34:21,046 : DEBUG : ModalContext : : HiLiteHandler : Similarity search. Firm chunks to reg topics - Chapter : 3:4756 : Adding hilite translator to handler 4a2d4b83-8e51-47b6-8677-6a3c6caf86ff 2025-01-19 16:34:21,047 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4756:97(1) to node 3:4756:96(3) 2025-01-19 16:34:21,047 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4756:106(1) to node 3:4756:107(1) 2025-01-19 16:34:21,047 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4756:132(1) to node 3:4756:133(1) 2025-01-19 16:34:21,048 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4756:135(1) to node 3:4756:134(1) 2025-01-19 16:34:21,048 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4756(1) to node 3:4756:125(1) 2025-01-19 16:34:21,048 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4756:103(1) to node 3:4756:97(1) 2025-01-19 16:34:21,048 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4756:115(1) to node 3:4756:117(1) 2025-01-19 16:34:21,048 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4756:128(1) to node 3:4756:135(1) 2025-01-19 16:34:21,048 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4756:4728(1) to node 3:4756(1) 2025-01-19 16:34:21,048 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4756:129(3) to node 3:4756:136(1) 2025-01-19 16:34:21,048 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4756:109(1) to node 3:4756:103(1) 2025-01-19 16:34:21,048 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4756:117(1) to node 3:4756:127(1) 2025-01-19 16:34:21,048 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4756:107(1) to node 3:4756:96(1) 2025-01-19 16:34:21,048 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4756:116(1) to node 3:4756:127(2) 2025-01-19 16:34:21,048 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4756(2) to node 3:4756:114(1) 2025-01-19 16:34:21,048 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4756(0) to node 3:4756:114(2) 2025-01-19 16:34:21,048 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4756:4727(1) to node 3:4756:4728(2) 2025-01-19 16:34:21,048 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4756(1) to node 3:4756:109(2) 2025-01-19 16:34:21,048 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4756(2) to node 3:4756:109(1) 2025-01-19 16:34:21,048 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4756:96(1) to node 3:4756:115(1) 2025-01-19 16:34:21,048 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4756:106(1) to node 3:4756:116(1) 2025-01-19 16:34:21,048 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4756:131(1) to node 3:4756:96(2) 2025-01-19 16:34:21,048 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4756:103(1) to node 3:4756:131(1) 2025-01-19 16:34:21,048 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4756:133(1) to node 3:4756:106(1) 2025-01-19 16:34:21,048 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4756:136(1) to node 3:4756:4728(1) 2025-01-19 16:34:21,048 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4756:114(1) to node 3:4756:132(1) 2025-01-19 16:34:21,048 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4756:134(1) to node 3:4756(0) 2025-01-19 16:34:21,048 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4756:123(1) to node 3:4756:129(1) 2025-01-19 16:34:21,048 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4756:125(1) to node 3:4756:129(2) 2025-01-19 16:34:21,048 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4756:134(1) to node 3:4756:123(1) 2025-01-19 16:34:21,048 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4756(1) to node 3:4756:128(2) 2025-01-19 16:34:21,048 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4756:127(1) to node 3:4756:128(1) 2025-01-19 16:34:21,049 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler d4ac8221-e6dd-4a55-99f1-3e2490c80cd0 2025-01-19 16:34:21,061 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 03435541-2044-460a-b1dd-3ec60b7d1c17 2025-01-19 16:34:21,061 : DEBUG : ModalContext : : HiLiteHandler : : : Removing hilite translator from handler 03435541-2044-460a-b1dd-3ec60b7d1c17 2025-01-19 16:34:21,061 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 82e1f1b4-31e3-437c-a8a0-f3973e18327e 2025-01-19 16:34:21,061 : DEBUG : ModalContext : : HiLiteHandler : : : Removing hilite translator from handler 82e1f1b4-31e3-437c-a8a0-f3973e18327e 2025-01-19 16:34:21,061 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 3eb84e32-b91f-4408-945a-6567edf62d34 2025-01-19 16:34:21,062 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler f4642915-82f7-4639-9e14-6288ffb84983 2025-01-19 16:34:21,062 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler f4642915-82f7-4639-9e14-6288ffb84983 2025-01-19 16:34:21,062 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler f4642915-82f7-4639-9e14-6288ffb84983 2025-01-19 16:34:21,062 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler b9a7ce59-9f69-40ce-96fe-3d94990b62bc 2025-01-19 16:34:21,062 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler b9a7ce59-9f69-40ce-96fe-3d94990b62bc 2025-01-19 16:34:21,062 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler b9a7ce59-9f69-40ce-96fe-3d94990b62bc 2025-01-19 16:34:21,063 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 403462cb-63e3-422d-95b0-98de4496c3c8 2025-01-19 16:34:21,063 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 403462cb-63e3-422d-95b0-98de4496c3c8 2025-01-19 16:34:21,063 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 403462cb-63e3-422d-95b0-98de4496c3c8 2025-01-19 16:34:21,063 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler d4ac8221-e6dd-4a55-99f1-3e2490c80cd0 2025-01-19 16:34:21,063 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler d4ac8221-e6dd-4a55-99f1-3e2490c80cd0 2025-01-19 16:34:21,063 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler d4ac8221-e6dd-4a55-99f1-3e2490c80cd0 2025-01-19 16:34:21,064 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 50c7a77c-693a-4217-83dd-69954ec24923 2025-01-19 16:34:21,065 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 3d349d95-4302-4d18-8d46-29b27a37224b 2025-01-19 16:34:21,065 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 3d349d95-4302-4d18-8d46-29b27a37224b 2025-01-19 16:34:21,065 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 3d349d95-4302-4d18-8d46-29b27a37224b 2025-01-19 16:34:21,065 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler a911bdad-dda5-4128-bcb1-13189f18c9b6 2025-01-19 16:34:21,065 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler a911bdad-dda5-4128-bcb1-13189f18c9b6 2025-01-19 16:34:21,065 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler a911bdad-dda5-4128-bcb1-13189f18c9b6 2025-01-19 16:34:21,065 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 09238b95-4839-40c5-b871-50034dd63bca 2025-01-19 16:34:21,065 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 09238b95-4839-40c5-b871-50034dd63bca 2025-01-19 16:34:21,065 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 09238b95-4839-40c5-b871-50034dd63bca 2025-01-19 16:34:21,065 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler ef393522-c850-40b6-a9e2-f70c35d7a31d 2025-01-19 16:34:21,065 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler ef393522-c850-40b6-a9e2-f70c35d7a31d 2025-01-19 16:34:21,065 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler ef393522-c850-40b6-a9e2-f70c35d7a31d 2025-01-19 16:34:21,067 : DEBUG : ModalContext : : ReadContextProperty2NodeFactory : Prep Data and Write in DB - Existing File Upload : 3:4791 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,069 : DEBUG : ModalContext : : VariableToTable4NodeFactory : Prep Data and Write in DB - Existing File Upload : 3:4791 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,070 : DEBUG : ModalContext : : ColumnRenamerNodeFactory : Prep Data and Write in DB - Existing File Upload : 3:4791 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,072 : DEBUG : ModalContext : : CrossJoinerNodeFactory : Prep Data and Write in DB - Existing File Upload : 3:4791 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,073 : DEBUG : ModalContext : : DBWriteNodeFactory : Prep Data and Write in DB - Existing File Upload : 3:4791 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,074 : DEBUG : ModalContext : : StringToDateTimeNodeFactory : Prep Data and Write in DB - Existing File Upload : 3:4791 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,076 : DEBUG : ModalContext : : Joiner3NodeFactory : Prep Data and Write in DB - Existing File Upload : 3:4791 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,076 : DEBUG : ModalContext : : HiLiteHandler : Prep Data and Write in DB - Existing File Upload : 3:4791 : Adding hilite translator to handler f3f0a512-26cd-4d1b-950a-dfa60c41f73e 2025-01-19 16:34:21,076 : DEBUG : ModalContext : : HiLiteHandler : Prep Data and Write in DB - Existing File Upload : 3:4791 : Adding hilite translator to handler fb1855cf-ee01-4d28-aa94-63e082dbe6a3 2025-01-19 16:34:21,076 : DEBUG : ModalContext : : HiLiteHandler : Prep Data and Write in DB - Existing File Upload : 3:4791 : Adding hilite translator to handler c3bb1f03-cd31-4a86-bb90-221aac0ec17f 2025-01-19 16:34:21,076 : DEBUG : ModalContext : : HiLiteHandler : Prep Data and Write in DB - Existing File Upload : 3:4791 : Adding hilite translator to handler f3f0a512-26cd-4d1b-950a-dfa60c41f73e 2025-01-19 16:34:21,076 : DEBUG : ModalContext : : HiLiteHandler : Prep Data and Write in DB - Existing File Upload : 3:4791 : Adding hilite translator to handler fb1855cf-ee01-4d28-aa94-63e082dbe6a3 2025-01-19 16:34:21,076 : DEBUG : ModalContext : : HiLiteHandler : Prep Data and Write in DB - Existing File Upload : 3:4791 : Adding hilite translator to handler 4543552f-3c2c-4cb2-ac57-39b65c5ffd7e 2025-01-19 16:34:21,077 : DEBUG : ModalContext : : SorterNodeFactory : Prep Data and Write in DB - Existing File Upload : 3:4791 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,079 : DEBUG : ModalContext : : StringManipulationNodeFactory : Prep Data and Write in DB - Existing File Upload : 3:4791 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,080 : DEBUG : ModalContext : : ColumnResorterNodeFactory : Prep Data and Write in DB - Existing File Upload : 3:4791 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,081 : DEBUG : ModalContext : : CreateDateTimeNodeFactory : Prep Data and Write in DB - Existing File Upload : 3:4791 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,083 : DEBUG : ModalContext : : ColumnAppender2NodeFactory : Prep Data and Write in DB - Existing File Upload : 3:4791 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,084 : DEBUG : ModalContext : : RuleEngineNodeFactory : Prep Data and Write in DB - Existing File Upload : 3:4791 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,085 : DEBUG : ModalContext : : RowFilterNodeFactory : Prep Data and Write in DB - Existing File Upload : 3:4791 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,086 : DEBUG : ModalContext : : DataColumnSpecFilterNodeFactory : Prep Data and Write in DB - Existing File Upload : 3:4791 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,087 : DEBUG : ModalContext : : ColumnRenamerNodeFactory : Prep Data and Write in DB - Existing File Upload : 3:4791 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,088 : DEBUG : ModalContext : : DataColumnSpecFilterNodeFactory : Prep Data and Write in DB - Existing File Upload : 3:4791 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,089 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4791(0) to node 3:4791:4768(2) 2025-01-19 16:34:21,089 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4791:4744(1) to node 3:4791:4745(1) 2025-01-19 16:34:21,089 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4791:4782(1) to node 3:4791:4783(1) 2025-01-19 16:34:21,089 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4791:4788(1) to node 3:4791:4789(2) 2025-01-19 16:34:21,089 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4791(2) to node 3:4791:4797(1) 2025-01-19 16:34:21,089 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4791:4796(1) to node 3:4791:4799(1) 2025-01-19 16:34:21,089 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4791:4746(1) to node 3:4791:4750(1) 2025-01-19 16:34:21,089 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4791:4783(1) to node 3:4791:4747(1) 2025-01-19 16:34:21,089 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4791:4798(1) to node 3:4791:4794(1) 2025-01-19 16:34:21,089 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4791:4794(1) to node 3:4791:4796(1) 2025-01-19 16:34:21,089 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4791(1) to node 3:4791:4788(0) 2025-01-19 16:34:21,089 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4791:4771(1) to node 3:4791:4782(1) 2025-01-19 16:34:21,089 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4791:4750(1) to node 3:4791:4768(1) 2025-01-19 16:34:21,089 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4791:4743(1) to node 3:4791:4744(1) 2025-01-19 16:34:21,089 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4791(3) to node 3:4791:4747(2) 2025-01-19 16:34:21,089 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4791:4747(0) to node 3:4791(0) 2025-01-19 16:34:21,089 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4791:4797(1) to node 3:4791:4746(1) 2025-01-19 16:34:21,089 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4791(1) to node 3:4791:4743(0) 2025-01-19 16:34:21,089 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4791:4745(1) to node 3:4791:4789(1) 2025-01-19 16:34:21,089 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4791:4799(1) to node 3:4791:4771(1) 2025-01-19 16:34:21,089 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4791:4768(1) to node 3:4791:4798(1) 2025-01-19 16:34:21,089 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4791:4789(1) to node 3:4791:4746(2) 2025-01-19 16:34:21,096 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 72c3f6bd-72ea-4ec0-937a-1ff011a76a7d 2025-01-19 16:34:21,096 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 72c3f6bd-72ea-4ec0-937a-1ff011a76a7d 2025-01-19 16:34:21,096 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 72c3f6bd-72ea-4ec0-937a-1ff011a76a7d 2025-01-19 16:34:21,096 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 4ca87ae4-7afe-45fb-8756-5dfc646e3b4e 2025-01-19 16:34:21,096 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 4ca87ae4-7afe-45fb-8756-5dfc646e3b4e 2025-01-19 16:34:21,096 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 4ca87ae4-7afe-45fb-8756-5dfc646e3b4e 2025-01-19 16:34:21,101 : DEBUG : ModalContext : : GroupByNodeFactory : Prep Data for LLM Chunk Filtering : 3:177 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,101 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for LLM Chunk Filtering : 3:177 : Adding hilite translator to handler aa54a1b9-f671-4fbf-8f4c-b9090d55217a 2025-01-19 16:34:21,102 : DEBUG : ModalContext : : ColumnRenamerNodeFactory : Prep Data for LLM Chunk Filtering : 3:177 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,103 : DEBUG : ModalContext : : StringManipulationNodeFactory : Prep Data for LLM Chunk Filtering : 3:177 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,105 : DEBUG : ModalContext : : DataColumnSpecFilterNodeFactory : Prep Data for LLM Chunk Filtering : 3:177 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,106 : DEBUG : ModalContext : : DataColumnSpecFilterNodeFactory : Prep Data for LLM Chunk Filtering : 3:177 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,107 : DEBUG : ModalContext : : SorterNodeFactory : Prep Data for LLM Chunk Filtering : 3:177 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,108 : DEBUG : ModalContext : : RowFilterNodeFactory : Prep Data for LLM Chunk Filtering : 3:177 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,109 : DEBUG : ModalContext : : StringManipulationNodeFactory : Prep Data for LLM Chunk Filtering : 3:177 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,110 : DEBUG : ModalContext : : TableCreator2NodeFactory : Prep Data for LLM Chunk Filtering : 3:177 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,111 : DEBUG : ModalContext : : Joiner3NodeFactory : Prep Data for LLM Chunk Filtering : 3:177 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,111 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for LLM Chunk Filtering : 3:177 : Adding hilite translator to handler 3d20f3a4-6a19-49a2-8627-668909cbfec4 2025-01-19 16:34:21,111 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for LLM Chunk Filtering : 3:177 : Adding hilite translator to handler 5b6cb457-dd5b-44a8-819d-efae2d4e3b87 2025-01-19 16:34:21,111 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for LLM Chunk Filtering : 3:177 : Adding hilite translator to handler 93b4c4e6-4296-4afc-91ee-cce9574fcf99 2025-01-19 16:34:21,111 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for LLM Chunk Filtering : 3:177 : Adding hilite translator to handler 3d20f3a4-6a19-49a2-8627-668909cbfec4 2025-01-19 16:34:21,111 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for LLM Chunk Filtering : 3:177 : Adding hilite translator to handler 5b6cb457-dd5b-44a8-819d-efae2d4e3b87 2025-01-19 16:34:21,111 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for LLM Chunk Filtering : 3:177 : Adding hilite translator to handler 0d1cdf32-aa5d-4f5b-bceb-5d9ec726c32d 2025-01-19 16:34:21,112 : DEBUG : ModalContext : : SorterNodeFactory : Prep Data for LLM Chunk Filtering : 3:177 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,113 : DEBUG : ModalContext : : ExcelTableReaderNodeFactory : Prep Data for LLM Chunk Filtering : 3:177 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,116 : DEBUG : ModalContext : : GroupByNodeFactory : Prep Data for LLM Chunk Filtering : 3:177 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,116 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for LLM Chunk Filtering : 3:177 : Adding hilite translator to handler 0f60503d-679b-4dcc-a683-e1c4ea148867 2025-01-19 16:34:21,117 : DEBUG : ModalContext : : SorterNodeFactory : Prep Data for LLM Chunk Filtering : 3:177 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,118 : DEBUG : ModalContext : : Joiner3NodeFactory : Prep Data for LLM Chunk Filtering : 3:177 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,118 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for LLM Chunk Filtering : 3:177 : Adding hilite translator to handler 78999811-f93a-4240-8569-fa89f985eae3 2025-01-19 16:34:21,118 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for LLM Chunk Filtering : 3:177 : Adding hilite translator to handler 8563b036-4172-4f0f-800b-40cc7528f0ae 2025-01-19 16:34:21,118 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for LLM Chunk Filtering : 3:177 : Adding hilite translator to handler 9045ae77-68e5-4d19-a4cd-845d10a258ab 2025-01-19 16:34:21,118 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for LLM Chunk Filtering : 3:177 : Adding hilite translator to handler 78999811-f93a-4240-8569-fa89f985eae3 2025-01-19 16:34:21,118 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for LLM Chunk Filtering : 3:177 : Adding hilite translator to handler 8563b036-4172-4f0f-800b-40cc7528f0ae 2025-01-19 16:34:21,118 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for LLM Chunk Filtering : 3:177 : Adding hilite translator to handler d42dc96b-a9b6-4399-b6be-5ad1daf34645 2025-01-19 16:34:21,119 : DEBUG : ModalContext : : StringManipulationNodeFactory : Prep Data for LLM Chunk Filtering : 3:177 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,120 : DEBUG : ModalContext : : RowFilterNodeFactory : Prep Data for LLM Chunk Filtering : 3:177 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,121 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:177:144(1) to node 3:177:145(1) 2025-01-19 16:34:21,121 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:177:4735(1) to node 3:177:4733(1) 2025-01-19 16:34:21,121 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:177:4732(1) to node 3:177(1) 2025-01-19 16:34:21,121 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:177:4732(1) to node 3:177:4735(1) 2025-01-19 16:34:21,121 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:177:135(1) to node 3:177:4737(1) 2025-01-19 16:34:21,121 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:177:4729(1) to node 3:177(0) 2025-01-19 16:34:21,121 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:177:4736(1) to node 3:177:135(1) 2025-01-19 16:34:21,121 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:177:4737(1) to node 3:177:136(1) 2025-01-19 16:34:21,121 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:177:147(1) to node 3:177:4728(1) 2025-01-19 16:34:21,121 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:177(0) to node 3:177:144(1) 2025-01-19 16:34:21,121 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:177:132(1) to node 3:177:148(1) 2025-01-19 16:34:21,121 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:177:136(1) to node 3:177:4729(1) 2025-01-19 16:34:21,121 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:177:129(1) to node 3:177:147(1) 2025-01-19 16:34:21,121 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:177:145(1) to node 3:177:132(1) 2025-01-19 16:34:21,121 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:177:148(1) to node 3:177:129(1) 2025-01-19 16:34:21,121 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:177:4727(1) to node 3:177:4738(1) 2025-01-19 16:34:21,121 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:177:4728(1) to node 3:177:4736(1) 2025-01-19 16:34:21,121 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:177:4738(1) to node 3:177:4728(2) 2025-01-19 16:34:21,121 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:177:4733(1) to node 3:177:4736(2) 2025-01-19 16:34:21,129 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 8b6ed357-5358-4cf8-a606-acd8a7f7320d 2025-01-19 16:34:21,131 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 61fe53cb-3be2-4f17-a375-c4fd1ebb330c 2025-01-19 16:34:21,132 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 669c7dca-f529-4839-874c-9f65092b7f98 2025-01-19 16:34:21,132 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 669c7dca-f529-4839-874c-9f65092b7f98 2025-01-19 16:34:21,132 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 669c7dca-f529-4839-874c-9f65092b7f98 2025-01-19 16:34:21,132 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 563c8689-60de-4628-b832-0651f00fbe53 2025-01-19 16:34:21,132 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 563c8689-60de-4628-b832-0651f00fbe53 2025-01-19 16:34:21,132 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 563c8689-60de-4628-b832-0651f00fbe53 2025-01-19 16:34:21,132 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 3d20f3a4-6a19-49a2-8627-668909cbfec4 2025-01-19 16:34:21,132 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 3d20f3a4-6a19-49a2-8627-668909cbfec4 2025-01-19 16:34:21,132 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 3d20f3a4-6a19-49a2-8627-668909cbfec4 2025-01-19 16:34:21,132 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 0f60503d-679b-4dcc-a683-e1c4ea148867 2025-01-19 16:34:21,132 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 0f60503d-679b-4dcc-a683-e1c4ea148867 2025-01-19 16:34:21,132 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 0f60503d-679b-4dcc-a683-e1c4ea148867 2025-01-19 16:34:21,135 : DEBUG : ModalContext : : FileDownloadWidgetNodeFactory : Download Full Report : 3:4802 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,137 : DEBUG : ModalContext : : WorkflowManager : Download Full Report : 3:4802 : Added new connection from node 3:4802:0:1(1) to node 3:4802:0:4775(1) 2025-01-19 16:34:21,137 : DEBUG : ModalContext : : WorkflowManager : Download Full Report : 3:4802 : Added new connection from node 3:4802:0:1(1) to node 3:4802:0:4776(1) 2025-01-19 16:34:21,138 : DEBUG : ModalContext : : Node : Component Input : 3:4802:0:1 : Configure succeeded. (Component Input) 2025-01-19 16:34:21,138 : DEBUG : ModalContext : : Node : Component Output : 3:4802:0:4776 : Configure succeeded. (Component Output) 2025-01-19 16:34:21,140 : DEBUG : ModalContext : : TableCreator2NodeFactory : LLM Chunk Filtering : 3:178 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,141 : DEBUG : ModalContext : : GroupLoopStartNodeFactory : LLM Chunk Filtering : 3:178 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,142 : DEBUG : ModalContext : : TableToVariable3NodeFactory : LLM Chunk Filtering : 3:178 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,144 : DEBUG : ModalContext : : LoopEndDynamicNodeFactory : LLM Chunk Filtering : 3:178 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,145 : DEBUG : ModalContext : : RowFilterNodeFactory : LLM Chunk Filtering : 3:178 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,146 : DEBUG : ModalContext : : DataColumnSpecFilterNodeFactory : LLM Chunk Filtering : 3:178 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,148 : DEBUG : ModalContext : : JEPNodeFactory : LLM Chunk Filtering : 3:178 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,149 : DEBUG : ModalContext : : Joiner3NodeFactory : LLM Chunk Filtering : 3:178 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,150 : DEBUG : ModalContext : : HiLiteHandler : LLM Chunk Filtering : 3:178 : Adding hilite translator to handler db28ac78-27f8-4617-9165-f40ec02c6902 2025-01-19 16:34:21,150 : DEBUG : ModalContext : : HiLiteHandler : LLM Chunk Filtering : 3:178 : Adding hilite translator to handler 176f26d1-7c61-4e93-8843-e8b46f1162fe 2025-01-19 16:34:21,150 : DEBUG : ModalContext : : HiLiteHandler : LLM Chunk Filtering : 3:178 : Adding hilite translator to handler 797ce689-67b8-4727-9bb5-e3c15564f776 2025-01-19 16:34:21,150 : DEBUG : ModalContext : : HiLiteHandler : LLM Chunk Filtering : 3:178 : Adding hilite translator to handler db28ac78-27f8-4617-9165-f40ec02c6902 2025-01-19 16:34:21,150 : DEBUG : ModalContext : : HiLiteHandler : LLM Chunk Filtering : 3:178 : Adding hilite translator to handler 176f26d1-7c61-4e93-8843-e8b46f1162fe 2025-01-19 16:34:21,150 : DEBUG : ModalContext : : HiLiteHandler : LLM Chunk Filtering : 3:178 : Adding hilite translator to handler 2d994301-6932-4ffa-a9fe-74cd8ac03099 2025-01-19 16:34:21,151 : DEBUG : ModalContext : : LoopStartCountDynamicNodeFactory : LLM Chunk Filtering : 3:178 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,153 : DEBUG : ModalContext : : LoopEndDynamicNodeFactory : LLM Chunk Filtering : 3:178 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,154 : DEBUG : ModalContext : : DuplicateRowFilterNodeFactory : LLM Chunk Filtering : 3:178 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,155 : DEBUG : ModalContext : : FileWorkflowPersistor : LLM Chunk Filtering : 3:178 : Unable to load node with ID suffix 195 into workflow, skipping it: Node "Chat Model Prompter" not available from extension "KNIME AI Extension (Labs)" (provided by "KNIME AG, Zurich, Switzerland"; plugin "org.knime.python.llm" is installed) org.knime.core.node.workflow.WorkflowPersistor$NodeFactoryUnknownException: Node "Chat Model Prompter" not available from extension "KNIME AI Extension (Labs)" (provided by "KNIME AG, Zurich, Switzerland"; plugin "org.knime.python.llm" is installed) at org.knime.core.node.workflow.FileNativeNodeContainerPersistor.preLoadNodeContainer(FileNativeNodeContainerPersistor.java:185) at org.knime.core.node.workflow.FileWorkflowPersistor.loadNodeContainer(FileWorkflowPersistor.java:1039) at org.knime.core.node.workflow.WorkflowManager.postLoad(WorkflowManager.java:8921) at org.knime.core.node.workflow.WorkflowManager.loadContent(WorkflowManager.java:8823) at org.knime.core.node.workflow.WorkflowManager.postLoad(WorkflowManager.java:8937) at org.knime.core.node.workflow.WorkflowManager.loadContent(WorkflowManager.java:8823) at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8686) at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8607) at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8580) at org.knime.core.node.workflow.WorkflowManager.loadProject(WorkflowManager.java:8425) at org.knime.workbench.editor2.LoadWorkflowRunnable.run(LoadWorkflowRunnable.java:199) at org.knime.ui.java.util.DesktopAPUtil.loadWorkflow(DesktopAPUtil.java:183) at org.knime.ui.java.util.DesktopAPUtil.fetchAndLoadWorkflowWithTask(DesktopAPUtil.java:147) at org.knime.ui.java.api.OpenProject.loadProject(OpenProject.java:227) at org.knime.ui.java.api.OpenProject.openProjectInWebUIOnly(OpenProject.java:177) at org.knime.ui.java.api.OpenProject.lambda$0(OpenProject.java:110) at org.knime.ui.java.util.DesktopAPUtil.lambda$10(DesktopAPUtil.java:413) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122) Caused by: org.knime.core.node.InvalidSettingsException: Unknown factory class "org.knime.python3.nodes.extension.ExtensionNodeSetFactory$DynamicExtensionNodeFactory" -- not registered via extension point at org.knime.core.node.workflow.FileNativeNodeContainerPersistor.loadNodeFactory(FileNativeNodeContainerPersistor.java:370) at org.knime.core.node.workflow.FileNativeNodeContainerPersistor.preLoadNodeContainer(FileNativeNodeContainerPersistor.java:182) ... 17 more 2025-01-19 16:34:21,157 : DEBUG : ModalContext : : WorkflowManager : : : Created subworkflow 3:178:4777 2025-01-19 16:34:21,157 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:178(1) to node 3:178:191(1) 2025-01-19 16:34:21,157 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:178:184(1) to node 3:178:185(1) 2025-01-19 16:34:21,157 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:178:186(1) to node 3:178:187(2) 2025-01-19 16:34:21,157 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:178:192(1) to node 3:178:193(1) 2025-01-19 16:34:21,157 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:178:185(1) to node 3:178:187(1) 2025-01-19 16:34:21,157 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:178:179(1) to node 3:178:182(1) 2025-01-19 16:34:21,157 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:178:191(1) to node 3:178:186(1) 2025-01-19 16:34:21,158 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:178:186(1) to node 3:178:179(1) 2025-01-19 16:34:21,158 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:178:4777(0) to node 3:178:192(1) 2025-01-19 16:34:21,158 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:178:183(1) to node 3:178:184(1) 2025-01-19 16:34:21,158 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:178:187(1) to node 3:178:4777(0) 2025-01-19 16:34:21,158 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:178:4777 2025-01-19 16:34:21,158 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:178:195(1) to node 3:178:183(1) 2025-01-19 16:34:21,158 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:178:182(1) to node 3:178:195(0) 2025-01-19 16:34:21,158 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:178:154(1) to node 3:178:195(2) 2025-01-19 16:34:21,158 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:178(0) to node 3:178:195(1) 2025-01-19 16:34:21,158 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:178:193(1) to node 3:178(0) 2025-01-19 16:34:21,158 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:178:193(0) to node 3:178(1) 2025-01-19 16:34:21,160 : WARN : ModalContext : : Node : Table Creator : 3:178:154 : Node created an empty data table. 2025-01-19 16:34:21,161 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 557762d2-34ea-44d7-9f0d-44cd87eed289 2025-01-19 16:34:21,161 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 557762d2-34ea-44d7-9f0d-44cd87eed289 2025-01-19 16:34:21,161 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 557762d2-34ea-44d7-9f0d-44cd87eed289 2025-01-19 16:34:21,161 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler a4004978-3b39-443a-b203-3ea3030b22b5 2025-01-19 16:34:21,161 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler a4004978-3b39-443a-b203-3ea3030b22b5 2025-01-19 16:34:21,161 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler a4004978-3b39-443a-b203-3ea3030b22b5 2025-01-19 16:34:21,163 : DEBUG : ModalContext : : StringReplacerNodeFactory : Parse chunks : 3:178:4777 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,164 : DEBUG : ModalContext : : StringReplacerNodeFactory : Parse chunks : 3:178:4777 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,165 : DEBUG : ModalContext : : StringToJSONNodeFactory : Parse chunks : 3:178:4777 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,166 : DEBUG : ModalContext : : JSONPathNodeFactory : Parse chunks : 3:178:4777 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,167 : DEBUG : ModalContext : : UngroupNodeFactory : Parse chunks : 3:178:4777 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,167 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:178:4777:72(1) to node 3:178:4777:73(1) 2025-01-19 16:34:21,167 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:178:4777:80(1) to node 3:178:4777:81(1) 2025-01-19 16:34:21,167 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:178:4777:73(1) to node 3:178:4777:79(1) 2025-01-19 16:34:21,167 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:178:4777(0) to node 3:178:4777:72(1) 2025-01-19 16:34:21,167 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:178:4777:81(1) to node 3:178:4777(0) 2025-01-19 16:34:21,167 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:178:4777:79(1) to node 3:178:4777:80(1) 2025-01-19 16:34:21,168 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler d4eb34d7-ac3c-4e15-be8f-079a066c2e74 2025-01-19 16:34:21,168 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler f7055baf-e672-454e-9b5f-223560c257ca 2025-01-19 16:34:21,169 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:178:4777 2025-01-19 16:34:21,170 : DEBUG : ModalContext : : GroupByNodeFactory : Prep Data for LLM Gap Analysis : 3:4758 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,170 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for LLM Gap Analysis : 3:4758 : Adding hilite translator to handler b89c2711-45d7-4357-ae97-c5acfcc79c2d 2025-01-19 16:34:21,171 : DEBUG : ModalContext : : ColumnRenamerNodeFactory : Prep Data for LLM Gap Analysis : 3:4758 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,172 : DEBUG : ModalContext : : StringManipulationNodeFactory : Prep Data for LLM Gap Analysis : 3:4758 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,173 : DEBUG : ModalContext : : DataColumnSpecFilterNodeFactory : Prep Data for LLM Gap Analysis : 3:4758 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,174 : DEBUG : ModalContext : : DataColumnSpecFilterNodeFactory : Prep Data for LLM Gap Analysis : 3:4758 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,175 : DEBUG : ModalContext : : SorterNodeFactory : Prep Data for LLM Gap Analysis : 3:4758 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,176 : DEBUG : ModalContext : : RowFilterNodeFactory : Prep Data for LLM Gap Analysis : 3:4758 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,178 : DEBUG : ModalContext : : StringManipulationNodeFactory : Prep Data for LLM Gap Analysis : 3:4758 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,179 : DEBUG : ModalContext : : TableCreator2NodeFactory : Prep Data for LLM Gap Analysis : 3:4758 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,180 : DEBUG : ModalContext : : Joiner3NodeFactory : Prep Data for LLM Gap Analysis : 3:4758 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,180 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for LLM Gap Analysis : 3:4758 : Adding hilite translator to handler 2e54949b-e9e7-47f3-89b6-c012a6b9a831 2025-01-19 16:34:21,180 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for LLM Gap Analysis : 3:4758 : Adding hilite translator to handler 0a2227dd-9f00-4df7-9bcc-a113c48fc6da 2025-01-19 16:34:21,180 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for LLM Gap Analysis : 3:4758 : Adding hilite translator to handler 691fed17-1b96-418b-8344-26a1c2f1bc35 2025-01-19 16:34:21,180 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for LLM Gap Analysis : 3:4758 : Adding hilite translator to handler 2e54949b-e9e7-47f3-89b6-c012a6b9a831 2025-01-19 16:34:21,180 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for LLM Gap Analysis : 3:4758 : Adding hilite translator to handler 0a2227dd-9f00-4df7-9bcc-a113c48fc6da 2025-01-19 16:34:21,180 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for LLM Gap Analysis : 3:4758 : Adding hilite translator to handler d4307fbe-672f-400e-93bc-d742b909f9c6 2025-01-19 16:34:21,181 : DEBUG : ModalContext : : Joiner3NodeFactory : Prep Data for LLM Gap Analysis : 3:4758 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,181 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for LLM Gap Analysis : 3:4758 : Adding hilite translator to handler 9833ffbb-10da-4a61-8773-a7ce0047b002 2025-01-19 16:34:21,181 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for LLM Gap Analysis : 3:4758 : Adding hilite translator to handler 04f6caab-ce28-4dcd-a9be-0f737d846c9a 2025-01-19 16:34:21,181 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for LLM Gap Analysis : 3:4758 : Adding hilite translator to handler 24b701f5-faea-4706-90cc-4a323e2b8d64 2025-01-19 16:34:21,181 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for LLM Gap Analysis : 3:4758 : Adding hilite translator to handler 9833ffbb-10da-4a61-8773-a7ce0047b002 2025-01-19 16:34:21,181 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for LLM Gap Analysis : 3:4758 : Adding hilite translator to handler 04f6caab-ce28-4dcd-a9be-0f737d846c9a 2025-01-19 16:34:21,181 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for LLM Gap Analysis : 3:4758 : Adding hilite translator to handler e4288ef9-fce6-4f0f-a5d2-498506b27340 2025-01-19 16:34:21,182 : DEBUG : ModalContext : : SorterNodeFactory : Prep Data for LLM Gap Analysis : 3:4758 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,183 : DEBUG : ModalContext : : SorterNodeFactory : Prep Data for LLM Gap Analysis : 3:4758 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,184 : DEBUG : ModalContext : : GroupByNodeFactory : Prep Data for LLM Gap Analysis : 3:4758 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,184 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for LLM Gap Analysis : 3:4758 : Adding hilite translator to handler eedf895b-1ae1-4496-86b0-c9346abf4de6 2025-01-19 16:34:21,185 : DEBUG : ModalContext : : RowFilterNodeFactory : Prep Data for LLM Gap Analysis : 3:4758 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,186 : DEBUG : ModalContext : : SorterNodeFactory : Prep Data for LLM Gap Analysis : 3:4758 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,187 : DEBUG : ModalContext : : Joiner3NodeFactory : Prep Data for LLM Gap Analysis : 3:4758 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,187 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for LLM Gap Analysis : 3:4758 : Adding hilite translator to handler 3ceb2875-8cb3-4094-a3f2-1f78450ee557 2025-01-19 16:34:21,187 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for LLM Gap Analysis : 3:4758 : Adding hilite translator to handler 776a148a-f9a5-4fb0-970d-70ecf57efcf0 2025-01-19 16:34:21,187 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for LLM Gap Analysis : 3:4758 : Adding hilite translator to handler 8e251d9d-374f-4350-87c2-5413fb17e3f9 2025-01-19 16:34:21,187 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for LLM Gap Analysis : 3:4758 : Adding hilite translator to handler 3ceb2875-8cb3-4094-a3f2-1f78450ee557 2025-01-19 16:34:21,187 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for LLM Gap Analysis : 3:4758 : Adding hilite translator to handler 776a148a-f9a5-4fb0-970d-70ecf57efcf0 2025-01-19 16:34:21,187 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for LLM Gap Analysis : 3:4758 : Adding hilite translator to handler 618d4240-e019-4b0a-9a09-abe52f39044e 2025-01-19 16:34:21,188 : DEBUG : ModalContext : : StringManipulationNodeFactory : Prep Data for LLM Gap Analysis : 3:4758 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,188 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4758(3) to node 3:4758:4735(1) 2025-01-19 16:34:21,188 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4758:144(1) to node 3:4758:145(1) 2025-01-19 16:34:21,188 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4758:4728(1) to node 3:4758:4729(1) 2025-01-19 16:34:21,188 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4758:4736(1) to node 3:4758:4737(1) 2025-01-19 16:34:21,188 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4758(0) to node 3:4758:4734(1) 2025-01-19 16:34:21,188 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4758:4735(1) to node 3:4758:4733(1) 2025-01-19 16:34:21,188 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4758:4729(1) to node 3:4758:4730(1) 2025-01-19 16:34:21,188 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4758:4730(1) to node 3:4758(1) 2025-01-19 16:34:21,188 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4758(1) to node 3:4758:4729(2) 2025-01-19 16:34:21,189 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4758:4737(1) to node 3:4758:136(1) 2025-01-19 16:34:21,189 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4758:148(1) to node 3:4758:4728(1) 2025-01-19 16:34:21,189 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4758:4734(1) to node 3:4758:144(1) 2025-01-19 16:34:21,189 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4758(2) to node 3:4758:144(0) 2025-01-19 16:34:21,189 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4758:4727(1) to node 3:4758:4728(2) 2025-01-19 16:34:21,189 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4758:132(1) to node 3:4758:148(1) 2025-01-19 16:34:21,189 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4758:129(1) to node 3:4758:147(1) 2025-01-19 16:34:21,189 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4758:147(1) to node 3:4758:135(1) 2025-01-19 16:34:21,189 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4758:145(1) to node 3:4758:132(1) 2025-01-19 16:34:21,189 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4758:136(1) to node 3:4758(0) 2025-01-19 16:34:21,189 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4758:4730(1) to node 3:4758:129(1) 2025-01-19 16:34:21,189 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4758:4731(1) to node 3:4758:4736(1) 2025-01-19 16:34:21,189 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4758:135(1) to node 3:4758:4731(1) 2025-01-19 16:34:21,189 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4758:4733(1) to node 3:4758:4736(2) 2025-01-19 16:34:21,194 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 8b6ed357-5358-4cf8-a606-acd8a7f7320d 2025-01-19 16:34:21,197 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 6339e823-6198-4575-9adf-146f002733d5 2025-01-19 16:34:21,197 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 6339e823-6198-4575-9adf-146f002733d5 2025-01-19 16:34:21,197 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 6339e823-6198-4575-9adf-146f002733d5 2025-01-19 16:34:21,197 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 96bd4ab7-9d35-4993-80ea-87c84fdbb82e 2025-01-19 16:34:21,197 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 96bd4ab7-9d35-4993-80ea-87c84fdbb82e 2025-01-19 16:34:21,197 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 96bd4ab7-9d35-4993-80ea-87c84fdbb82e 2025-01-19 16:34:21,197 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 2e54949b-e9e7-47f3-89b6-c012a6b9a831 2025-01-19 16:34:21,197 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 2e54949b-e9e7-47f3-89b6-c012a6b9a831 2025-01-19 16:34:21,197 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 2e54949b-e9e7-47f3-89b6-c012a6b9a831 2025-01-19 16:34:21,197 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler e35b3548-20e3-4f43-a0c3-19f5b2803078 2025-01-19 16:34:21,197 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler e35b3548-20e3-4f43-a0c3-19f5b2803078 2025-01-19 16:34:21,197 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler e35b3548-20e3-4f43-a0c3-19f5b2803078 2025-01-19 16:34:21,198 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler ff029af8-0660-4c48-83ce-567cd5dc2368 2025-01-19 16:34:21,199 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 8f784c54-49bd-4274-aab1-eb15b0f6120b 2025-01-19 16:34:21,199 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 8f784c54-49bd-4274-aab1-eb15b0f6120b 2025-01-19 16:34:21,199 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 8f784c54-49bd-4274-aab1-eb15b0f6120b 2025-01-19 16:34:21,199 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler eedf895b-1ae1-4496-86b0-c9346abf4de6 2025-01-19 16:34:21,199 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler eedf895b-1ae1-4496-86b0-c9346abf4de6 2025-01-19 16:34:21,199 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler eedf895b-1ae1-4496-86b0-c9346abf4de6 2025-01-19 16:34:21,203 : DEBUG : ModalContext : : FileDownloadWidgetNodeFactory : Download Gaps Report : 3:4803 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,204 : DEBUG : ModalContext : : WorkflowManager : Download Gaps Report : 3:4803 : Added new connection from node 3:4803:0:1(1) to node 3:4803:0:4775(1) 2025-01-19 16:34:21,204 : DEBUG : ModalContext : : WorkflowManager : Download Gaps Report : 3:4803 : Added new connection from node 3:4803:0:1(1) to node 3:4803:0:4776(1) 2025-01-19 16:34:21,206 : DEBUG : ModalContext : : Node : Component Input : 3:4803:0:1 : Configure succeeded. (Component Input) 2025-01-19 16:34:21,206 : DEBUG : ModalContext : : Node : Component Output : 3:4803:0:4776 : Configure succeeded. (Component Output) 2025-01-19 16:34:21,208 : DEBUG : ModalContext : : StringReplacerNodeFactory : LLM Gap Analysis : 3:4757 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,209 : DEBUG : ModalContext : : StringReplacerNodeFactory : LLM Gap Analysis : 3:4757 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,211 : DEBUG : ModalContext : : StringToJSONNodeFactory : LLM Gap Analysis : 3:4757 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,213 : DEBUG : ModalContext : : FileWorkflowPersistor : LLM Gap Analysis : 3:4757 : Unable to load node with ID suffix 134 into workflow, skipping it: Node "Chat Model Prompter" not available from extension "KNIME AI Extension (Labs)" (provided by "KNIME AG, Zurich, Switzerland"; plugin "org.knime.python.llm" is installed) org.knime.core.node.workflow.WorkflowPersistor$NodeFactoryUnknownException: Node "Chat Model Prompter" not available from extension "KNIME AI Extension (Labs)" (provided by "KNIME AG, Zurich, Switzerland"; plugin "org.knime.python.llm" is installed) at org.knime.core.node.workflow.FileNativeNodeContainerPersistor.preLoadNodeContainer(FileNativeNodeContainerPersistor.java:185) at org.knime.core.node.workflow.FileWorkflowPersistor.loadNodeContainer(FileWorkflowPersistor.java:1039) at org.knime.core.node.workflow.WorkflowManager.postLoad(WorkflowManager.java:8921) at org.knime.core.node.workflow.WorkflowManager.loadContent(WorkflowManager.java:8823) at org.knime.core.node.workflow.WorkflowManager.postLoad(WorkflowManager.java:8937) at org.knime.core.node.workflow.WorkflowManager.loadContent(WorkflowManager.java:8823) at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8686) at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8607) at org.knime.core.node.workflow.WorkflowManager.load(WorkflowManager.java:8580) at org.knime.core.node.workflow.WorkflowManager.loadProject(WorkflowManager.java:8425) at org.knime.workbench.editor2.LoadWorkflowRunnable.run(LoadWorkflowRunnable.java:199) at org.knime.ui.java.util.DesktopAPUtil.loadWorkflow(DesktopAPUtil.java:183) at org.knime.ui.java.util.DesktopAPUtil.fetchAndLoadWorkflowWithTask(DesktopAPUtil.java:147) at org.knime.ui.java.api.OpenProject.loadProject(OpenProject.java:227) at org.knime.ui.java.api.OpenProject.openProjectInWebUIOnly(OpenProject.java:177) at org.knime.ui.java.api.OpenProject.lambda$0(OpenProject.java:110) at org.knime.ui.java.util.DesktopAPUtil.lambda$10(DesktopAPUtil.java:413) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122) Caused by: org.knime.core.node.InvalidSettingsException: Unknown factory class "org.knime.python3.nodes.extension.ExtensionNodeSetFactory$DynamicExtensionNodeFactory" -- not registered via extension point at org.knime.core.node.workflow.FileNativeNodeContainerPersistor.loadNodeFactory(FileNativeNodeContainerPersistor.java:370) at org.knime.core.node.workflow.FileNativeNodeContainerPersistor.preLoadNodeContainer(FileNativeNodeContainerPersistor.java:182) ... 17 more 2025-01-19 16:34:21,216 : DEBUG : ModalContext : : TableToVariable3NodeFactory : LLM Gap Analysis : 3:4757 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,217 : DEBUG : ModalContext : : RowFilterNodeFactory : LLM Gap Analysis : 3:4757 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,219 : DEBUG : ModalContext : : TableCreator2NodeFactory : LLM Gap Analysis : 3:4757 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,220 : DEBUG : ModalContext : : GroupLoopStartNodeFactory : LLM Gap Analysis : 3:4757 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,221 : DEBUG : ModalContext : : LoopEndDynamicNodeFactory : LLM Gap Analysis : 3:4757 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,223 : DEBUG : ModalContext : : JSONPathNodeFactory : LLM Gap Analysis : 3:4757 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,224 : DEBUG : ModalContext : : UngroupNodeFactory : LLM Gap Analysis : 3:4757 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,225 : DEBUG : ModalContext : : JEPNodeFactory : LLM Gap Analysis : 3:4757 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,227 : DEBUG : ModalContext : : Joiner3NodeFactory : LLM Gap Analysis : 3:4757 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,227 : DEBUG : ModalContext : : HiLiteHandler : LLM Gap Analysis : 3:4757 : Adding hilite translator to handler f255381b-5b3d-46ea-af99-b5ad76daa866 2025-01-19 16:34:21,227 : DEBUG : ModalContext : : HiLiteHandler : LLM Gap Analysis : 3:4757 : Adding hilite translator to handler 5660e8df-f519-49fd-b71b-19ab36c44789 2025-01-19 16:34:21,227 : DEBUG : ModalContext : : HiLiteHandler : LLM Gap Analysis : 3:4757 : Adding hilite translator to handler 5ec38f87-8632-456e-8278-e1b747bb3949 2025-01-19 16:34:21,227 : DEBUG : ModalContext : : HiLiteHandler : LLM Gap Analysis : 3:4757 : Adding hilite translator to handler f255381b-5b3d-46ea-af99-b5ad76daa866 2025-01-19 16:34:21,227 : DEBUG : ModalContext : : HiLiteHandler : LLM Gap Analysis : 3:4757 : Adding hilite translator to handler 5660e8df-f519-49fd-b71b-19ab36c44789 2025-01-19 16:34:21,227 : DEBUG : ModalContext : : HiLiteHandler : LLM Gap Analysis : 3:4757 : Adding hilite translator to handler 5683cc6b-1477-4beb-8689-c47f525a5e2a 2025-01-19 16:34:21,228 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4757:72(1) to node 3:4757:73(1) 2025-01-19 16:34:21,228 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4757:79(1) to node 3:4757:174(1) 2025-01-19 16:34:21,228 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4757:176(1) to node 3:4757:177(1) 2025-01-19 16:34:21,228 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4757:178(1) to node 3:4757:179(2) 2025-01-19 16:34:21,228 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4757:179(1) to node 3:4757:176(1) 2025-01-19 16:34:21,228 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4757:73(1) to node 3:4757:79(1) 2025-01-19 16:34:21,228 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4757:142(1) to node 3:4757:72(1) 2025-01-19 16:34:21,228 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4757:173(1) to node 3:4757:138(1) 2025-01-19 16:34:21,228 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4757:134(1) to node 3:4757:142(1) 2025-01-19 16:34:21,228 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4757:138(1) to node 3:4757:134(0) 2025-01-19 16:34:21,228 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4757(1) to node 3:4757:178(1) 2025-01-19 16:34:21,228 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4757:177(1) to node 3:4757(0) 2025-01-19 16:34:21,228 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4757(0) to node 3:4757:134(1) 2025-01-19 16:34:21,228 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4757:154(1) to node 3:4757:134(2) 2025-01-19 16:34:21,228 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4757:174(1) to node 3:4757:179(1) 2025-01-19 16:34:21,228 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4757:178(1) to node 3:4757:173(1) 2025-01-19 16:34:21,233 : WARN : ModalContext : : Node : Table Creator : 3:4757:154 : Node created an empty data table. 2025-01-19 16:34:21,235 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler ecc73e71-4356-4e43-8ebc-739c968c3ccc 2025-01-19 16:34:21,235 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler ecc73e71-4356-4e43-8ebc-739c968c3ccc 2025-01-19 16:34:21,235 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler ecc73e71-4356-4e43-8ebc-739c968c3ccc 2025-01-19 16:34:21,235 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 1601549b-22f9-4203-8497-3f6a8e98f169 2025-01-19 16:34:21,235 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 1601549b-22f9-4203-8497-3f6a8e98f169 2025-01-19 16:34:21,235 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 1601549b-22f9-4203-8497-3f6a8e98f169 2025-01-19 16:34:21,236 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler fc07c584-9be4-4d36-8b77-0e869b9aebee 2025-01-19 16:34:21,236 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 40702d55-3a57-44f0-9dda-d19e6da602c8 2025-01-19 16:34:21,239 : DEBUG : ModalContext : : GroupByNodeFactory : Prep Data for App - Multi topic approach : 3:4736 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,239 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for App - Multi topic approach : 3:4736 : Adding hilite translator to handler 49833aa3-0a67-430d-b8b7-9b662a5ad032 2025-01-19 16:34:21,241 : DEBUG : ModalContext : : StringManipulationNodeFactory : Prep Data for App - Multi topic approach : 3:4736 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,243 : DEBUG : ModalContext : : GroupByNodeFactory : Prep Data for App - Multi topic approach : 3:4736 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,243 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for App - Multi topic approach : 3:4736 : Adding hilite translator to handler 785ed7b4-5edd-4fee-a86d-1276c8b059ed 2025-01-19 16:34:21,244 : DEBUG : ModalContext : : GroupByNodeFactory : Prep Data for App - Multi topic approach : 3:4736 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,244 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for App - Multi topic approach : 3:4736 : Adding hilite translator to handler b282b1ce-3ea6-4e0a-a20e-991997a1bee7 2025-01-19 16:34:21,245 : DEBUG : ModalContext : : StringManipulationNodeFactory : Prep Data for App - Multi topic approach : 3:4736 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,246 : DEBUG : ModalContext : : Joiner3NodeFactory : Prep Data for App - Multi topic approach : 3:4736 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,246 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for App - Multi topic approach : 3:4736 : Adding hilite translator to handler 2404b181-68c6-49c4-a5b1-557d19d97aac 2025-01-19 16:34:21,246 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for App - Multi topic approach : 3:4736 : Adding hilite translator to handler ce5572fb-3faa-4e82-858f-c4153c1dde21 2025-01-19 16:34:21,246 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for App - Multi topic approach : 3:4736 : Adding hilite translator to handler bd9833b8-9f61-4f48-afa9-cc7f8efbe592 2025-01-19 16:34:21,246 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for App - Multi topic approach : 3:4736 : Adding hilite translator to handler 2404b181-68c6-49c4-a5b1-557d19d97aac 2025-01-19 16:34:21,246 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for App - Multi topic approach : 3:4736 : Adding hilite translator to handler ce5572fb-3faa-4e82-858f-c4153c1dde21 2025-01-19 16:34:21,246 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for App - Multi topic approach : 3:4736 : Adding hilite translator to handler 06764f93-e181-4acd-b52a-c5324467b9fa 2025-01-19 16:34:21,248 : DEBUG : ModalContext : : Joiner3NodeFactory : Prep Data for App - Multi topic approach : 3:4736 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,248 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for App - Multi topic approach : 3:4736 : Adding hilite translator to handler f902c88a-3003-4403-9273-d4ad0daa6667 2025-01-19 16:34:21,248 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for App - Multi topic approach : 3:4736 : Adding hilite translator to handler f33cc22d-c364-477c-a206-7629f7edcb0c 2025-01-19 16:34:21,248 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for App - Multi topic approach : 3:4736 : Adding hilite translator to handler 917f795d-26e2-4e02-9967-221c30fb7e07 2025-01-19 16:34:21,248 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for App - Multi topic approach : 3:4736 : Adding hilite translator to handler f902c88a-3003-4403-9273-d4ad0daa6667 2025-01-19 16:34:21,248 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for App - Multi topic approach : 3:4736 : Adding hilite translator to handler f33cc22d-c364-477c-a206-7629f7edcb0c 2025-01-19 16:34:21,248 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for App - Multi topic approach : 3:4736 : Adding hilite translator to handler 36b85ff4-8033-4f9a-8e19-5af50db269e0 2025-01-19 16:34:21,249 : DEBUG : ModalContext : : ColumnResorterNodeFactory : Prep Data for App - Multi topic approach : 3:4736 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,250 : DEBUG : ModalContext : : RowFilterNodeFactory : Prep Data for App - Multi topic approach : 3:4736 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,251 : DEBUG : ModalContext : : GroupByNodeFactory : Prep Data for App - Multi topic approach : 3:4736 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,251 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for App - Multi topic approach : 3:4736 : Adding hilite translator to handler 1ae81f5d-f2e8-47b7-8c6c-975ba57db233 2025-01-19 16:34:21,252 : DEBUG : ModalContext : : Joiner3NodeFactory : Prep Data for App - Multi topic approach : 3:4736 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,252 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for App - Multi topic approach : 3:4736 : Adding hilite translator to handler 7ab29678-50f9-497e-928f-7d6d00aa927e 2025-01-19 16:34:21,252 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for App - Multi topic approach : 3:4736 : Adding hilite translator to handler 7f7dab3f-af99-4073-927c-3fa0016382c6 2025-01-19 16:34:21,252 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for App - Multi topic approach : 3:4736 : Adding hilite translator to handler 14a62711-8ad1-4ac8-a52c-8ad80ff52c03 2025-01-19 16:34:21,252 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for App - Multi topic approach : 3:4736 : Adding hilite translator to handler 7ab29678-50f9-497e-928f-7d6d00aa927e 2025-01-19 16:34:21,252 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for App - Multi topic approach : 3:4736 : Adding hilite translator to handler 7f7dab3f-af99-4073-927c-3fa0016382c6 2025-01-19 16:34:21,252 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for App - Multi topic approach : 3:4736 : Adding hilite translator to handler 8af831c9-408d-4095-8c9b-6c5f17ce7c48 2025-01-19 16:34:21,253 : DEBUG : ModalContext : : ConstantValueColumnNodeFactory : Prep Data for App - Multi topic approach : 3:4736 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,254 : DEBUG : ModalContext : : StringManipulationNodeFactory : Prep Data for App - Multi topic approach : 3:4736 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,255 : DEBUG : ModalContext : : Joiner3NodeFactory : Prep Data for App - Multi topic approach : 3:4736 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,255 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for App - Multi topic approach : 3:4736 : Adding hilite translator to handler ce7cc8cf-af74-4d5d-a5a5-570c5f98149e 2025-01-19 16:34:21,255 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for App - Multi topic approach : 3:4736 : Adding hilite translator to handler b054223d-13b4-4112-abd4-1159a2761cf3 2025-01-19 16:34:21,255 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for App - Multi topic approach : 3:4736 : Adding hilite translator to handler 95a9a994-b41e-474e-9203-72682cd57aad 2025-01-19 16:34:21,255 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for App - Multi topic approach : 3:4736 : Adding hilite translator to handler ce7cc8cf-af74-4d5d-a5a5-570c5f98149e 2025-01-19 16:34:21,255 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for App - Multi topic approach : 3:4736 : Adding hilite translator to handler b054223d-13b4-4112-abd4-1159a2761cf3 2025-01-19 16:34:21,255 : DEBUG : ModalContext : : HiLiteHandler : Prep Data for App - Multi topic approach : 3:4736 : Adding hilite translator to handler 4cc69616-5a53-43b0-b226-189e5611d0ba 2025-01-19 16:34:21,257 : DEBUG : ModalContext : : ColumnRenamerNodeFactory : Prep Data for App - Multi topic approach : 3:4736 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,258 : DEBUG : ModalContext : : JEPNodeFactory : Prep Data for App - Multi topic approach : 3:4736 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,259 : DEBUG : ModalContext : : ColumnRenamerNodeFactory : Prep Data for App - Multi topic approach : 3:4736 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,261 : DEBUG : ModalContext : : StringManipulationNodeFactory : Prep Data for App - Multi topic approach : 3:4736 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,262 : DEBUG : ModalContext : : SorterNodeFactory : Prep Data for App - Multi topic approach : 3:4736 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,265 : DEBUG : ModalContext : : WorkflowManager : : : Created subworkflow 3:4736:4738 2025-01-19 16:34:21,265 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4736:199(1) to node 3:4736:198(2) 2025-01-19 16:34:21,265 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4736:184(1) to node 3:4736:187(2) 2025-01-19 16:34:21,265 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4736:186(1) to node 3:4736:185(1) 2025-01-19 16:34:21,265 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4736:193(1) to node 3:4736:194(1) 2025-01-19 16:34:21,265 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4736:4738(0) to node 3:4736:193(1) 2025-01-19 16:34:21,265 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4736:185(1) to node 3:4736:188(2) 2025-01-19 16:34:21,265 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4736:194(1) to node 3:4736:199(1) 2025-01-19 16:34:21,265 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4736(0) to node 3:4736:4730(1) 2025-01-19 16:34:21,265 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4736:198(1) to node 3:4736:192(1) 2025-01-19 16:34:21,265 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4736:187(1) to node 3:4736:188(1) 2025-01-19 16:34:21,265 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4736:4724(1) to node 3:4736:4723(1) 2025-01-19 16:34:21,265 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4736:4739(1) to node 3:4736:4740(1) 2025-01-19 16:34:21,265 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4736:4723(1) to node 3:4736:4731(1) 2025-01-19 16:34:21,265 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4736(1) to node 3:4736:4724(2) 2025-01-19 16:34:21,265 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4736:181(1) to node 3:4736:187(1) 2025-01-19 16:34:21,265 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4736:4730(1) to node 3:4736:4724(1) 2025-01-19 16:34:21,265 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4736:183(1) to node 3:4736:184(1) 2025-01-19 16:34:21,265 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4736:192(1) to node 3:4736:4725(1) 2025-01-19 16:34:21,265 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4736:4738(0) to node 3:4736:183(1) 2025-01-19 16:34:21,265 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4736:4725(1) to node 3:4736:4739(1) 2025-01-19 16:34:21,265 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4736:4738(0) to node 3:4736:181(1) 2025-01-19 16:34:21,265 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4736:4738(0) to node 3:4736:186(1) 2025-01-19 16:34:21,265 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4736:4731(1) to node 3:4736:4738(0) 2025-01-19 16:34:21,265 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4736:188(1) to node 3:4736:198(1) 2025-01-19 16:34:21,265 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4736:4740(1) to node 3:4736(0) 2025-01-19 16:34:21,265 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4736:4738 2025-01-19 16:34:21,266 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler f6f88eaa-e44b-49b6-9bd2-4b4373b1e3f8 2025-01-19 16:34:21,266 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler f6f88eaa-e44b-49b6-9bd2-4b4373b1e3f8 2025-01-19 16:34:21,266 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler f6f88eaa-e44b-49b6-9bd2-4b4373b1e3f8 2025-01-19 16:34:21,266 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler ff029af8-0660-4c48-83ce-567cd5dc2368 2025-01-19 16:34:21,266 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler ff029af8-0660-4c48-83ce-567cd5dc2368 2025-01-19 16:34:21,266 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler ff029af8-0660-4c48-83ce-567cd5dc2368 2025-01-19 16:34:21,268 : DEBUG : ModalContext : : StringReplacerNodeFactory : Chunks for each requirement : 3:4736:4738 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,269 : DEBUG : ModalContext : : CellSplitter2NodeFactory : Chunks for each requirement : 3:4736:4738 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,270 : DEBUG : ModalContext : : UngroupNodeFactory : Chunks for each requirement : 3:4736:4738 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,271 : DEBUG : ModalContext : : RuleEngineFilterNodeFactory : Chunks for each requirement : 3:4736:4738 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,272 : DEBUG : ModalContext : : NumberToString2NodeFactory : Chunks for each requirement : 3:4736:4738 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,272 : DEBUG : ModalContext : : RowFilterNodeFactory : Chunks for each requirement : 3:4736:4738 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,273 : DEBUG : ModalContext : : DuplicateRowFilterNodeFactory : Chunks for each requirement : 3:4736:4738 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,274 : DEBUG : ModalContext : : AppendedRowsNodeFactory : Chunks for each requirement : 3:4736:4738 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,275 : DEBUG : ModalContext : : HiLiteHandler : Chunks for each requirement : 3:4736:4738 : Adding hilite manager to handler 6f6026e2-83c4-44ca-adb1-e8358aa8e45f 2025-01-19 16:34:21,275 : DEBUG : ModalContext : : HiLiteHandler : Chunks for each requirement : 3:4736:4738 : Adding hilite translator to handler f68cfe03-382a-4084-a7b1-8535d91f3fbf 2025-01-19 16:34:21,276 : DEBUG : ModalContext : : StringReplacerNodeFactory : Chunks for each requirement : 3:4736:4738 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,277 : DEBUG : ModalContext : : StringReplacerNodeFactory : Chunks for each requirement : 3:4736:4738 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,277 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4736:4738:4734(1) to node 3:4736:4738:4735(1) 2025-01-19 16:34:21,277 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4736:4738:4737(1) to node 3:4736:4738:4736(1) 2025-01-19 16:34:21,277 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4736:4738:4738(1) to node 3:4736:4738:4739(1) 2025-01-19 16:34:21,277 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4736:4738:4742(1) to node 3:4736:4738:4740(2) 2025-01-19 16:34:21,277 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4736:4738(0) to node 3:4736:4738:4733(1) 2025-01-19 16:34:21,277 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4736:4738:4733(1) to node 3:4736:4738:4734(1) 2025-01-19 16:34:21,277 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4736:4738:4737(1) to node 3:4736:4738:4738(1) 2025-01-19 16:34:21,277 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4736:4738:4741(1) to node 3:4736:4738:4742(1) 2025-01-19 16:34:21,277 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4736:4738:4736(1) to node 3:4736:4738:4740(1) 2025-01-19 16:34:21,277 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4736:4738:4739(1) to node 3:4736:4738:4741(1) 2025-01-19 16:34:21,277 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4736:4738:4740(1) to node 3:4736:4738(0) 2025-01-19 16:34:21,277 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4736:4738:4735(1) to node 3:4736:4738:4737(1) 2025-01-19 16:34:21,278 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler d08409c9-e247-4c45-afdc-51fd0a679080 2025-01-19 16:34:21,278 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler d6d5acd4-614a-4bdf-a635-4baa4a693f56 2025-01-19 16:34:21,279 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite manager to handler f68cfe03-382a-4084-a7b1-8535d91f3fbf 2025-01-19 16:34:21,279 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite manager to handler 4c5cd7aa-5e3b-4a57-b384-b580c4ad6dee 2025-01-19 16:34:21,279 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 2c062770-2028-471e-b58d-6c956bde5230 2025-01-19 16:34:21,280 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler b70396aa-6dcf-4fcc-b07f-91f4d624eb19 2025-01-19 16:34:21,280 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 3d3ba9e9-3379-4612-a38c-ddf66d9a343a 2025-01-19 16:34:21,280 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler dc92aa53-1574-489d-8fc9-2e098207b9d7 2025-01-19 16:34:21,281 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 49833aa3-0a67-430d-b8b7-9b662a5ad032 2025-01-19 16:34:21,281 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 49833aa3-0a67-430d-b8b7-9b662a5ad032 2025-01-19 16:34:21,281 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 49833aa3-0a67-430d-b8b7-9b662a5ad032 2025-01-19 16:34:21,281 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 785ed7b4-5edd-4fee-a86d-1276c8b059ed 2025-01-19 16:34:21,281 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 785ed7b4-5edd-4fee-a86d-1276c8b059ed 2025-01-19 16:34:21,281 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 785ed7b4-5edd-4fee-a86d-1276c8b059ed 2025-01-19 16:34:21,281 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 6307439a-9812-4005-9fa0-524abeeec4fb 2025-01-19 16:34:21,281 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 2404b181-68c6-49c4-a5b1-557d19d97aac 2025-01-19 16:34:21,281 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 2404b181-68c6-49c4-a5b1-557d19d97aac 2025-01-19 16:34:21,281 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 2404b181-68c6-49c4-a5b1-557d19d97aac 2025-01-19 16:34:21,281 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler b282b1ce-3ea6-4e0a-a20e-991997a1bee7 2025-01-19 16:34:21,281 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler b282b1ce-3ea6-4e0a-a20e-991997a1bee7 2025-01-19 16:34:21,281 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler b282b1ce-3ea6-4e0a-a20e-991997a1bee7 2025-01-19 16:34:21,282 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler f902c88a-3003-4403-9273-d4ad0daa6667 2025-01-19 16:34:21,282 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler f902c88a-3003-4403-9273-d4ad0daa6667 2025-01-19 16:34:21,282 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler f902c88a-3003-4403-9273-d4ad0daa6667 2025-01-19 16:34:21,282 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler e2f83a9d-66f2-46dd-bd7e-29dd2c874bda 2025-01-19 16:34:21,282 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler e2f83a9d-66f2-46dd-bd7e-29dd2c874bda 2025-01-19 16:34:21,282 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler e2f83a9d-66f2-46dd-bd7e-29dd2c874bda 2025-01-19 16:34:21,283 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4736:4738 2025-01-19 16:34:21,286 : DEBUG : ModalContext : : StringFormatManagerNodeFactory : Topics not addressed list : 3:4820 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,290 : DEBUG : ModalContext : : DBQueryReaderNodeFactory : Topics not addressed list : 3:4820 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,291 : DEBUG : ModalContext : : RowFilterNodeFactory : Topics not addressed list : 3:4820 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,292 : DEBUG : ModalContext : : ColumnRenamerNodeFactory : Topics not addressed list : 3:4820 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,292 : DEBUG : ModalContext : : DuplicateRowFilterNodeFactory : Topics not addressed list : 3:4820 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,292 : DEBUG : ModalContext : : WorkflowManager : Topics not addressed list : 3:4820 : Added new connection from node 3:4820:0:4817(1) to node 3:4820:0:4816(1) 2025-01-19 16:34:21,294 : DEBUG : ModalContext : : WorkflowManager : Topics not addressed list : 3:4820 : Added new connection from node 3:4820:0:4824(1) to node 3:4820:0:4825(1) 2025-01-19 16:34:21,294 : DEBUG : ModalContext : : WorkflowManager : Topics not addressed list : 3:4820 : Added new connection from node 3:4820:0:4821(2) to node 3:4820:0:4823(1) 2025-01-19 16:34:21,294 : DEBUG : ModalContext : : WorkflowManager : Topics not addressed list : 3:4820 : Added new connection from node 3:4820:0:4826(1) to node 3:4820:0:4824(1) 2025-01-19 16:34:21,294 : DEBUG : ModalContext : : WorkflowManager : Topics not addressed list : 3:4820 : Added new connection from node 3:4820:0:4816(0) to node 3:4820:0:4822(1) 2025-01-19 16:34:21,294 : DEBUG : ModalContext : : WorkflowManager : Topics not addressed list : 3:4820 : Added new connection from node 3:4820:0:4825(1) to node 3:4820:0:4817(1) 2025-01-19 16:34:21,294 : DEBUG : ModalContext : : WorkflowManager : Topics not addressed list : 3:4820 : Added new connection from node 3:4820:0:4821(1) to node 3:4820:0:4824(0) 2025-01-19 16:34:21,294 : DEBUG : ModalContext : : WorkflowManager : Topics not addressed list : 3:4820 : Added new connection from node 3:4820:0:4823(1) to node 3:4820:0:4826(1) 2025-01-19 16:34:21,296 : DEBUG : ModalContext : : Node : Component Input : 3:4820:0:4821 : Configure succeeded. (Component Input) 2025-01-19 16:34:21,303 : DEBUG : ModalContext : : ExtensionPoints : DB Query Reader : 3:4820:0:4823 : Loading executable extensions of extension point: org.knime.database.DBTypeMappingService 2025-01-19 16:34:21,303 : DEBUG : ModalContext : : ExtensionPoints : DB Query Reader : 3:4820:0:4823 : Executable extension supplier has been created 2025-01-19 16:34:21,303 : DEBUG : ModalContext : : ExtensionPoints : DB Query Reader : 3:4820:0:4823 : Executable is instance of H2TypeMappingServiceSupplier 2025-01-19 16:34:21,304 : DEBUG : ModalContext : : DBTypeMappingRegistry : DB Query Reader : 3:4820:0:4823 : Register DBTypeMappingService for database type DBType(id=h2, name=H2, description=null) in extension org.knime.database.extensions. 2025-01-19 16:34:21,304 : DEBUG : ModalContext : : ExtensionPoints : DB Query Reader : 3:4820:0:4823 : Executable extension supplier has been created 2025-01-19 16:34:21,304 : DEBUG : ModalContext : : ExtensionPoints : DB Query Reader : 3:4820:0:4823 : Executable is instance of MSAccessTypeMappingServiceSupplier 2025-01-19 16:34:21,306 : DEBUG : ModalContext : : DBTypeMappingRegistry : DB Query Reader : 3:4820:0:4823 : Register DBTypeMappingService for database type DBType(id=msaccess, name=Microsoft Access, description=null) in extension org.knime.database.extensions. 2025-01-19 16:34:21,306 : DEBUG : ModalContext : : ExtensionPoints : DB Query Reader : 3:4820:0:4823 : Executable extension supplier has been created 2025-01-19 16:34:21,306 : DEBUG : ModalContext : : ExtensionPoints : DB Query Reader : 3:4820:0:4823 : Executable is instance of MSSQLServerTypeMappingServiceSupplier 2025-01-19 16:34:21,308 : DEBUG : ModalContext : : DBTypeMappingRegistry : DB Query Reader : 3:4820:0:4823 : Register DBTypeMappingService for database type DBType(id=mssqlserver, name=Microsoft SQL Server, description=null) in extension org.knime.database.extensions. 2025-01-19 16:34:21,308 : DEBUG : ModalContext : : ExtensionPoints : DB Query Reader : 3:4820:0:4823 : Executable extension supplier has been created 2025-01-19 16:34:21,308 : DEBUG : ModalContext : : ExtensionPoints : DB Query Reader : 3:4820:0:4823 : Executable is instance of MySQLTypeMappingServiceSupplier 2025-01-19 16:34:21,310 : DEBUG : ModalContext : : DBTypeMappingRegistry : DB Query Reader : 3:4820:0:4823 : Register DBTypeMappingService for database type DBType(id=mysql, name=MySQL, description=null) in extension org.knime.database.extensions. 2025-01-19 16:34:21,310 : DEBUG : ModalContext : : ExtensionPoints : DB Query Reader : 3:4820:0:4823 : Executable extension supplier has been created 2025-01-19 16:34:21,310 : DEBUG : ModalContext : : ExtensionPoints : DB Query Reader : 3:4820:0:4823 : Executable is instance of PostgresTypeMappingServiceSupplier 2025-01-19 16:34:21,311 : DEBUG : ModalContext : : DBTypeMappingRegistry : DB Query Reader : 3:4820:0:4823 : Register DBTypeMappingService for database type DBType(id=postgres, name=PostgreSQL, description=null) in extension org.knime.database.extensions. 2025-01-19 16:34:21,311 : DEBUG : ModalContext : : ExtensionPoints : DB Query Reader : 3:4820:0:4823 : Executable extension supplier has been created 2025-01-19 16:34:21,311 : DEBUG : ModalContext : : ExtensionPoints : DB Query Reader : 3:4820:0:4823 : Executable is instance of SQLiteTypeMappingServiceSupplier 2025-01-19 16:34:21,312 : DEBUG : ModalContext : : DBTypeMappingRegistry : DB Query Reader : 3:4820:0:4823 : Register DBTypeMappingService for database type DBType(id=sqlite, name=SQLite, description=null) in extension org.knime.database.extensions. 2025-01-19 16:34:21,312 : DEBUG : ModalContext : : ExtensionPoints : DB Query Reader : 3:4820:0:4823 : Executable extension supplier has been created 2025-01-19 16:34:21,312 : DEBUG : ModalContext : : ExtensionPoints : DB Query Reader : 3:4820:0:4823 : Executable is instance of Db2TypeMappingServiceSupplier 2025-01-19 16:34:21,313 : DEBUG : ModalContext : : DBTypeMappingRegistry : DB Query Reader : 3:4820:0:4823 : Register DBTypeMappingService for database type DBType(id=db2, name=IBM Db2, description=null) in extension org.knime.database.extensions.db2. 2025-01-19 16:34:21,313 : DEBUG : ModalContext : : ExtensionPoints : DB Query Reader : 3:4820:0:4823 : Executable extension supplier has been created 2025-01-19 16:34:21,314 : DEBUG : ModalContext : : ExtensionPoints : DB Query Reader : 3:4820:0:4823 : Executable is instance of OracleTypeMappingServiceSupplier 2025-01-19 16:34:21,315 : DEBUG : ModalContext : : DBTypeMappingRegistry : DB Query Reader : 3:4820:0:4823 : Register DBTypeMappingService for database type DBType(id=oracle, name=Oracle, description=null) in extension org.knime.database.extensions.oracle. 2025-01-19 16:34:21,315 : DEBUG : ModalContext : : ExtensionPoints : DB Query Reader : 3:4820:0:4823 : Executable extension supplier has been created 2025-01-19 16:34:21,315 : DEBUG : ModalContext : : ExtensionPoints : DB Query Reader : 3:4820:0:4823 : Executable is instance of SAPHANATypeMappingServiceSupplier 2025-01-19 16:34:21,315 : DEBUG : ModalContext : : DBTypeMappingRegistry : DB Query Reader : 3:4820:0:4823 : Register DBTypeMappingService for database type DBType(id=saphana, name=SAP HANA, description=null) in extension org.knime.database.extensions.sap. 2025-01-19 16:34:21,315 : DEBUG : ModalContext : : ExtensionPoints : DB Query Reader : 3:4820:0:4823 : Executable extension supplier has been created 2025-01-19 16:34:21,315 : DEBUG : ModalContext : : ExtensionPoints : DB Query Reader : 3:4820:0:4823 : Executable is instance of TeradataTypeMappingServiceSupplier 2025-01-19 16:34:21,316 : DEBUG : ModalContext : : DBTypeMappingRegistry : DB Query Reader : 3:4820:0:4823 : Register DBTypeMappingService for database type DBType(id=teradata, name=Teradata, description=null) in extension org.knime.database.extensions.teradata. 2025-01-19 16:34:21,316 : DEBUG : ModalContext : : ExtensionPoints : DB Query Reader : 3:4820:0:4823 : Executable extension supplier has been created 2025-01-19 16:34:21,316 : DEBUG : ModalContext : : ExtensionPoints : DB Query Reader : 3:4820:0:4823 : Executable is instance of VerticaTypeMappingServiceSupplier 2025-01-19 16:34:21,317 : DEBUG : ModalContext : : DBTypeMappingRegistry : DB Query Reader : 3:4820:0:4823 : Register DBTypeMappingService for database type DBType(id=vertica, name=Vertica, description=Vertica Analytics Platform) in extension org.knime.database.extensions.vertica. 2025-01-19 16:34:21,321 : DEBUG : ModalContext : : Node : DB Query Reader : 3:4820:0:4823 : Configure succeeded. (DB Query Reader) 2025-01-19 16:34:21,325 : DEBUG : ModalContext : : GenericJSViewNodeFactory : View and Edit LLM Analysis : 3:4767 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,326 : DEBUG : ModalContext : : WorkflowManager : View and Edit LLM Analysis : 3:4767 : Added new connection from node 3:4767:0:4739(2) to node 3:4767:0:2(1) 2025-01-19 16:34:21,326 : DEBUG : ModalContext : : WorkflowManager : View and Edit LLM Analysis : 3:4767 : Added new connection from node 3:4767:0:1(1) to node 3:4767:0:4739(1) 2025-01-19 16:34:21,327 : DEBUG : ModalContext : : VariableToTable4NodeFactory : Generate reports : 3:4807 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,330 : DEBUG : ModalContext : : CSVWriter2NodeFactory : Generate reports : 3:4807 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,332 : DEBUG : ModalContext : : CSVWriter2NodeFactory : Generate reports : 3:4807 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,334 : DEBUG : ModalContext : : DataColumnSpecFilterNodeFactory : Generate reports : 3:4807 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,335 : DEBUG : ModalContext : : DataColumnSpecFilterNodeFactory : Generate reports : 3:4807 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,335 : DEBUG : ModalContext : : WorkflowManager : : : Created subworkflow 3:4807:4773 2025-01-19 16:34:21,335 : DEBUG : ModalContext : : WorkflowManager : : : Created subworkflow 3:4807:4780 2025-01-19 16:34:21,335 : DEBUG : ModalContext : : WorkflowManager : : : Created subworkflow 3:4807:4804 2025-01-19 16:34:21,336 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4807(0) to node 3:4807:4736(1) 2025-01-19 16:34:21,336 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4807:4773(0) to node 3:4807:4805(1) 2025-01-19 16:34:21,336 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4807:4773(1) to node 3:4807:4806(1) 2025-01-19 16:34:21,336 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4807:4805(1) to node 3:4807:4801(1) 2025-01-19 16:34:21,336 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4807:4806(1) to node 3:4807:4802(1) 2025-01-19 16:34:21,336 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4807:4736(1) to node 3:4807:4773(0) 2025-01-19 16:34:21,336 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4807:4804(0) to node 3:4807:4801(0) 2025-01-19 16:34:21,336 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4807:4804(0) to node 3:4807:4802(0) 2025-01-19 16:34:21,336 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4807:4780(0) to node 3:4807:4804(0) 2025-01-19 16:34:21,336 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4807:4773(0) to node 3:4807(1) 2025-01-19 16:34:21,336 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4807:4804(0) to node 3:4807(0) 2025-01-19 16:34:21,336 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4807:4804 2025-01-19 16:34:21,336 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4807:4736(1) to node 3:4807:4780(0) 2025-01-19 16:34:21,336 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4807:4773 2025-01-19 16:34:21,336 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4807:4780 2025-01-19 16:34:21,337 : DEBUG : ModalContext : : StringToJSONNodeFactory : Parse Editted LLM : 3:4807:4773 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,338 : DEBUG : ModalContext : : UngroupNodeFactory : Parse Editted LLM : 3:4807:4773 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,339 : DEBUG : ModalContext : : ColumnRenamerNodeFactory : Parse Editted LLM : 3:4807:4773 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,340 : DEBUG : ModalContext : : JSONPathNodeFactory : Parse Editted LLM : 3:4807:4773 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,341 : DEBUG : ModalContext : : RowFilterNodeFactory : Parse Editted LLM : 3:4807:4773 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,342 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4807:4773:4762(1) to node 3:4807:4773:4778(1) 2025-01-19 16:34:21,342 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4807:4773:4764(1) to node 3:4807:4773:4765(1) 2025-01-19 16:34:21,342 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4807:4773:4765(1) to node 3:4807:4773(0) 2025-01-19 16:34:21,342 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4807:4773(0) to node 3:4807:4773:4762(1) 2025-01-19 16:34:21,342 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4807:4773:4778(1) to node 3:4807:4773:4764(1) 2025-01-19 16:34:21,342 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4807:4773:4765(1) to node 3:4807:4773:4784(1) 2025-01-19 16:34:21,342 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4807:4773:4784(1) to node 3:4807:4773(1) 2025-01-19 16:34:21,342 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler f81b305a-e9fc-4c05-a3b3-4464a26aea2f 2025-01-19 16:34:21,342 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler df4db91d-09e0-405b-b4c0-2e3b4304b1fc 2025-01-19 16:34:21,345 : DEBUG : ModalContext : : StringManipulationNodeFactory : Prep Report Header : 3:4807:4780 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,346 : DEBUG : ModalContext : : TableToVariable3NodeFactory : Prep Report Header : 3:4807:4780 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,348 : DEBUG : ModalContext : : CreateDateTimeNodeFactory : Prep Report Header : 3:4807:4780 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,349 : DEBUG : ModalContext : : ColumnAppender2NodeFactory : Prep Report Header : 3:4807:4780 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,351 : DEBUG : ModalContext : : StringManipulationNodeFactory : Prep Report Header : 3:4807:4780 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,351 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4807:4780:4796(1) to node 3:4807:4780:4797(2) 2025-01-19 16:34:21,351 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4807:4780:4797(1) to node 3:4807:4780:4798(1) 2025-01-19 16:34:21,351 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4807:4780:4798(1) to node 3:4807:4780:4778(1) 2025-01-19 16:34:21,351 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4807:4780:4778(1) to node 3:4807:4780(0) 2025-01-19 16:34:21,351 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4807:4780:4772(1) to node 3:4807:4780:4797(1) 2025-01-19 16:34:21,351 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4807:4780(0) to node 3:4807:4780:4772(1) 2025-01-19 16:34:21,356 : DEBUG : ModalContext : : VariableCreatorNodeFactory : Path for reports : 3:4807:4804 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,357 : DEBUG : ModalContext : : StringManipulationVariableNodeFactory : Path for reports : 3:4807:4804 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,358 : DEBUG : ModalContext : : StringManipulationVariableNodeFactory : Path for reports : 3:4807:4804 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,359 : DEBUG : ModalContext : : StringToPathVariableNodeFactory : Path for reports : 3:4807:4804 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,362 : DEBUG : ModalContext : : CreateDirectory2NodeFactory : Path for reports : 3:4807:4804 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,363 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4807:4804:4799(1) to node 3:4807:4804(0) 2025-01-19 16:34:21,363 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4807:4804:4796(1) to node 3:4807:4804:4797(1) 2025-01-19 16:34:21,363 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4807:4804:4798(1) to node 3:4807:4804:4799(1) 2025-01-19 16:34:21,363 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4807:4804(0) to node 3:4807:4804:4797(0) 2025-01-19 16:34:21,363 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4807:4804:4797(1) to node 3:4807:4804:4798(1) 2025-01-19 16:34:21,363 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4807:4804:4800(1) to node 3:4807:4804:4796(0) 2025-01-19 16:34:21,366 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4807:4773 2025-01-19 16:34:21,366 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4807:4780 2025-01-19 16:34:21,366 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4807:4804 2025-01-19 16:34:21,368 : DEBUG : ModalContext : : ReadContextProperty2NodeFactory : Prep Data and Write in DB - New File Upload : 3:4790 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,369 : DEBUG : ModalContext : : VariableToTable4NodeFactory : Prep Data and Write in DB - New File Upload : 3:4790 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,370 : DEBUG : ModalContext : : ColumnRenamerNodeFactory : Prep Data and Write in DB - New File Upload : 3:4790 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,371 : DEBUG : ModalContext : : CrossJoinerNodeFactory : Prep Data and Write in DB - New File Upload : 3:4790 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,372 : DEBUG : ModalContext : : DBWriteNodeFactory : Prep Data and Write in DB - New File Upload : 3:4790 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,373 : DEBUG : ModalContext : : StringToDateTimeNodeFactory : Prep Data and Write in DB - New File Upload : 3:4790 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,375 : DEBUG : ModalContext : : Joiner3NodeFactory : Prep Data and Write in DB - New File Upload : 3:4790 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,375 : DEBUG : ModalContext : : HiLiteHandler : Prep Data and Write in DB - New File Upload : 3:4790 : Adding hilite translator to handler 8b41f5f7-6ce3-48fa-aad2-5a55e28b89a9 2025-01-19 16:34:21,375 : DEBUG : ModalContext : : HiLiteHandler : Prep Data and Write in DB - New File Upload : 3:4790 : Adding hilite translator to handler a326113a-49fb-408f-b349-32ef3e832ebd 2025-01-19 16:34:21,375 : DEBUG : ModalContext : : HiLiteHandler : Prep Data and Write in DB - New File Upload : 3:4790 : Adding hilite translator to handler daa94f75-26bd-4301-b265-4e4f1ff64fa2 2025-01-19 16:34:21,375 : DEBUG : ModalContext : : HiLiteHandler : Prep Data and Write in DB - New File Upload : 3:4790 : Adding hilite translator to handler 8b41f5f7-6ce3-48fa-aad2-5a55e28b89a9 2025-01-19 16:34:21,375 : DEBUG : ModalContext : : HiLiteHandler : Prep Data and Write in DB - New File Upload : 3:4790 : Adding hilite translator to handler a326113a-49fb-408f-b349-32ef3e832ebd 2025-01-19 16:34:21,375 : DEBUG : ModalContext : : HiLiteHandler : Prep Data and Write in DB - New File Upload : 3:4790 : Adding hilite translator to handler 8ffb4af6-f8fc-493d-a17c-cc3c2f452732 2025-01-19 16:34:21,376 : DEBUG : ModalContext : : SorterNodeFactory : Prep Data and Write in DB - New File Upload : 3:4790 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,377 : DEBUG : ModalContext : : ColumnRenamerNodeFactory : Prep Data and Write in DB - New File Upload : 3:4790 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,377 : DEBUG : ModalContext : : StringManipulationNodeFactory : Prep Data and Write in DB - New File Upload : 3:4790 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,378 : DEBUG : ModalContext : : ColumnResorterNodeFactory : Prep Data and Write in DB - New File Upload : 3:4790 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,379 : DEBUG : ModalContext : : CreateDateTimeNodeFactory : Prep Data and Write in DB - New File Upload : 3:4790 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,381 : DEBUG : ModalContext : : ColumnAppender2NodeFactory : Prep Data and Write in DB - New File Upload : 3:4790 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,381 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4790(0) to node 3:4790:4768(2) 2025-01-19 16:34:21,381 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4790:4744(1) to node 3:4790:4745(1) 2025-01-19 16:34:21,381 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4790:4782(1) to node 3:4790:4783(1) 2025-01-19 16:34:21,381 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4790:4788(1) to node 3:4790:4789(2) 2025-01-19 16:34:21,381 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4790:4768(1) to node 3:4790:4771(1) 2025-01-19 16:34:21,381 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4790:4746(1) to node 3:4790:4750(1) 2025-01-19 16:34:21,381 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4790:4778(1) to node 3:4790:4782(1) 2025-01-19 16:34:21,381 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4790:4783(1) to node 3:4790:4747(1) 2025-01-19 16:34:21,381 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4790:4771(1) to node 3:4790:4778(1) 2025-01-19 16:34:21,381 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4790(1) to node 3:4790:4788(0) 2025-01-19 16:34:21,381 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4790:4750(1) to node 3:4790:4768(1) 2025-01-19 16:34:21,381 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4790:4743(1) to node 3:4790:4744(1) 2025-01-19 16:34:21,381 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4790(3) to node 3:4790:4747(2) 2025-01-19 16:34:21,381 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4790:4747(0) to node 3:4790(0) 2025-01-19 16:34:21,381 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4790(2) to node 3:4790:4746(1) 2025-01-19 16:34:21,381 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4790(1) to node 3:4790:4743(0) 2025-01-19 16:34:21,381 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4790:4745(1) to node 3:4790:4789(1) 2025-01-19 16:34:21,381 : DEBUG : ModalContext : : WorkflowManager : : : Added new connection from node 3:4790:4789(1) to node 3:4790:4746(2) 2025-01-19 16:34:21,383 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 37bb232c-5b8f-4b5b-8cab-6c8fb955de79 2025-01-19 16:34:21,383 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 37bb232c-5b8f-4b5b-8cab-6c8fb955de79 2025-01-19 16:34:21,383 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 37bb232c-5b8f-4b5b-8cab-6c8fb955de79 2025-01-19 16:34:21,383 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 3d8858e0-76d0-4190-a732-948b41eaec4c 2025-01-19 16:34:21,383 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 3d8858e0-76d0-4190-a732-948b41eaec4c 2025-01-19 16:34:21,383 : DEBUG : ModalContext : : HiLiteHandler : : : Adding hilite translator to handler 3d8858e0-76d0-4190-a732-948b41eaec4c 2025-01-19 16:34:21,387 : DEBUG : ModalContext : : FileDownloadWidgetNodeFactory : Download Full Report : 3:4805 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,388 : DEBUG : ModalContext : : WorkflowManager : Download Full Report : 3:4805 : Added new connection from node 3:4805:0:1(1) to node 3:4805:0:4775(1) 2025-01-19 16:34:21,388 : DEBUG : ModalContext : : WorkflowManager : Download Full Report : 3:4805 : Added new connection from node 3:4805:0:1(1) to node 3:4805:0:4776(1) 2025-01-19 16:34:21,391 : DEBUG : ModalContext : : FileDownloadWidgetNodeFactory : Download Gaps Report : 3:4806 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,392 : DEBUG : ModalContext : : WorkflowManager : Download Gaps Report : 3:4806 : Added new connection from node 3:4806:0:1(1) to node 3:4806:0:4775(1) 2025-01-19 16:34:21,392 : DEBUG : ModalContext : : WorkflowManager : Download Gaps Report : 3:4806 : Added new connection from node 3:4806:0:1(1) to node 3:4806:0:4776(1) 2025-01-19 16:34:21,396 : DEBUG : ModalContext : : StringFormatManagerNodeFactory : Topics not addressed list : 3:4818 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,398 : DEBUG : ModalContext : : Joiner3NodeFactory : Topics not addressed list : 3:4818 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,399 : DEBUG : ModalContext : : HiLiteHandler : Topics not addressed list : 3:4818 : Adding hilite translator to handler 66aa7df4-1419-4cbf-980e-076ecb7443a4 2025-01-19 16:34:21,399 : DEBUG : ModalContext : : HiLiteHandler : Topics not addressed list : 3:4818 : Adding hilite translator to handler 58a244ba-399d-4124-a8c6-960aaa433d68 2025-01-19 16:34:21,399 : DEBUG : ModalContext : : HiLiteHandler : Topics not addressed list : 3:4818 : Adding hilite translator to handler db2aca1b-64bc-40a9-b683-7d4b7ae72ff0 2025-01-19 16:34:21,399 : DEBUG : ModalContext : : HiLiteHandler : Topics not addressed list : 3:4818 : Adding hilite translator to handler 66aa7df4-1419-4cbf-980e-076ecb7443a4 2025-01-19 16:34:21,399 : DEBUG : ModalContext : : HiLiteHandler : Topics not addressed list : 3:4818 : Adding hilite translator to handler 58a244ba-399d-4124-a8c6-960aaa433d68 2025-01-19 16:34:21,399 : DEBUG : ModalContext : : HiLiteHandler : Topics not addressed list : 3:4818 : Adding hilite translator to handler f30f2cbb-82d3-4361-885b-3c05597b3ebb 2025-01-19 16:34:21,400 : DEBUG : ModalContext : : VariableToTable4NodeFactory : Topics not addressed list : 3:4818 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,401 : DEBUG : ModalContext : : CrossJoinerNodeFactory : Topics not addressed list : 3:4818 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,403 : DEBUG : ModalContext : : DBWriteNodeFactory : Topics not addressed list : 3:4818 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,404 : DEBUG : ModalContext : : ColumnRenamerNodeFactory : Topics not addressed list : 3:4818 : Factory is already initialized. Nothing to do. 2025-01-19 16:34:21,404 : DEBUG : ModalContext : : WorkflowManager : Topics not addressed list : 3:4818 : Added new connection from node 3:4818:0:4817(1) to node 3:4818:0:4816(1) 2025-01-19 16:34:21,404 : DEBUG : ModalContext : : WorkflowManager : Topics not addressed list : 3:4818 : Added new connection from node 3:4818:0:4824(4) to node 3:4818:0:4825(2) 2025-01-19 16:34:21,404 : DEBUG : ModalContext : : WorkflowManager : Topics not addressed list : 3:4818 : Added new connection from node 3:4818:0:4816(0) to node 3:4818:0:4818(1) 2025-01-19 16:34:21,404 : DEBUG : ModalContext : : WorkflowManager : Topics not addressed list : 3:4818 : Added new connection from node 3:4818:0:4820(1) to node 3:4818:0:4822(1) 2025-01-19 16:34:21,404 : DEBUG : ModalContext : : WorkflowManager : Topics not addressed list : 3:4818 : Added new connection from node 3:4818:0:4821(1) to node 3:4818:0:4822(2) 2025-01-19 16:34:21,404 : DEBUG : ModalContext : : WorkflowManager : Topics not addressed list : 3:4818 : Added new connection from node 3:4818:0:4826(1) to node 3:4818:0:4825(1) 2025-01-19 16:34:21,404 : DEBUG : ModalContext : : WorkflowManager : Topics not addressed list : 3:4818 : Added new connection from node 3:4818:0:4820(1) to node 3:4818:0:4817(1) 2025-01-19 16:34:21,404 : DEBUG : ModalContext : : WorkflowManager : Topics not addressed list : 3:4818 : Added new connection from node 3:4818:0:4822(1) to node 3:4818:0:4826(1) 2025-01-19 16:34:21,404 : DEBUG : ModalContext : : WorkflowManager : Topics not addressed list : 3:4818 : Added new connection from node 3:4818:0:4824(2) to node 3:4818:0:4820(1) 2025-01-19 16:34:21,404 : DEBUG : ModalContext : : WorkflowManager : Topics not addressed list : 3:4818 : Added new connection from node 3:4818:0:4824(3) to node 3:4818:0:4820(2) 2025-01-19 16:34:21,404 : DEBUG : ModalContext : : WorkflowManager : Topics not addressed list : 3:4818 : Added new connection from node 3:4818:0:4824(1) to node 3:4818:0:4821(1) 2025-01-19 16:34:21,405 : DEBUG : ModalContext : : HiLiteHandler : Topics not addressed list : 3:4818 : Adding hilite translator to handler 1d166f72-3946-49de-bf30-67911fd6f6b4 2025-01-19 16:34:21,405 : DEBUG : ModalContext : : HiLiteHandler : Topics not addressed list : 3:4818 : Adding hilite translator to handler 1d166f72-3946-49de-bf30-67911fd6f6b4 2025-01-19 16:34:21,405 : DEBUG : ModalContext : : HiLiteHandler : Topics not addressed list : 3:4818 : Adding hilite translator to handler 1d166f72-3946-49de-bf30-67911fd6f6b4 2025-01-19 16:34:21,405 : DEBUG : ModalContext : : HiLiteHandler : Topics not addressed list : 3:4818 : Adding hilite translator to handler 8eddfe0f-dece-466e-82ba-e5fd43a93b1b 2025-01-19 16:34:21,405 : DEBUG : ModalContext : : HiLiteHandler : Topics not addressed list : 3:4818 : Adding hilite translator to handler 8eddfe0f-dece-466e-82ba-e5fd43a93b1b 2025-01-19 16:34:21,405 : DEBUG : ModalContext : : HiLiteHandler : Topics not addressed list : 3:4818 : Adding hilite translator to handler 8eddfe0f-dece-466e-82ba-e5fd43a93b1b 2025-01-19 16:34:21,407 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4737 2025-01-19 16:34:21,408 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4812 2025-01-19 16:34:21,408 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4735 2025-01-19 16:34:21,408 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4740 2025-01-19 16:34:21,408 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4734 2025-01-19 16:34:21,408 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4804 2025-01-19 16:34:21,408 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4733 2025-01-19 16:34:21,408 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4756 2025-01-19 16:34:21,409 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4791 2025-01-19 16:34:21,409 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:177 2025-01-19 16:34:21,410 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:178 2025-01-19 16:34:21,410 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4758 2025-01-19 16:34:21,410 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4757 2025-01-19 16:34:21,410 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4736 2025-01-19 16:34:21,410 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4807 2025-01-19 16:34:21,411 : DEBUG : ModalContext : : Workflow : : : Triggering graph analysis on 3:4790 2025-01-19 16:34:21,417 : DEBUG : ModalContext : : WorkflowManager : : : Loaded workflow from "C:\Users\o.adekanye\knime-workspace\Major Projects\RA Dr AI\RA Dr. AI - UAT - V1" with errors 2025-01-19 16:34:21,432 : ERROR : ModalContext : : LoadWorkflowRunnable : : : Errors during load: Status: Error: RA Dr. AI - UAT - V1 3 loaded with errors 2025-01-19 16:34:21,432 : ERROR : ModalContext : : LoadWorkflowRunnable : : : Status: Error: RA Dr. AI - UAT - V1 3 2025-01-19 16:34:21,432 : ERROR : ModalContext : : LoadWorkflowRunnable : : : Status: Error: Azure Open AI Connector Nodes 3:4735 2025-01-19 16:34:21,433 : ERROR : ModalContext : : LoadWorkflowRunnable : : : Status: Error: Node "Azure OpenAI Authenticator" not available from extension "KNIME AI Extension (Labs)" (provided by "KNIME AG, Zurich, Switzerland"; plugin "org.knime.python.llm" is installed) 2025-01-19 16:34:21,433 : ERROR : ModalContext : : LoadWorkflowRunnable : : : Status: Error: Node "Azure OpenAI Embeddings Connector" not available from extension "KNIME AI Extension (Labs)" (provided by "KNIME AG, Zurich, Switzerland"; plugin "org.knime.python.llm" is installed) 2025-01-19 16:34:21,433 : ERROR : ModalContext : : LoadWorkflowRunnable : : : Status: Error: Node "Azure OpenAI Chat Model Connector" not available from extension "KNIME AI Extension (Labs)" (provided by "KNIME AG, Zurich, Switzerland"; plugin "org.knime.python.llm" is installed) 2025-01-19 16:34:21,433 : ERROR : ModalContext : : LoadWorkflowRunnable : : : Status: Error: Clean Firm Text LLM 3:4740 2025-01-19 16:34:21,433 : ERROR : ModalContext : : LoadWorkflowRunnable : : : Status: Error: Node "Chat Model Prompter" not available from extension "KNIME AI Extension (Labs)" (provided by "KNIME AG, Zurich, Switzerland"; plugin "org.knime.python.llm" is installed) 2025-01-19 16:34:21,433 : ERROR : ModalContext : : LoadWorkflowRunnable : : : Status: Error: Firm Document Chunks 3:4734 2025-01-19 16:34:21,433 : ERROR : ModalContext : : LoadWorkflowRunnable : : : Status: Error: LLM Topic Chunking 3:4734:4763 2025-01-19 16:34:21,434 : ERROR : ModalContext : : LoadWorkflowRunnable : : : Status: Error: Node "Chat Model Prompter" not available from extension "KNIME AI Extension (Labs)" (provided by "KNIME AG, Zurich, Switzerland"; plugin "org.knime.python.llm" is installed) 2025-01-19 16:34:21,434 : ERROR : ModalContext : : LoadWorkflowRunnable : : : Status: Error: Node "Chat Model Prompter" not available from extension "KNIME AI Extension (Labs)" (provided by "KNIME AG, Zurich, Switzerland"; plugin "org.knime.python.llm" is installed) 2025-01-19 16:34:21,434 : ERROR : ModalContext : : LoadWorkflowRunnable : : : Status: Error: Similarity search. Firm chunks to reg topics - Chapter 3:4756 2025-01-19 16:34:21,434 : ERROR : ModalContext : : LoadWorkflowRunnable : : : Status: Error: Node "Text Embedder" not available from extension "KNIME AI Extension (Labs)" (provided by "KNIME AG, Zurich, Switzerland"; plugin "org.knime.python.llm" is installed) 2025-01-19 16:34:21,434 : ERROR : ModalContext : : LoadWorkflowRunnable : : : Status: Error: Node "Text Embedder" not available from extension "KNIME AI Extension (Labs)" (provided by "KNIME AG, Zurich, Switzerland"; plugin "org.knime.python.llm" is installed) 2025-01-19 16:34:21,434 : ERROR : ModalContext : : LoadWorkflowRunnable : : : Status: Error: LLM Chunk Filtering 3:178 2025-01-19 16:34:21,434 : ERROR : ModalContext : : LoadWorkflowRunnable : : : Status: Error: Node "Chat Model Prompter" not available from extension "KNIME AI Extension (Labs)" (provided by "KNIME AG, Zurich, Switzerland"; plugin "org.knime.python.llm" is installed) 2025-01-19 16:34:21,434 : ERROR : ModalContext : : LoadWorkflowRunnable : : : Status: Error: LLM Gap Analysis 3:4757 2025-01-19 16:34:21,434 : ERROR : ModalContext : : LoadWorkflowRunnable : : : Status: Error: Node "Chat Model Prompter" not available from extension "KNIME AI Extension (Labs)" (provided by "KNIME AG, Zurich, Switzerland"; plugin "org.knime.python.llm" is installed) 2025-01-19 16:34:21,467 : DEBUG : main : : DesktopAPI : : : Desktop API function successfully called: setProjectActiveAndEnsureItsLoaded 2025-01-19 16:34:21,482 : DEBUG : comm-pool-thread-2 : : DefaultWorkflowService : : : 'getWorkflow()' was called for: WorkflowKey[projectId=RA Dr. AI - UAT - V1_2eb40ccc-99ce-4a68-b458-27ab232f68aa, workflowId=root] 2025-01-19 16:34:21,868 : DEBUG : main : : DesktopAPI : : : Desktop API function successfully called: getHubID 2025-01-19 16:34:24,925 : DEBUG : main : : DesktopAPI : : : Desktop API function successfully called: openWorkflow 2025-01-19 16:34:48,093 : DEBUG : main : : CondaPreferences : : : Initializing default Conda installation directory with ''. 2025-01-19 16:34:57,346 : DEBUG : KNIME-ConfigurationArea-Checker : : ConfigurationAreaChecker : : : Configuration area is at C:\Program Files\KNIME\configuration 2025-01-19 16:34:57,350 : DEBUG : KNIME-ConfigurationArea-Checker : : ConfigurationAreaChecker : : : Locked file in configuration area "C:\Program Files\KNIME\configuration\org.knime.core\o.adekanye.lock" 2025-01-19 16:34:57,353 : DEBUG : KNIME-ConfigurationArea-Checker : : ConfigurationAreaChecker : : : Configuration area check completed in 0.0s 2025-01-19 16:36:06,320 : DEBUG : main : : DesktopAPI : : : Desktop API function successfully called: openWebUIPreferencePage 2025-01-19 16:36:07,650 : DEBUG : main : : WorkflowManager : : : Removing project "RA Dr. AI - UAT - V1 3" 2025-01-19 16:36:07,655 : DEBUG : main : : CaseEndAnyNodeModel : CASE Switch End : 3:4810 : Removing all (0) views from model. 2025-01-19 16:36:07,655 : DEBUG : main : : Node : CASE Switch End : 3:4810 : clean output ports. 2025-01-19 16:36:07,655 : DEBUG : main : : VirtualSubNodeOutputNodeModel : Component Output : 3:4818:0:4818 : Removing all (0) views from model. 2025-01-19 16:36:07,655 : DEBUG : main : : Node : Component Output : 3:4818:0:4818 : clean output ports. 2025-01-19 16:36:07,655 : DEBUG : main : : DBWriteNodeModel : DB Writer : 3:4818:0:4825 : Removing all (0) views from model. 2025-01-19 16:36:07,655 : DEBUG : main : : Node : DB Writer : 3:4818:0:4825 : clean output ports. 2025-01-19 16:36:07,655 : DEBUG : main : : BaseViewsNodeModel : Table View : 3:4818:0:4816 : Removing all (0) views from model. 2025-01-19 16:36:07,655 : DEBUG : main : : Node : Table View : 3:4818:0:4816 : clean output ports. 2025-01-19 16:36:07,655 : DEBUG : main : : ColumnRenamerNodeModel : Column Renamer : 3:4818:0:4826 : Removing all (0) views from model. 2025-01-19 16:36:07,655 : DEBUG : main : : Node : Column Renamer : 3:4818:0:4826 : clean output ports. 2025-01-19 16:36:07,655 : DEBUG : main : : StringFormatManagerNodeModel : String Format Manager : 3:4818:0:4817 : Removing all (0) views from model. 2025-01-19 16:36:07,655 : DEBUG : main : : Node : String Format Manager : 3:4818:0:4817 : clean output ports. 2025-01-19 16:36:07,655 : DEBUG : main : : CrossJoinerNodeModel : Cross Joiner : 3:4818:0:4822 : Removing all (0) views from model. 2025-01-19 16:36:07,655 : DEBUG : main : : Node : Cross Joiner : 3:4818:0:4822 : clean output ports. 2025-01-19 16:36:07,655 : DEBUG : main : : VariableToTable4NodeModel : Variable to Table Row : 3:4818:0:4821 : Removing all (0) views from model. 2025-01-19 16:36:07,655 : DEBUG : main : : Node : Variable to Table Row : 3:4818:0:4821 : clean output ports. 2025-01-19 16:36:07,655 : DEBUG : main : : Joiner3NodeModel : Joiner : 3:4818:0:4820 : Removing all (0) views from model. 2025-01-19 16:36:07,655 : DEBUG : main : : Node : Joiner : 3:4818:0:4820 : clean output ports. 2025-01-19 16:36:07,655 : DEBUG : main : : VirtualSubNodeInputNodeModel : Component Input : 3:4818:0:4824 : Removing all (0) views from model. 2025-01-19 16:36:07,655 : DEBUG : main : : Node : Component Input : 3:4818:0:4824 : clean output ports. 2025-01-19 16:36:07,657 : DEBUG : main : : VirtualSubNodeOutputNodeModel : Component Output : 3:4806:0:4776 : Removing all (0) views from model. 2025-01-19 16:36:07,657 : DEBUG : main : : Node : Component Output : 3:4806:0:4776 : clean output ports. 2025-01-19 16:36:07,657 : DEBUG : main : : FileDownloadWidgetNodeModel : File Download Widget : 3:4806:0:4775 : Removing all (0) views from model. 2025-01-19 16:36:07,657 : DEBUG : main : : Node : File Download Widget : 3:4806:0:4775 : clean output ports. 2025-01-19 16:36:07,657 : DEBUG : main : : VirtualSubNodeInputNodeModel : Component Input : 3:4806:0:1 : Removing all (0) views from model. 2025-01-19 16:36:07,657 : DEBUG : main : : Node : Component Input : 3:4806:0:1 : clean output ports. 2025-01-19 16:36:07,657 : DEBUG : main : : VirtualSubNodeOutputNodeModel : Component Output : 3:4805:0:4776 : Removing all (0) views from model. 2025-01-19 16:36:07,657 : DEBUG : main : : Node : Component Output : 3:4805:0:4776 : clean output ports. 2025-01-19 16:36:07,657 : DEBUG : main : : FileDownloadWidgetNodeModel : File Download Widget : 3:4805:0:4775 : Removing all (0) views from model. 2025-01-19 16:36:07,657 : DEBUG : main : : Node : File Download Widget : 3:4805:0:4775 : clean output ports. 2025-01-19 16:36:07,657 : DEBUG : main : : VirtualSubNodeInputNodeModel : Component Input : 3:4805:0:1 : Removing all (0) views from model. 2025-01-19 16:36:07,657 : DEBUG : main : : Node : Component Input : 3:4805:0:1 : clean output ports. 2025-01-19 16:36:07,657 : DEBUG : main : : DBWriteNodeModel : DB Writer : 3:4790:4747 : Removing all (0) views from model. 2025-01-19 16:36:07,657 : DEBUG : main : : Node : DB Writer : 3:4790:4747 : clean output ports. 2025-01-19 16:36:07,657 : DEBUG : main : : ColumnResorterNodeModel : Column Resorter : 3:4790:4783 : Removing all (0) views from model. 2025-01-19 16:36:07,657 : DEBUG : main : : Node : Column Resorter : 3:4790:4783 : clean output ports. 2025-01-19 16:36:07,657 : DEBUG : main : : StringManipulationNodeModel : String Manipulation : 3:4790:4782 : Removing all (0) views from model. 2025-01-19 16:36:07,657 : DEBUG : main : : Node : String Manipulation : 3:4790:4782 : clean output ports. 2025-01-19 16:36:07,657 : DEBUG : main : : ColumnRenamerNodeModel : Column Renamer : 3:4790:4778 : Removing all (0) views from model. 2025-01-19 16:36:07,657 : DEBUG : main : : Node : Column Renamer : 3:4790:4778 : clean output ports. 2025-01-19 16:36:07,657 : DEBUG : main : : SorterNodeModel : Sorter : 3:4790:4771 : Removing all (0) views from model. 2025-01-19 16:36:07,657 : DEBUG : main : : Node : Sorter : 3:4790:4771 : clean output ports. 2025-01-19 16:36:07,657 : DEBUG : main : : Joiner3NodeModel : Joiner : 3:4790:4768 : Removing all (0) views from model. 2025-01-19 16:36:07,657 : DEBUG : main : : Node : Joiner : 3:4790:4768 : clean output ports. 2025-01-19 16:36:07,657 : DEBUG : main : : StringToDateTimeNodeModel : String to Date&Time : 3:4790:4750 : Removing all (0) views from model. 2025-01-19 16:36:07,657 : DEBUG : main : : Node : String to Date&Time : 3:4790:4750 : clean output ports. 2025-01-19 16:36:07,657 : DEBUG : main : : CrossJoinerNodeModel : Cross Joiner : 3:4790:4746 : Removing all (0) views from model. 2025-01-19 16:36:07,657 : DEBUG : main : : Node : Cross Joiner : 3:4790:4746 : clean output ports. 2025-01-19 16:36:07,657 : DEBUG : main : : ColumnAppender2NodeModel : Column Appender : 3:4790:4789 : Removing all (0) views from model. 2025-01-19 16:36:07,657 : DEBUG : main : : Node : Column Appender : 3:4790:4789 : clean output ports. 2025-01-19 16:36:07,657 : DEBUG : main : : ColumnRenamerNodeModel : Column Renamer : 3:4790:4745 : Removing all (0) views from model. 2025-01-19 16:36:07,657 : DEBUG : main : : Node : Column Renamer : 3:4790:4745 : clean output ports. 2025-01-19 16:36:07,657 : DEBUG : main : : VariableToTable4NodeModel : Variable to Table Row : 3:4790:4744 : Removing all (0) views from model. 2025-01-19 16:36:07,657 : DEBUG : main : : Node : Variable to Table Row : 3:4790:4744 : clean output ports. 2025-01-19 16:36:07,657 : DEBUG : main : : CreateDateTimeNodeModel : Create Date&Time Range : 3:4790:4788 : Removing all (0) views from model. 2025-01-19 16:36:07,657 : DEBUG : main : : Node : Create Date&Time Range : 3:4790:4788 : clean output ports. 2025-01-19 16:36:07,657 : DEBUG : main : : ReadContextPropertyNodeModel : Extract Context Properties : 3:4790:4743 : Removing all (0) views from model. 2025-01-19 16:36:07,657 : DEBUG : main : : Node : Extract Context Properties : 3:4790:4743 : clean output ports. 2025-01-19 16:36:07,657 : DEBUG : main : : CSVWriter2NodeModel : CSV Writer : 3:4807:4802 : Removing all (0) views from model. 2025-01-19 16:36:07,657 : DEBUG : main : : Node : CSV Writer : 3:4807:4802 : clean output ports. 2025-01-19 16:36:07,657 : DEBUG : main : : CSVWriter2NodeModel : CSV Writer : 3:4807:4801 : Removing all (0) views from model. 2025-01-19 16:36:07,657 : DEBUG : main : : Node : CSV Writer : 3:4807:4801 : clean output ports. 2025-01-19 16:36:07,657 : DEBUG : main : : StringToPathVariableNodeModel : String to Path (Variable) : 3:4807:4804:4799 : Removing all (0) views from model. 2025-01-19 16:36:07,657 : DEBUG : main : : Node : String to Path (Variable) : 3:4807:4804:4799 : clean output ports. 2025-01-19 16:36:07,657 : DEBUG : main : : StringManipulationVariableNodeModel : String Manipulation (Variable) : 3:4807:4804:4798 : Removing all (0) views from model. 2025-01-19 16:36:07,657 : DEBUG : main : : Node : String Manipulation (Variable) : 3:4807:4804:4798 : clean output ports. 2025-01-19 16:36:07,657 : DEBUG : main : : StringManipulationVariableNodeModel : String Manipulation (Variable) : 3:4807:4804:4797 : Removing all (0) views from model. 2025-01-19 16:36:07,657 : DEBUG : main : : Node : String Manipulation (Variable) : 3:4807:4804:4797 : clean output ports. 2025-01-19 16:36:07,657 : DEBUG : main : : VariableCreatorNodeModel : Variable Creator : 3:4807:4804:4796 : Removing all (0) views from model. 2025-01-19 16:36:07,657 : DEBUG : main : : Node : Variable Creator : 3:4807:4804:4796 : clean output ports. 2025-01-19 16:36:07,657 : DEBUG : main : : CreateDirectory2NodeModel : Create Folder : 3:4807:4804:4800 : Removing all (0) views from model. 2025-01-19 16:36:07,657 : DEBUG : main : : Node : Create Folder : 3:4807:4804:4800 : clean output ports. 2025-01-19 16:36:07,657 : DEBUG : main : : DataColumnSpecFilterNodeModel : Column Filter : 3:4807:4806 : Removing all (0) views from model. 2025-01-19 16:36:07,657 : DEBUG : main : : Node : Column Filter : 3:4807:4806 : clean output ports. 2025-01-19 16:36:07,657 : DEBUG : main : : DataColumnSpecFilterNodeModel : Column Filter : 3:4807:4805 : Removing all (0) views from model. 2025-01-19 16:36:07,657 : DEBUG : main : : Node : Column Filter : 3:4807:4805 : clean output ports. 2025-01-19 16:36:07,657 : DEBUG : main : : TableToVariable3NodeModel : Table Row to Variable : 3:4807:4780:4778 : Removing all (0) views from model. 2025-01-19 16:36:07,657 : DEBUG : main : : Node : Table Row to Variable : 3:4807:4780:4778 : clean output ports. 2025-01-19 16:36:07,657 : DEBUG : main : : StringManipulationNodeModel : String Manipulation : 3:4807:4780:4798 : Removing all (0) views from model. 2025-01-19 16:36:07,657 : DEBUG : main : : Node : String Manipulation : 3:4807:4780:4798 : clean output ports. 2025-01-19 16:36:07,657 : DEBUG : main : : ColumnAppender2NodeModel : Column Appender : 3:4807:4780:4797 : Removing all (0) views from model. 2025-01-19 16:36:07,657 : DEBUG : main : : Node : Column Appender : 3:4807:4780:4797 : clean output ports. 2025-01-19 16:36:07,657 : DEBUG : main : : CreateDateTimeNodeModel : Create Date&Time Range : 3:4807:4780:4796 : Removing all (0) views from model. 2025-01-19 16:36:07,657 : DEBUG : main : : Node : Create Date&Time Range : 3:4807:4780:4796 : clean output ports. 2025-01-19 16:36:07,657 : DEBUG : main : : StringManipulationNodeModel : String Manipulation : 3:4807:4780:4772 : Removing all (0) views from model. 2025-01-19 16:36:07,657 : DEBUG : main : : Node : String Manipulation : 3:4807:4780:4772 : clean output ports. 2025-01-19 16:36:07,657 : DEBUG : main : : RowFilterNodeModel : Row Filter : 3:4807:4773:4784 : Removing all (0) views from model. 2025-01-19 16:36:07,657 : DEBUG : main : : Node : Row Filter : 3:4807:4773:4784 : clean output ports. 2025-01-19 16:36:07,657 : DEBUG : main : : ColumnRenamerNodeModel : Column Renamer : 3:4807:4773:4765 : Removing all (0) views from model. 2025-01-19 16:36:07,657 : DEBUG : main : : Node : Column Renamer : 3:4807:4773:4765 : clean output ports. 2025-01-19 16:36:07,657 : DEBUG : main : : UngroupNodeModel : Ungroup : 3:4807:4773:4764 : Removing all (0) views from model. 2025-01-19 16:36:07,657 : DEBUG : main : : Node : Ungroup : 3:4807:4773:4764 : clean output ports. 2025-01-19 16:36:07,657 : DEBUG : main : : JSONPathNodeModel : JSON Path : 3:4807:4773:4778 : Removing all (0) views from model. 2025-01-19 16:36:07,657 : DEBUG : main : : Node : JSON Path : 3:4807:4773:4778 : clean output ports. 2025-01-19 16:36:07,657 : DEBUG : main : : StringToJSONNodeModel : String to JSON : 3:4807:4773:4762 : Removing all (0) views from model. 2025-01-19 16:36:07,657 : DEBUG : main : : Node : String to JSON : 3:4807:4773:4762 : clean output ports. 2025-01-19 16:36:07,657 : DEBUG : main : : VariableToTable4NodeModel : Variable to Table Row : 3:4807:4736 : Removing all (0) views from model. 2025-01-19 16:36:07,657 : DEBUG : main : : Node : Variable to Table Row : 3:4807:4736 : clean output ports. 2025-01-19 16:36:07,657 : DEBUG : main : : VirtualSubNodeOutputNodeModel : Component Output : 3:4767:0:2 : Removing all (0) views from model. 2025-01-19 16:36:07,657 : DEBUG : main : : Node : Component Output : 3:4767:0:2 : clean output ports. 2025-01-19 16:36:07,657 : DEBUG : main : : GenericJSViewNodeModel : Generic JavaScript View (JavaScript) : 3:4767:0:4739 : Removing all (0) views from model. 2025-01-19 16:36:07,657 : DEBUG : main : : Node : Generic JavaScript View (JavaScript) : 3:4767:0:4739 : clean output ports. 2025-01-19 16:36:07,657 : DEBUG : main : : VirtualSubNodeInputNodeModel : Component Input : 3:4767:0:1 : Removing all (0) views from model. 2025-01-19 16:36:07,657 : DEBUG : main : : Node : Component Input : 3:4767:0:1 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : SorterNodeModel : Sorter : 3:4736:4740 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : Sorter : 3:4736:4740 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : StringManipulationNodeModel : String Manipulation : 3:4736:4739 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : String Manipulation : 3:4736:4739 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : ColumnRenamerNodeModel : Column Renamer : 3:4736:4725 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : Column Renamer : 3:4736:4725 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : ColumnResorterNodeModel : Column Resorter : 3:4736:192 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : Column Resorter : 3:4736:192 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : Joiner3NodeModel : Joiner : 3:4736:198 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : Joiner : 3:4736:198 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : Joiner3NodeModel : Joiner : 3:4736:188 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : Joiner : 3:4736:188 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : ConstantValueColumnNodeModel : Constant Value Column : 3:4736:199 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : Constant Value Column : 3:4736:199 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : GroupByNodeModel : GroupBy : 3:4736:185 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : GroupBy : 3:4736:185 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : Joiner3NodeModel : Joiner : 3:4736:187 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : Joiner : 3:4736:187 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : GroupByNodeModel : GroupBy : 3:4736:184 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : GroupBy : 3:4736:184 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : GroupByNodeModel : GroupBy : 3:4736:194 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : GroupBy : 3:4736:194 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : StringManipulationNodeModel : String Manipulation : 3:4736:186 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : String Manipulation : 3:4736:186 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : GroupByNodeModel : GroupBy : 3:4736:181 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : GroupBy : 3:4736:181 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : StringManipulationNodeModel : String Manipulation : 3:4736:183 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : String Manipulation : 3:4736:183 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : RowFilterNodeModel : Row Filter : 3:4736:193 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : Row Filter : 3:4736:193 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : AppendedRowsNodeModel : Concatenate : 3:4736:4738:4740 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : Concatenate : 3:4736:4738:4740 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : StringReplacerNodeModel : String Replacer : 3:4736:4738:4742 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : String Replacer : 3:4736:4738:4742 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : StringReplacerNodeModel : String Replacer : 3:4736:4738:4741 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : String Replacer : 3:4736:4738:4741 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : DuplicateRowFilterNodeModel : Duplicate Row Filter : 3:4736:4738:4739 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : Duplicate Row Filter : 3:4736:4738:4739 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : RowFilterNodeModel : Row Filter : 3:4736:4738:4738 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : Row Filter : 3:4736:4738:4738 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : RuleEngineFilterNodeModel : Rule-based Row Filter : 3:4736:4738:4736 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : Rule-based Row Filter : 3:4736:4738:4736 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : NumberToString2NodeModel : Number to String : 3:4736:4738:4737 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : Number to String : 3:4736:4738:4737 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : UngroupNodeModel : Ungroup : 3:4736:4738:4735 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : Ungroup : 3:4736:4738:4735 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : CellSplitter2NodeModel : Cell Splitter : 3:4736:4738:4734 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : Cell Splitter : 3:4736:4738:4734 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : StringReplacerNodeModel : String Replacer : 3:4736:4738:4733 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : String Replacer : 3:4736:4738:4733 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : ColumnRenamerNodeModel : Column Renamer : 3:4736:4731 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : Column Renamer : 3:4736:4731 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : StringManipulationNodeModel : String Manipulation : 3:4736:4723 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : String Manipulation : 3:4736:4723 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : Joiner3NodeModel : Joiner : 3:4736:4724 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : Joiner : 3:4736:4724 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : JEPNodeModel : Math Formula : 3:4736:4730 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : Math Formula : 3:4736:4730 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : UngroupNodeModel : Ungroup : 3:4757:177 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : Ungroup : 3:4757:177 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : JSONPathNodeModel : JSON Path : 3:4757:176 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : JSON Path : 3:4757:176 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : Joiner3NodeModel : Joiner : 3:4757:179 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : Joiner : 3:4757:179 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : LoopEndDynamicNodeModel : Loop End : 3:4757:174 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : Loop End : 3:4757:174 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : StringToJSONNodeModel : String to JSON : 3:4757:79 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : String to JSON : 3:4757:79 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : StringReplacerNodeModel : String Replacer : 3:4757:73 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : String Replacer : 3:4757:73 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : StringReplacerNodeModel : String Replacer : 3:4757:72 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : String Replacer : 3:4757:72 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : RowFilterNodeModel : Row Filter : 3:4757:142 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : Row Filter : 3:4757:142 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : MissingNodeModel : MISSING Chat Model Prompter : 3:4757:134 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : MISSING Chat Model Prompter : 3:4757:134 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : TableToVariable3NodeModel : Table Row to Variable : 3:4757:138 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : Table Row to Variable : 3:4757:138 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : GroupLoopStartNodeModel : Group Loop Start : 3:4757:173 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : Group Loop Start : 3:4757:173 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : JEPNodeModel : Math Formula : 3:4757:178 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : Math Formula : 3:4757:178 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : TableCreator2NodeModel : Table Creator : 3:4757:154 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : Table Creator : 3:4757:154 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : VirtualSubNodeOutputNodeModel : Component Output : 3:4820:0:4822 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : Component Output : 3:4820:0:4822 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : BaseViewsNodeModel : Table View : 3:4820:0:4816 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : Table View : 3:4820:0:4816 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : StringFormatManagerNodeModel : String Format Manager : 3:4820:0:4817 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : String Format Manager : 3:4820:0:4817 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : ColumnRenamerNodeModel : Column Renamer : 3:4820:0:4825 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : Column Renamer : 3:4820:0:4825 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : RowFilterNodeModel : Row Filter : 3:4820:0:4824 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : Row Filter : 3:4820:0:4824 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : DuplicateRowFilterNodeModel : Duplicate Row Filter : 3:4820:0:4826 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : Duplicate Row Filter : 3:4820:0:4826 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : DBQueryReaderNodeModel : DB Query Reader : 3:4820:0:4823 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : DB Query Reader : 3:4820:0:4823 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : VirtualSubNodeInputNodeModel : Component Input : 3:4820:0:4821 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : Component Input : 3:4820:0:4821 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : DataColumnSpecFilterNodeModel : Column Filter : 3:4758:136 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : Column Filter : 3:4758:136 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : StringManipulationNodeModel : String Manipulation : 3:4758:4737 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : String Manipulation : 3:4758:4737 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : Joiner3NodeModel : Joiner : 3:4758:4736 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : Joiner : 3:4758:4736 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : SorterNodeModel : Sorter : 3:4758:4731 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : Sorter : 3:4758:4731 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : StringManipulationNodeModel : String Manipulation : 3:4758:135 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : String Manipulation : 3:4758:135 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : RowFilterNodeModel : Row Filter : 3:4758:147 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : Row Filter : 3:4758:147 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : GroupByNodeModel : GroupBy : 3:4758:129 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : GroupBy : 3:4758:129 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : SorterNodeModel : Sorter : 3:4758:4730 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : Sorter : 3:4758:4730 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : Joiner3NodeModel : Joiner : 3:4758:4729 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : Joiner : 3:4758:4729 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : Joiner3NodeModel : Joiner : 3:4758:4728 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : Joiner : 3:4758:4728 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : StringManipulationNodeModel : String Manipulation : 3:4758:148 : Removing all (0) views from model. 2025-01-19 16:36:07,658 : DEBUG : main : : Node : String Manipulation : 3:4758:148 : clean output ports. 2025-01-19 16:36:07,658 : DEBUG : main : : ColumnRenamerNodeModel : Column Renamer : 3:4758:132 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : Column Renamer : 3:4758:132 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : SorterNodeModel : Sorter : 3:4758:145 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : Sorter : 3:4758:145 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : GroupByNodeModel : GroupBy : 3:4758:4733 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : GroupBy : 3:4758:4733 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : DataColumnSpecFilterNodeModel : Column Filter : 3:4758:144 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : Column Filter : 3:4758:144 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : SorterNodeModel : Sorter : 3:4758:4735 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : Sorter : 3:4758:4735 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : RowFilterNodeModel : Row Filter : 3:4758:4734 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : Row Filter : 3:4758:4734 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : TableCreator2NodeModel : Table Creator : 3:4758:4727 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : Table Creator : 3:4758:4727 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : VirtualSubNodeOutputNodeModel : Component Output : 3:4803:0:4776 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : Component Output : 3:4803:0:4776 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : FileDownloadWidgetNodeModel : File Download Widget : 3:4803:0:4775 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : File Download Widget : 3:4803:0:4775 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : VirtualSubNodeInputNodeModel : Component Input : 3:4803:0:1 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : Component Input : 3:4803:0:1 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : DuplicateRowFilterNodeModel : Duplicate Row Filter : 3:178:193 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : Duplicate Row Filter : 3:178:193 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : LoopEndDynamicNodeModel : Loop End : 3:178:192 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : Loop End : 3:178:192 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : UngroupNodeModel : Ungroup : 3:178:4777:81 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : Ungroup : 3:178:4777:81 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : JSONPathNodeModel : JSON Path : 3:178:4777:80 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : JSON Path : 3:178:4777:80 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : StringToJSONNodeModel : String to JSON : 3:178:4777:79 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : String to JSON : 3:178:4777:79 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : StringReplacerNodeModel : String Replacer : 3:178:4777:73 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : String Replacer : 3:178:4777:73 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : StringReplacerNodeModel : String Replacer : 3:178:4777:72 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : String Replacer : 3:178:4777:72 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : Joiner3NodeModel : Joiner : 3:178:187 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : Joiner : 3:178:187 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : DataColumnSpecFilterNodeModel : Column Filter : 3:178:185 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : Column Filter : 3:178:185 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : RowFilterNodeModel : Row Filter : 3:178:184 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : Row Filter : 3:178:184 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : LoopEndDynamicNodeModel : Loop End : 3:178:183 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : Loop End : 3:178:183 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : MissingNodeModel : MISSING Chat Model Prompter : 3:178:195 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : MISSING Chat Model Prompter : 3:178:195 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : TableToVariable3NodeModel : Table Row to Variable : 3:178:182 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : Table Row to Variable : 3:178:182 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : GroupLoopStartNodeModel : Group Loop Start : 3:178:179 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : Group Loop Start : 3:178:179 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : JEPNodeModel : Math Formula : 3:178:186 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : Math Formula : 3:178:186 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : LoopStartCountDynamicNodeModel : Counting Loop Start : 3:178:191 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : Counting Loop Start : 3:178:191 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : TableCreator2NodeModel : Table Creator : 3:178:154 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : Table Creator : 3:178:154 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : VirtualSubNodeOutputNodeModel : Component Output : 3:4802:0:4776 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : Component Output : 3:4802:0:4776 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : FileDownloadWidgetNodeModel : File Download Widget : 3:4802:0:4775 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : File Download Widget : 3:4802:0:4775 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : VirtualSubNodeInputNodeModel : Component Input : 3:4802:0:1 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : Component Input : 3:4802:0:1 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : SorterNodeModel : Sorter : 3:177:4729 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : Sorter : 3:177:4729 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : DataColumnSpecFilterNodeModel : Column Filter : 3:177:136 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : Column Filter : 3:177:136 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : StringManipulationNodeModel : String Manipulation : 3:177:4737 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : String Manipulation : 3:177:4737 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : StringManipulationNodeModel : String Manipulation : 3:177:135 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : String Manipulation : 3:177:135 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : Joiner3NodeModel : Joiner : 3:177:4736 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : Joiner : 3:177:4736 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : Joiner3NodeModel : Joiner : 3:177:4728 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : Joiner : 3:177:4728 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : RowFilterNodeModel : Row Filter : 3:177:147 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : Row Filter : 3:177:147 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : GroupByNodeModel : GroupBy : 3:177:129 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : GroupBy : 3:177:129 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : StringManipulationNodeModel : String Manipulation : 3:177:148 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : String Manipulation : 3:177:148 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : GroupByNodeModel : GroupBy : 3:177:4733 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : GroupBy : 3:177:4733 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : ColumnRenamerNodeModel : Column Renamer : 3:177:132 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : Column Renamer : 3:177:132 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : SorterNodeModel : Sorter : 3:177:4735 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : Sorter : 3:177:4735 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : RowFilterNodeModel : Row Filter : 3:177:4738 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : Row Filter : 3:177:4738 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : SorterNodeModel : Sorter : 3:177:145 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : Sorter : 3:177:145 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : ExcelTableReaderNodeModel : Excel Reader : 3:177:4732 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : Excel Reader : 3:177:4732 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : TableCreator2NodeModel : Table Creator : 3:177:4727 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : Table Creator : 3:177:4727 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : DataColumnSpecFilterNodeModel : Column Filter : 3:177:144 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : Column Filter : 3:177:144 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : DBWriteNodeModel : DB Writer : 3:4791:4747 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : DB Writer : 3:4791:4747 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : ColumnResorterNodeModel : Column Resorter : 3:4791:4783 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : Column Resorter : 3:4791:4783 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : StringManipulationNodeModel : String Manipulation : 3:4791:4782 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : String Manipulation : 3:4791:4782 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : SorterNodeModel : Sorter : 3:4791:4771 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : Sorter : 3:4791:4771 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : DataColumnSpecFilterNodeModel : Column Filter : 3:4791:4799 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : Column Filter : 3:4791:4799 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : RowFilterNodeModel : Row Filter : 3:4791:4796 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : Row Filter : 3:4791:4796 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : RuleEngineNodeModel : Rule Engine : 3:4791:4794 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : Rule Engine : 3:4791:4794 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : ColumnRenamerNodeModel : Column Renamer : 3:4791:4798 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : Column Renamer : 3:4791:4798 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : Joiner3NodeModel : Joiner : 3:4791:4768 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : Joiner : 3:4791:4768 : clean output ports. 2025-01-19 16:36:07,659 : DEBUG : main : : StringToDateTimeNodeModel : String to Date&Time : 3:4791:4750 : Removing all (0) views from model. 2025-01-19 16:36:07,659 : DEBUG : main : : Node : String to Date&Time : 3:4791:4750 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : CrossJoinerNodeModel : Cross Joiner : 3:4791:4746 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : Cross Joiner : 3:4791:4746 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : ColumnAppender2NodeModel : Column Appender : 3:4791:4789 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : Column Appender : 3:4791:4789 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : ColumnRenamerNodeModel : Column Renamer : 3:4791:4745 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : Column Renamer : 3:4791:4745 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : VariableToTable4NodeModel : Variable to Table Row : 3:4791:4744 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : Variable to Table Row : 3:4791:4744 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : DataColumnSpecFilterNodeModel : Column Filter : 3:4791:4797 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : Column Filter : 3:4791:4797 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : CreateDateTimeNodeModel : Create Date&Time Range : 3:4791:4788 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : Create Date&Time Range : 3:4791:4788 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : ReadContextPropertyNodeModel : Extract Context Properties : 3:4791:4743 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : Extract Context Properties : 3:4791:4743 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : Joiner3NodeModel : Joiner : 3:4756:4728 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : Joiner : 3:4756:4728 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : RowFilterNodeModel : Row Filter : 3:4756:136 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : Row Filter : 3:4756:136 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : Joiner3NodeModel : Joiner : 3:4756:129 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : Joiner : 3:4756:129 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : GroupByNodeModel : GroupBy : 3:4756:123 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : GroupBy : 3:4756:123 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : RowFilterNodeModel : Row Filter : 3:4756:134 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : Row Filter : 3:4756:134 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : SorterNodeModel : Sorter : 3:4756:135 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : Sorter : 3:4756:135 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : Joiner3NodeModel : Joiner : 3:4756:128 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : Joiner : 3:4756:128 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : Joiner3NodeModel : Joiner : 3:4756:127 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : Joiner : 3:4756:127 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : StringManipulationNodeModel : String Manipulation : 3:4756:117 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : String Manipulation : 3:4756:117 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : DataColumnSpecFilterNodeModel : Column Filter : 3:4756:115 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : Column Filter : 3:4756:115 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : SimilaritySearchNodeModel : Similarity Search : 3:4756:96 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : Similarity Search : 3:4756:96 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : DataColumnSpecFilterNodeModel : Column Filter : 3:4756:116 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : Column Filter : 3:4756:116 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : DataColumnSpecFilterNodeModel : Column Filter : 3:4756:107 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : Column Filter : 3:4756:107 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : CollectionSplitNodeModel : Split Collection Column : 3:4756:106 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : Split Collection Column : 3:4756:106 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : ColumnRenamerNodeModel : Column Renamer : 3:4756:133 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : Column Renamer : 3:4756:133 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : DataColumnSpecFilterNodeModel : Column Filter : 3:4756:131 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : Column Filter : 3:4756:131 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : GenericDistanceNodeModel : Numeric Distances : 3:4756:97 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : Numeric Distances : 3:4756:97 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : CounterGenerationNodeModel : Counter Generation : 3:4756:132 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : Counter Generation : 3:4756:132 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : CollectionSplitNodeModel : Split Collection Column : 3:4756:103 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : Split Collection Column : 3:4756:103 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : TableCreator2NodeModel : Table Creator : 3:4756:4727 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : Table Creator : 3:4756:4727 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : GroupByNodeModel : GroupBy : 3:4756:125 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : GroupBy : 3:4756:125 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : MissingNodeModel : MISSING Text Embedder : 3:4756:114 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : MISSING Text Embedder : 3:4756:114 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : MissingNodeModel : MISSING Text Embedder : 3:4756:109 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : MISSING Text Embedder : 3:4756:109 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : ColumnRenamerNodeModel : Column Renamer : 3:4733:127 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : Column Renamer : 3:4733:127 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : StringCleanerNodeModel : String Cleaner : 3:4733:126 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : String Cleaner : 3:4733:126 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : GroupByNodeModel : GroupBy : 3:4733:128 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : GroupBy : 3:4733:128 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : DataColumnSpecFilterNodeModel : Column Filter : 3:4733:125 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : Column Filter : 3:4733:125 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : ExcelTableReaderNodeModel : Excel Reader : 3:4733:83 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : Excel Reader : 3:4733:83 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : CSVWriter2NodeModel : CSV Writer : 3:4804:4802 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : CSV Writer : 3:4804:4802 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : CSVWriter2NodeModel : CSV Writer : 3:4804:4801 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : CSV Writer : 3:4804:4801 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : StringToPathVariableNodeModel : String to Path (Variable) : 3:4804:4804:4799 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : String to Path (Variable) : 3:4804:4804:4799 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : StringManipulationVariableNodeModel : String Manipulation (Variable) : 3:4804:4804:4798 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : String Manipulation (Variable) : 3:4804:4804:4798 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : StringManipulationVariableNodeModel : String Manipulation (Variable) : 3:4804:4804:4797 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : String Manipulation (Variable) : 3:4804:4804:4797 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : VariableCreatorNodeModel : Variable Creator : 3:4804:4804:4796 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : Variable Creator : 3:4804:4804:4796 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : CreateDirectory2NodeModel : Create Folder : 3:4804:4804:4800 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : Create Folder : 3:4804:4804:4800 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : DataColumnSpecFilterNodeModel : Column Filter : 3:4804:4806 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : Column Filter : 3:4804:4806 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : DataColumnSpecFilterNodeModel : Column Filter : 3:4804:4805 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : Column Filter : 3:4804:4805 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : TableToVariable3NodeModel : Table Row to Variable : 3:4804:4780:4778 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : Table Row to Variable : 3:4804:4780:4778 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : StringManipulationNodeModel : String Manipulation : 3:4804:4780:4798 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : String Manipulation : 3:4804:4780:4798 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : ColumnAppender2NodeModel : Column Appender : 3:4804:4780:4797 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : Column Appender : 3:4804:4780:4797 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : CreateDateTimeNodeModel : Create Date&Time Range : 3:4804:4780:4796 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : Create Date&Time Range : 3:4804:4780:4796 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : StringManipulationNodeModel : String Manipulation : 3:4804:4780:4772 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : String Manipulation : 3:4804:4780:4772 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : RowFilterNodeModel : Row Filter : 3:4804:4773:4784 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : Row Filter : 3:4804:4773:4784 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : ColumnRenamerNodeModel : Column Renamer : 3:4804:4773:4765 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : Column Renamer : 3:4804:4773:4765 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : UngroupNodeModel : Ungroup : 3:4804:4773:4764 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : Ungroup : 3:4804:4773:4764 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : JSONPathNodeModel : JSON Path : 3:4804:4773:4778 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : JSON Path : 3:4804:4773:4778 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : StringToJSONNodeModel : String to JSON : 3:4804:4773:4762 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : String to JSON : 3:4804:4773:4762 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : VariableToTable4NodeModel : Variable to Table Row : 3:4804:4736 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : Variable to Table Row : 3:4804:4736 : clean output ports. 2025-01-19 16:36:07,660 : DEBUG : main : : StringManipulationNodeModel : String Manipulation : 3:4734:4764 : Removing all (0) views from model. 2025-01-19 16:36:07,660 : DEBUG : main : : Node : String Manipulation : 3:4734:4764 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : ColumnRenamerNodeModel : Column Renamer : 3:4734:4763:4777:82 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : Column Renamer : 3:4734:4763:4777:82 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : UngroupNodeModel : Ungroup : 3:4734:4763:4777:81 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : Ungroup : 3:4734:4763:4777:81 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : JSONPathNodeModel : JSON Path : 3:4734:4763:4777:80 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : JSON Path : 3:4734:4763:4777:80 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : StringToJSONNodeModel : String to JSON : 3:4734:4763:4777:79 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : String to JSON : 3:4734:4763:4777:79 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : StringReplacerNodeModel : String Replacer : 3:4734:4763:4777:73 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : String Replacer : 3:4734:4763:4777:73 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : StringReplacerNodeModel : String Replacer : 3:4734:4763:4777:72 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : String Replacer : 3:4734:4763:4777:72 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : DataColumnSpecFilterNodeModel : Column Filter : 3:4734:4763:4777:4730 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : Column Filter : 3:4734:4763:4777:4730 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : RowFilterNodeModel : Row Filter : 3:4734:4763:4777:4729 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : Row Filter : 3:4734:4763:4777:4729 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : LoopEndDynamicNodeModel : Loop End : 3:4734:4763:4775 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : Loop End : 3:4734:4763:4775 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : MissingNodeModel : MISSING Chat Model Prompter : 3:4734:4763:4774 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : MISSING Chat Model Prompter : 3:4734:4763:4774 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : StringManipulationVariableNodeModel : String Manipulation (Variable) : 3:4734:4763:4778 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : String Manipulation (Variable) : 3:4734:4763:4778 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : StringManipulationVariableNodeModel : String Manipulation (Variable) : 3:4734:4763:4771 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : String Manipulation (Variable) : 3:4734:4763:4771 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : MergeVariablesNodeModel : Merge Variables : 3:4734:4763:4773 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : Merge Variables : 3:4734:4763:4773 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : TableToVariable3NodeModel : Table Row to Variable : 3:4734:4763:4772 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : Table Row to Variable : 3:4734:4763:4772 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : GroupByNodeModel : GroupBy : 3:4734:4763:4768 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : GroupBy : 3:4734:4763:4768 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : StringManipulationNodeModel : String Manipulation : 3:4734:4763:4769 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : String Manipulation : 3:4734:4763:4769 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : LoopStartChunkNodeModel : Chunk Loop Start : 3:4734:4763:4767 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : Chunk Loop Start : 3:4734:4763:4767 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : MissingValueHandlerNodeModel : Missing Value : 3:4734:4763:4776 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : Missing Value : 3:4734:4763:4776 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : ColumnRenamerNodeModel : Column Renamer : 3:4734:4763:4766 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : Column Renamer : 3:4734:4763:4766 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : Joiner3NodeModel : Joiner : 3:4734:4763:4765 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : Joiner : 3:4734:4763:4765 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : JEPNodeModel : Math Formula : 3:4734:4763:4741 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : Math Formula : 3:4734:4763:4741 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : JEPNodeModel : Math Formula : 3:4734:4763:4740 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : Math Formula : 3:4734:4763:4740 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : StringCleanerNodeModel : String Cleaner : 3:4734:4763:4731:112 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : String Cleaner : 3:4734:4763:4731:112 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : ColumnRenamerNodeModel : Column Renamer : 3:4734:4763:4731:82 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : Column Renamer : 3:4734:4763:4731:82 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : UngroupNodeModel : Ungroup : 3:4734:4763:4731:81 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : Ungroup : 3:4734:4763:4731:81 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : JSONPathNodeModel : JSON Path : 3:4734:4763:4731:80 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : JSON Path : 3:4734:4763:4731:80 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : StringToJSONNodeModel : String to JSON : 3:4734:4763:4731:79 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : String to JSON : 3:4734:4763:4731:79 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : StringReplacerNodeModel : String Replacer : 3:4734:4763:4731:73 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : String Replacer : 3:4734:4763:4731:73 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : StringReplacerNodeModel : String Replacer : 3:4734:4763:4731:72 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : String Replacer : 3:4734:4763:4731:72 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : DataColumnSpecFilterNodeModel : Column Filter : 3:4734:4763:4731:4730 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : Column Filter : 3:4734:4763:4731:4730 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : RowFilterNodeModel : Row Filter : 3:4734:4763:4731:4729 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : Row Filter : 3:4734:4763:4731:4729 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : StringWidgetNodeModel : String Widget : 3:4734:4763:4770 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : String Widget : 3:4734:4763:4770 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : MissingNodeModel : MISSING Chat Model Prompter : 3:4734:4763:4757 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : MISSING Chat Model Prompter : 3:4734:4763:4757 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : TableCreator2NodeModel : Table Creator : 3:4734:4763:154 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : Table Creator : 3:4734:4763:154 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : TableCreator2NodeModel : Table Creator : 3:4734:154 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : Table Creator : 3:4734:154 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : TableToVariable3NodeModel : Table Row to Variable : 3:4740:4728 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : Table Row to Variable : 3:4740:4728 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : GroupByNodeModel : GroupBy : 3:4740:161 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : GroupBy : 3:4740:161 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : StringManipulationNodeModel : String Manipulation : 3:4740:160 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : String Manipulation : 3:4740:160 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : RowFilterNodeModel : Row Filter : 3:4740:159 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : Row Filter : 3:4740:159 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : LoopEndDynamicNodeModel : Loop End : 3:4740:158 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : Loop End : 3:4740:158 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : MissingNodeModel : MISSING Chat Model Prompter : 3:4740:134 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : MISSING Chat Model Prompter : 3:4740:134 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : TableToVariable3NodeModel : Table Row to Variable : 3:4740:157 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : Table Row to Variable : 3:4740:157 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : GroupLoopStartNodeModel : Group Loop Start : 3:4740:156 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : Group Loop Start : 3:4740:156 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : ColumnRenamerNodeModel : Column Renamer : 3:4740:4731 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : Column Renamer : 3:4740:4731 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : TableCreator2NodeModel : Table Creator : 3:4740:154 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : Table Creator : 3:4740:154 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : PythonScriptNodeModel : Python Script : 3:4740:20 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : Python Script : 3:4740:20 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : VirtualSubNodeOutputNodeModel : Component Output : 3:4797:0:2 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : Component Output : 3:4797:0:2 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : GenericJSViewNodeModel : Generic JavaScript View (JavaScript) : 3:4797:0:4739 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : Generic JavaScript View (JavaScript) : 3:4797:0:4739 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : VirtualSubNodeInputNodeModel : Component Input : 3:4797:0:1 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : Component Input : 3:4797:0:1 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : MissingNodeModel : MISSING Azure OpenAI Chat Model Connector : 3:4735:182 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : MISSING Azure OpenAI Chat Model Connector : 3:4735:182 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : MissingNodeModel : MISSING Azure OpenAI Embeddings Connector : 3:4735:108 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : MISSING Azure OpenAI Embeddings Connector : 3:4735:108 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : MissingNodeModel : MISSING Azure OpenAI Authenticator : 3:4735:9 : Removing all (0) views from model. 2025-01-19 16:36:07,661 : DEBUG : main : : Node : MISSING Azure OpenAI Authenticator : 3:4735:9 : clean output ports. 2025-01-19 16:36:07,661 : DEBUG : main : : CredentialsDialogNodeModel : Credentials Configuration : 3:4735:10 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : Credentials Configuration : 3:4735:10 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : ColumnRenamerNodeModel : Column Renamer : 3:4812:4736 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : Column Renamer : 3:4812:4736 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : ColumnAppender2NodeModel : Column Appender : 3:4812:4734 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : Column Appender : 3:4812:4734 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : DataColumnSpecFilterNodeModel : Column Filter : 3:4812:4735 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : Column Filter : 3:4812:4735 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : ConstantValueColumnNodeModel : Constant Value Column : 3:4812:4733 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : Constant Value Column : 3:4812:4733 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : RowFilterNodeModel : Row Filter : 3:4812:4742 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : Row Filter : 3:4812:4742 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : ColumnRenamerNodeModel : Column Renamer : 3:4812:4732 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : Column Renamer : 3:4812:4732 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : DocumentDataExtractorNodeModel2 : Document Data Extractor : 3:4812:4730 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : Document Data Extractor : 3:4812:4730 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : VariableToTable4NodeModel : Variable to Table Row : 3:4812:4731 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : Variable to Table Row : 3:4812:4731 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : DocumentParserNodeModel : PDF Parser : 3:4812:4729 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : PDF Parser : 3:4812:4729 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : TextViewNodeModel : Text View : 3:4752:0:135 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : Text View : 3:4752:0:135 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : StringManipulationVariableNodeModel : String Manipulation (Variable) : 3:4752:0:140 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : String Manipulation (Variable) : 3:4752:0:140 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : VirtualSubNodeOutputNodeModel : Component Output : 3:4752:0:137 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : Component Output : 3:4752:0:137 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : VirtualSubNodeInputNodeModel : Component Input : 3:4752:0:139 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : Component Input : 3:4752:0:139 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : TableToVariable3NodeModel : Table Row to Variable : 3:4737:4739:4739 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : Table Row to Variable : 3:4737:4739:4739 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : StringManipulationNodeModel : String Manipulation : 3:4737:4739:4738 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : String Manipulation : 3:4737:4739:4738 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : CellSplitter2NodeModel : Cell Splitter : 3:4737:4739:4736 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : Cell Splitter : 3:4737:4739:4736 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : StringManipulationNodeModel : String Manipulation : 3:4737:4739:4737 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : String Manipulation : 3:4737:4739:4737 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : VariableToTable4NodeModel : Variable to Table Row : 3:4737:4739:4735 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : Variable to Table Row : 3:4737:4739:4735 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : MergeVariablesNodeModel : Merge Variables : 3:4737:486 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : Merge Variables : 3:4737:486 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : TableToVariable3NodeModel : Table Row to Variable : 3:4737:485 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : Table Row to Variable : 3:4737:485 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : UrlToFilePathNodeModel : URL to File Path : 3:4737:484 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : URL to File Path : 3:4737:484 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : StringToURINodeModel : String to URI : 3:4737:482 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : String to URI : 3:4737:482 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : TableToVariable3NodeModel : Table Row to Variable : 3:4737:4734 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : Table Row to Variable : 3:4737:4734 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : VariableToTable4NodeModel : Variable to Table Row : 3:4737:483 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : Variable to Table Row : 3:4737:483 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : CreateDateTimeNodeModel : Create Date&Time Range : 3:4737:4733 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : Create Date&Time Range : 3:4737:4733 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : PathToStringVariableNodeModel : Path to String (Variable) : 3:4737:481 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : Path to String (Variable) : 3:4737:481 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : TransferFilesFileChooserNodeModel : Transfer Files : 3:4737:4740 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : Transfer Files : 3:4737:4740 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : CreateDirectory2NodeModel : Create Folder : 3:4737:480 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : Create Folder : 3:4737:480 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : TransferFilesFileChooserNodeModel : Transfer Files : 3:4737:479 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : Transfer Files : 3:4737:479 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : VirtualSubNodeOutputNodeModel : Component Output : 3:4748:0:2558 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : Component Output : 3:4748:0:2558 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : DuplicateRowFilterNodeModel : Duplicate Row Filter : 3:4748:0:2562 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : Duplicate Row Filter : 3:4748:0:2562 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : SorterNodeModel : Sorter : 3:4748:0:2561 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : Sorter : 3:4748:0:2561 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : ColumnRenamerNodeModel : Column Renamer : 3:4748:0:2560 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : Column Renamer : 3:4748:0:2560 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : DataColumnSpecFilterNodeModel : Column Filter : 3:4748:0:2559 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : Column Filter : 3:4748:0:2559 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : TableToVariable3NodeModel : Table Row to Variable : 3:4748:0:2547 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : Table Row to Variable : 3:4748:0:2547 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : DataColumnSpecFilterNodeModel : Column Filter : 3:4748:0:2557 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : Column Filter : 3:4748:0:2557 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : StringManipulationNodeModel : String Manipulation : 3:4748:0:2538 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : String Manipulation : 3:4748:0:2538 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : TableToVariable3NodeModel : Table Row to Variable : 3:4748:0:2539 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : Table Row to Variable : 3:4748:0:2539 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : TableToVariable3NodeModel : Table Row to Variable : 3:4748:0:2536 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : Table Row to Variable : 3:4748:0:2536 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : ManualIfNodeModel : IF Switch : 3:4748:0:2549 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : IF Switch : 3:4748:0:2549 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : TableToVariable3NodeModel : Table Row to Variable : 3:4748:0:2551 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : Table Row to Variable : 3:4748:0:2551 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : RuleEngineNodeModel : Rule Engine : 3:4748:0:2550 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : Rule Engine : 3:4748:0:2550 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : RuleEngineNodeModel : Rule Engine : 3:4748:0:2555 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : Rule Engine : 3:4748:0:2555 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : AppendedRowsNodeModel : Concatenate : 3:4748:0:2554 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : Concatenate : 3:4748:0:2554 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : RowFilterNodeModel : Row Filter : 3:4748:0:2545 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : Row Filter : 3:4748:0:2545 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : DuplicateRowFilterNodeModel : Duplicate Row Filter : 3:4748:0:2546 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : Duplicate Row Filter : 3:4748:0:2546 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : DBReadNodeModel : DB Reader : 3:4748:0:4 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : DB Reader : 3:4748:0:4 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : DBTableSelectNodeModel : DB Table Selector : 3:4748:0:2532 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : DB Table Selector : 3:4748:0:2532 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : TableCreator2NodeModel : Table Creator : 3:4748:0:2553 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : Table Creator : 3:4748:0:2553 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : VirtualSubNodeInputNodeModel : Component Input : 3:4748:0:2542 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : Component Input : 3:4748:0:2542 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : TableCreator2NodeModel : Table Creator : 3:4748:0:2537 : Removing all (0) views from model. 2025-01-19 16:36:07,662 : DEBUG : main : : Node : Table Creator : 3:4748:0:2537 : clean output ports. 2025-01-19 16:36:07,662 : DEBUG : main : : FileUploadWidgetNodeModel : File Upload Widget : 3:4748:0:1 : Removing all (0) views from model. 2025-01-19 16:36:07,663 : DEBUG : main : : Node : File Upload Widget : 3:4748:0:1 : clean output ports. 2025-01-19 16:36:07,664 : DEBUG : main : : DBConnectorNodeModel : DB Connector : 3:2531 : Removing all (0) views from model. 2025-01-19 16:36:07,664 : DEBUG : main : : DefaultDBSession : DB Connector : 3:2531 : Closing the connection manager of the session: DefaultDBSessionInformation(id=0ea2457d-979d-44cc-a3e5-4f4a45c1253e, dbType=DBType(id=mssqlserver, name=Microsoft SQL Server, description=null), driverDefinition=DBDriverDefinition(id=jTDS for Microsoft SQL Server, name=jTDS for Microsoft SQL Server, version=1.3.0, driverClass=net.sourceforge.jtds.jdbc.Driver, dbType=DBType(id=mssqlserver, name=Microsoft SQL Server, description=null), description=, origin=EXTENSION), connectionController=org.knime.database.connection.UserDBConnectionController=(url=jdbc:jtds:sqlserver://RAQCPAPDB001:1434;instance=PBISAPPS;DatabaseName=SUPERVISIONBI_FIRM_DATA, authenticationType=USER_PWD, user=SupBIPublicDBUser, password=true), dialectId=mssqlserver, attributeValues={knime.db.connection.restore=true, knime.db.agent.writer.fail_on_missing_in_where_clause=false}) 2025-01-19 16:36:07,665 : DEBUG : main : : Node : DB Connector : 3:2531 : clean output ports. 2025-01-19 16:36:07,665 : DEBUG : KNIME-Database-Connection-Closer-1 : : DBConnectionManager : : : Closing the database connection: URL="jdbc:jtds:sqlserver://RAQCPAPDB001:1434;instance=PBISAPPS;DatabaseName=SUPERVISIONBI_FIRM_DATA", user="SupBIPublicDBUser" 2025-01-19 16:36:07,665 : DEBUG : KNIME-Database-Connection-Closer-1 : : DBConnectionManager : : : The database connection has been closed successfully: URL="jdbc:jtds:sqlserver://RAQCPAPDB001:1434;instance=PBISAPPS;DatabaseName=SUPERVISIONBI_FIRM_DATA", user="SupBIPublicDBUser" 2025-01-19 16:36:07,665 : DEBUG : main : : WorkflowManager : : : Project "RA Dr. AI - UAT - V1 3" removed (2 remaining) 2025-01-19 16:36:07,668 : DEBUG : main : : LifeCycle : : : Life cycle state transition: from 'WEB_APP_LOADED' to 'SAVE_STATE' 2025-01-19 16:36:07,669 : DEBUG : main : : LifeCycle : : : Life cycle state transition: from 'SAVE_STATE' to 'SUSPEND' 2025-01-19 16:36:07,672 : DEBUG : main : : LifeCycle : : : Life cycle state transition: from 'SUSPEND' to 'SHUTDOWN' 2025-01-19 16:36:07,676 : DEBUG : KNIME-Node-Usage-Writer : : NodeTimer$GlobalNodeStats : : : Successfully wrote node usage stats to file: C:\Users\o.adekanye\knime-workspace\.metadata\knime\nodeusage_3.0.json 2025-01-19 16:36:09,344 : DEBUG : KNIME-Node-Usage-Sender : : NodeTimer$GlobalNodeStats : : : Successfully wrote node usage stats to file: C:\Users\o.adekanye\knime-workspace\.metadata\knime\nodeusage_3.0.json 2025-01-19 16:36:09,344 : DEBUG : KNIME-Node-Usage-Sender : : NodeTimer$GlobalNodeStats : : : Successfully sent node usage stats to server 2025-01-19 16:36:09,561 : DEBUG : KNIME shutdown hooks - org.knime.core.util.FileUtil$$Lambda$277/0x0000000800e9a990 : : FileUtil : : : Shutting down service for keeping modified date of created temp files up to date. 2025-01-19 16:36:09,561 : INFO : KNIME shutdown hooks - org.knime.core.util.FileUtil$$Lambda$277/0x0000000800e9a990 : : FileUtil : : : Deleting 1 temporary files.