Hello all,
When I try to get request, I get an error as “Execute failed: org/apache/commons/io/input/BOMInputStream”…
What can be root cause of this issue? Thanks…
Hello all,
When I try to get request, I get an error as “Execute failed: org/apache/commons/io/input/BOMInputStream”…
What can be root cause of this issue? Thanks…
What sort of blue connection port is “going in” to the Get Request node?
In the log I see some Oauth2 errors… can you try get request without anything connected to it?
Hi Martin,
Yes, it comes from OAuth2, but console errors were past errors.
As you see in the picture, credentials and oauth2 executes are already successful.
Hi @erenuyanik!
Can you share the relevant part of your KNIME Log? There should be more details (especially stack traces) for the errors you’re seeing. Thanks in advance!
Does it also not work if you disconnect from oauth? In your example it does not seem to work to get to google.com - so just trying to isolate the issue.
If you need to exactly understand the errors you are seeing then I think only @leo_woerteler can help with that.
Thanks for looking into it! Unfortunately that’s the stack trace of an unrelated (and benign) error. Here’s how you can get the org/apache/commons/io/input/BOMInputStream
error details:
org/apache/commons/io/input/BOMInputStream
) and copy them into a reply hereI’m suspecting that it will be a NoClassDefFoundError
, triggered by an inconsistent state of an extension after an update. The full error stack trace will hopefully point us to the offending extension.
Thanks again!
Hello, I have the same error when trying to open a csv (and in the past when trying to open xlsx - this was resolved by saving xlsx as a different xlsx version that I was able to open, but surprised to see this error recur now with csv). I don’t know if this is a version problem, as I have run the same xlsx and csv on knime on a different device and they worked fine there (and might have been a different version of Knime). Anyway, here are my log lines below. I hope you can help! Thank you.
2025-02-16 22:40:46,278 : WARN : AWT-EventQueue-0 : : CSVFormatAutoDetectionSwingWorker : CSV Reader : 3:33 : java.lang.NoClassDefFoundError: org/apache/commons/io/input/BOMInputStream
java.util.concurrent.ExecutionException: java.lang.NoClassDefFoundError: org/apache/commons/io/input/BOMInputStream
at java.base/java.util.concurrent.FutureTask.report(Unknown Source)
at java.base/java.util.concurrent.FutureTask.get(Unknown Source)
at java.desktop/javax.swing.SwingWorker.get(Unknown Source)
at org.knime.base.node.io.filehandling.csv.reader.CSVFormatAutoDetectionSwingWorker.doneWithContext(CSVFormatAutoDetectionSwingWorker.java:134)
at org.knime.core.util.SwingWorkerWithContext.done(SwingWorkerWithContext.java:163)
at java.desktop/javax.swing.SwingWorker$5.run(Unknown Source)
at java.desktop/javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.run(Unknown Source)
at java.desktop/sun.swing.AccumulativeRunnable.run(Unknown Source)
at java.desktop/javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.actionPerformed(Unknown Source)
at java.desktop/javax.swing.Timer.fireActionPerformed(Unknown Source)
at java.desktop/javax.swing.Timer$DoPostEvent.run(Unknown Source)
at java.desktop/java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Unknown Source)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.desktop/java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.run(Unknown Source)
Caused by: java.lang.NoClassDefFoundError: org/apache/commons/io/input/BOMInputStream
at org.knime.base.node.io.filehandling.csv.reader.CSVFormatAutoDetectionSwingWorker.detectFormat(CSVFormatAutoDetectionSwingWorker.java:116)
at org.knime.base.node.io.filehandling.csv.reader.CSVFormatAutoDetectionSwingWorker.doInBackgroundWithContext(CSVFormatAutoDetectionSwingWorker.java:105)
at org.knime.base.node.io.filehandling.csv.reader.CSVFormatAutoDetectionSwingWorker.doInBackgroundWithContext(CSVFormatAutoDetectionSwingWorker.java:1)
at org.knime.core.util.SwingWorkerWithContext.doInBackground(SwingWorkerWithContext.java:106)
at java.desktop/javax.swing.SwingWorker$1.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
at java.desktop/javax.swing.SwingWorker.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: org.apache.commons.io.input.BOMInputStream cannot be found by org.knime.filehandling.core_5.3.1.v202407291559
at org.eclipse.osgi.internal.loader.BundleLoader.generateException(BundleLoader.java:562)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass0(BundleLoader.java:557)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:434)
at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:174)
at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
… 10 more
2025-02-16 22:42:57,636 : ERROR : KNIME-Worker-16-CSV Reader 3:33 : : Node : CSV Reader : 3:33 : Execute failed: org/apache/commons/io/input/BOMInputStream
java.lang.NoClassDefFoundError: org/apache/commons/io/input/BOMInputStream
at org.knime.base.node.io.filehandling.csv.reader.api.CSVTableReader$CsvRead.createReader(CSVTableReader.java:473)
at org.knime.base.node.io.filehandling.csv.reader.api.CSVTableReader$CsvRead.(CSVTableReader.java:457)
at org.knime.base.node.io.filehandling.csv.reader.api.CSVTableReader$CsvRead.(CSVTableReader.java:434)
at org.knime.base.node.io.filehandling.csv.reader.api.CSVTableReader.readSpec(CSVTableReader.java:194)
at org.knime.base.node.io.filehandling.csv.reader.api.CSVTableReader.readSpec(CSVTableReader.java:1)
at org.knime.filehandling.core.node.table.reader.DefaultMultiTableReadFactory.readIndividualSpecs(DefaultMultiTableReadFactory.java:146)
at org.knime.filehandling.core.node.table.reader.DefaultMultiTableReadFactory.create(DefaultMultiTableReadFactory.java:136)
at org.knime.filehandling.core.node.table.reader.MultiTableReader.createMultiRead(MultiTableReader.java:130)
at org.knime.filehandling.core.node.table.reader.MultiTableReader.getMultiRead(MultiTableReader.java:209)
at org.knime.filehandling.core.node.table.reader.MultiTableReader.readTable(MultiTableReader.java:167)
at org.knime.filehandling.core.node.table.reader.TableReaderNodeModel.execute(TableReaderNodeModel.java:160)
at org.knime.core.node.NodeModel.executeModel(NodeModel.java:588)
at org.knime.core.node.Node.invokeFullyNodeModelExecute(Node.java:1286)
at org.knime.core.node.Node.execute(Node.java:1049)
at org.knime.core.node.workflow.NativeNodeContainer.performExecuteNode(NativeNodeContainer.java:594)
at org.knime.core.node.exec.LocalNodeExecutionJob.mainExecute(LocalNodeExecutionJob.java:98)
at org.knime.core.node.workflow.NodeExecutionJob.internalRun(NodeExecutionJob.java:198)
at org.knime.core.node.workflow.NodeExecutionJob.run(NodeExecutionJob.java:117)
at org.knime.core.util.ThreadUtils$RunnableWithContextImpl.runWithContext(ThreadUtils.java:367)
at org.knime.core.util.ThreadUtils$RunnableWithContext.run(ThreadUtils.java:221)
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: java.lang.ClassNotFoundException: org.apache.commons.io.input.BOMInputStream cannot be found by org.knime.filehandling.core_5.3.1.v202407291559
at org.eclipse.osgi.internal.loader.BundleLoader.generateException(BundleLoader.java:562)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass0(BundleLoader.java:557)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:434)
at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:174)
at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
… 24 more
Hi Rachel, and welcome to the forum!
Thanks for the error logs, those already help quite a bit. It looks like you’re using Analytics Platform 5.3.x, and the CSV Reader can’t find a library that it needs. This is caused by incompatible versions of code that are sometimes installed during feature installation or updates. Do you remember what (if anything) you changed before the error occurred?
A fresh installation will very likely solve the problem, so you might want to try that. But if the issue is triggered by installing a third-party extension, it might be reintroduced when you install it again. It would be super helpful if you could also find and post the versions of everything installed in your Analytics Platform:
Help
→ About KNIME Analytics Platform
→ Installation Details
Configuration
tab*** Features:
and *** Plug-in Registry:
sections into an answer hereYou can also copy the whole text output if that’s easier, but it will contain (irrelevant) additional information about your local system like installation paths.
Thanks for the help!
– Leo
No, thanks for your prompt help, Leo!
Please see below (which already looks super long!):
*** Features:
org.eclipse.draw2d (3.19.0.202402212051) “GEF Classic Draw2d”
org.eclipse.emf.common (2.31.0.v20231210-0956) “EMF Common”
org.eclipse.emf.ecore (2.37.0.v20240203-0859) “EMF Ecore”
org.eclipse.gef (3.19.0.202402212051) “GEF Classic GEF (MVC)”
org.eclipse.help (2.3.1700.v20240229-0520) “Help System Base”
org.eclipse.platform (4.31.0.v20240229-1022) “Eclipse Platform”
org.eclipse.rcp (4.31.0.v20240229-0520) “Eclipse RCP”
org.knime.features.base (5.3.1.v202408020914) “KNIME Analytics Platform”
org.knime.features.ext.jep (5.3.0.v202404241821) “KNIME Math Expression Node”
org.knime.features.ext.poi (5.3.1.v202407291559) “KNIME POI Plug-in”
org.knime.features.ext.textprocessing (5.3.1.v202407291559) “KNIME Textprocessing Plug-in”
org.knime.features.js.quickforms (5.3.1.v202408010849) “KNIME Quick Form Nodes”
org.knime.features.js.views (5.3.0.v202402011404) “KNIME JavaScript Core API”
org.knime.features.reporting2 (5.3.0.v202406250947) “KNIME Reporting 2”
*** Plug-in Registry:
angus-activation (2.0.1) “Angus Activation Registries” [Resolved]
bcpg (1.77.0) “bcpg” [Resolved]
bcprov (1.77.0) “bcprov” [Resolved]
cc.mallet (2.0.8.v20180913-knime) “cc.mallet” [Resolved]
com.azure.core (1.35.0.v20230316-knime) “com.azure.core” [Resolved]
com.equo.chromium (116.0.14) “Chromium SWT Browser” [Active]
com.equo.chromium.cef.win32.win32.x86_64 (116.0.12) “Equo Chromium Binaries Windows x86_64” [Resolved]
com.equo.comm.api (3.0.0.202308171750) “com.equo.comm.api” [Active]
com.equo.comm.ee.provider (2.0.5.202308291501) “com.equo.comm.ee.provider” [Resolved]
com.equo.middleware.api (2.0.0.202211250309) “com.equo.middleware.api” [Resolved]
com.equo.middleware.ee.provider (1.0.0.202211250309) “com.equo.middleware.ee.provider” [Resolved]
com.fasterxml.jackson.core.jackson-annotations (2.16.1) “Jackson-annotations” [Resolved]
com.fasterxml.jackson.core.jackson-core (2.16.1) “Jackson-core” [Resolved]
com.fasterxml.jackson.core.jackson-databind (2.16.1) “jackson-databind” [Resolved]
com.fasterxml.jackson.dataformat.jackson-dataformat-xml (2.16.1) “Jackson-dataformat-XML” [Resolved]
com.fasterxml.jackson.dataformat.jackson-dataformat-yaml (2.16.1) “Jackson-dataformat-YAML” [Resolved]
com.fasterxml.jackson.datatype.jackson-datatype-jakarta-jsonp (2.13.2) “Jackson datatype: JSON-P (Jakarta)” [Resolved]
com.fasterxml.jackson.datatype.jackson-datatype-jdk8 (2.16.2) “Jackson datatype: jdk8” [Resolved]
com.fasterxml.jackson.datatype.jackson-datatype-jsr310 (2.13.2) “Jackson datatype: JSR310” [Resolved]
com.fasterxml.jackson.jakarta.rs.jackson-jakarta-rs-base (2.13.2) “Jackson Jakarta-RS: base” [Resolved]
com.fasterxml.jackson.jakarta.rs.jackson-jakarta-rs-json-provider (2.13.2) “Jackson Jakarta-RS: JSON” [Resolved]
com.fasterxml.jackson.module.jackson-module-jaxb-annotations (2.13.2.v20220511-knime) “com.fasterxml.jackson.module.jackson-module-jaxb-annotations” [Resolved]
com.fasterxml.jackson.module.jackson-module-mrbean (2.13.2) “Jackson module: Mr Bean” [Resolved]
com.fasterxml.woodstox.woodstox-core (6.6.1) “Woodstox” [Resolved]
com.fifesoft.autocomplete (2.6.0) “com.fifesoft.autocomplete” [Resolved]
com.fifesoft.languagesupport (2.6.1.v20210528-knime) “com.fifesoft.languagesupport” [Resolved]
com.fifesoft.rstaui (2.6.0) “com.fifesoft.rstaui” [Resolved]
com.fifesoft.rsyntaxtextarea (2.6.0) “rsyntaxtextarea” [Resolved]
com.fifesoft.spellchecker (2.6.0) “com.fifesoft.spellchecker” [Resolved]
com.github.briandilley.jsonrpc4j (1.5.2) “jsonrpc4j” [Resolved]
com.github.briandilley.jsonrpc4j.clfix (1.5.2) “JSON-RPC for Java classpath fix” [Resolved]
com.github.java-json-tools.btf (1.3.0) “btf” [Resolved]
com.github.java-json-tools.jackson-coreutils (2.0.0.v20221113-knime) “com.github.java-json-tools.jackson-coreutils” [Resolved]
com.github.java-json-tools.jackson-coreutils-equivalence (1.0.0.v20221203-knime) “com.github.java-json-tools.jackson-coreutils-equivalence” [Resolved]
com.github.java-json-tools.json-patch (1.13.0.v20221113-knime) “com.github.java-json-tools.json-patch” [Resolved]
com.github.java-json-tools.json-schema-core (1.2.14.v20221113-knime) “com.github.java-json-tools.json-schema-core” [Resolved]
com.github.java-json-tools.json-schema-validator (2.2.14.v20221113-knime) “com.github.java-json-tools.json-schema-validator” [Resolved]
com.github.java-json-tools.msg-simple (1.2.0) “msg-simple” [Resolved]
com.github.java-json-tools.uri-template (0.10.0.v20221113-knime) “com.github.java-json-tools.uri-template” [Resolved]
com.github.librepdf.openpdf (1.4.1) “openpdf” [Resolved]
com.github.scribejava.apis (8.3.3.v20230512-knime) “com.github.scribejava.apis” [Resolved]
com.github.scribejava.core (8.3.3.v20230512-knime) “com.github.scribejava.core” [Resolved]
com.github.scribejava.java8 (8.3.3) “ScribeJava Java 8+ compatibility stuff” [Resolved]
com.github.stephenc.jcip.annotations (1.0.0.1) “com.github.stephenc.jcip.annotations” [Resolved]
com.github.virtuald.curvesapi (1.8.0.v20230927-1624) “Bundle com.github.virtuald : curvesapi” [Resolved]
com.google.flatbuffers.java (1.12.0) “FlatBuffers Java API” [Resolved]
com.google.gson (2.8.6.v20220214-knime) “com.google.gson” [Resolved]
com.google.guava (19.0.0) “Guava: Google Core Libraries for Java” [Resolved]
com.google.guava (31.0.1.jre) “Guava: Google Core Libraries for Java” [Resolved]
com.google.guava (33.0.0.jre) “Guava: Google Core Libraries for Java” [Resolved]
com.google.guava.failureaccess (1.0.2) “Guava InternalFutureFailureAccess and InternalFutures” [Resolved]
com.googlecode.libphonenumber (8.11.1) “libphonenumber” [Resolved]
com.googlecode.owasp-java-html-sanitizer (20220608.1.0.v20240313-knime) “com.googlecode.owasp-java-html-sanitizer” [Resolved]
com.ibm.icu (74.2.0) “ICU4J” [Resolved]
com.jcraft.jsch (0.1.55.v20230916-1400) “Bundle com.jcraft : jsch” [Resolved]
com.knime.customizations (5.3.0.v202406241223) “KNIME Customizations extension” [Active]
com.knime.enterprise.client.api (5.3.0.v202406111028) “KNIME Server API” [Active]
com.knime.enterprise.client.filehandling (5.3.0.v202406241223) “KNIME Enterprise Remote Filehandling” [Active]
com.knime.enterprise.client.rest (5.3.0.v202408061931) “KNIME Server REST Client” [Active]
com.knime.enterprise.server.rest.api (5.3.0.v202406172232) “REST API for KNIME Server” [Active]
com.knime.enterprise.utility (5.3.1.v202407291632) “KNIME Server Utility” [Active]
com.knime.explorer.server (5.3.0.v202408061931) “KNIME Explorer Server” [Active]
com.knime.explorer.serverspace (5.3.0.v202406241223) “ServerSpace” [Active]
com.knime.explorer.sharedspace (3.9.1.v202312081534) “KNIME Explorer Shared Space” [Active]
com.knime.explorer.tempspace (3.9.0.v202406241223) “KNIME TempSpace” [Active]
com.knime.hub.nodes.core (5.3.0.v202406241223) “KNIME nodes to connect to KNIME Hub” [Active]
com.knime.hub.nodes.labs (5.3.0.v202406241223) “KNIME nodes to connect to KNIME Hub” [Active]
com.knime.licenses (6.5.0.v202406101540) “KNIME Licensing Infrastructure” [Starting]
com.knime.server.nodes (5.3.0.v202408061946) “KNIME nodes to connect to KNIME Server” [Active]
com.knime.workbench.hubview (5.3.0.v202401100723) “KNIME Hub View” [Starting]
com.knime.workbench.workflowcoach.server (5.3.0.v202403082215) “KNIME Server based Workflow Coach” [Resolved]
com.microsoft.aad.msal4j (1.8.1.v20210507-knime) “com.microsoft.aad.msal4j” [Resolved]
com.microsoft.graph.microsoft-graph (5.49.0.v20230328-knime) “com.microsoft.graph.microsoft-graph” [Resolved]
com.microsoft.graph.microsoft-graph-core (2.0.16.v20230328-knime) “com.microsoft.graph.microsoft-graph-core” [Resolved]
com.nimbusds.content-type (2.1.0) “Nimbus Content Type” [Resolved]
com.nimbusds.nimbus-jose-jwt (8.20.0) “Nimbus JOSE+JWT” [Resolved]
com.nimbusds.oauth2-oidc-sdk (7.5.0.v20220528-knime) “com.nimbusds.oauth2-oidc-sdk” [Resolved]
com.rometools.rome (1.7.0) “rome” [Resolved]
com.squareup.okhttp3.okhttp (4.10.0.v20230317-knime) “OkHttp HTTP client” [Starting]
com.sun.el.javax.el (3.0.4) “Jakarta Expression Language 3.0” [Resolved]
com.sun.jersey.client (1.19.4.v20210507-knime) “com.sun.jersey.client” [Resolved]
com.sun.jersey.core (1.19.4.v20210507-knime) “com.sun.jersey.core” [Resolved]
com.sun.jna (5.14.0.v20231211-1200) “jna” [Active]
com.sun.jna.platform (5.14.0) “jna-platform” [Resolved]
com.sun.mail.jakarta.mail (1.6.7.v20221113-knime) “com.sun.mail.jakarta.mail” [Resolved]
com.sun.xml.bind.jaxb-core (3.0.2) “Old JAXB Core” [Resolved]
com.sun.xml.bind.jaxb-xjc (3.0.2) “Old JAXB XJC” [Starting]
com.sun.xml.fastinfoset.FastInfoset (2.1.0) “fastinfoset” [Resolved]
com.toedter.jcalendar (1.4.0) “com.toedter.jcalendar” [Resolved]
com.univocity.parsers (2.8.4) “univocity-parsers” [Resolved]
com.zaxxer.sparsebits (1.3.0.v20230929-1000) “Bundle com.zaxxer : SparseBitSet” [Resolved]
de.undercouch.bson4jackson (2.12.0) “bson4jackson” [Resolved]
dk.brics.automaton (1.11.0.8) “dk.brics.automaton” [Resolved]
edu.stanford.nlp.stanford-corenlp (3.9.1) “edu.stanford.nlp.stanford-corenlp” [Resolved]
gov.nist.math.jama (1.0.3) “gov.nist.math.jama” [Resolved]
io.grpc.netty-shaded (1.56.1) “io.grpc.netty-shaded” [Resolved]
io.jsonwebtoken.jjwt (0.9.0) “JSON Web Token support for the JVM” [Resolved]
io.netty.all (4.1.68.Final-v20220119-knime) “io.netty.all” [Resolved]
io.projectreactor.reactor-core (3.3.9.v20200904-knime) “io.projectreactor.reactor-core” [Resolved]
io.swagger.core.v3.swagger-annotations (2.0.6) “swagger-annotations” [Resolved]
it.sauronsoftware.ftp4j (1.7.2.v202202280955) “ftp4j - A pure Java FTP client library” [Resolved]
jakarta.activation-api (2.1.2.v20230523-knime) “Jakarta Activation API” [Resolved]
jakarta.annotation-api (1.3.5) “Jakarta Annotations API” [Resolved]
jakarta.annotation-api (2.1.1) “Jakarta Annotations API” [Resolved]
jakarta.inject.jakarta.inject-api (2.0.1) “Jakarta Dependency Injection” [Resolved]
jakarta.jws-api (2.1.0) “Jakarta Web Services Metadata API” [Resolved]
jakarta.servlet-api (6.0.0) “Jakarta Servlet” [Resolved]
jakarta.validation.jakarta.validation-api (3.0.2) “Jakarta Bean Validation API” [Resolved]
jakarta.ws.rs-api (3.1.0) “Jakarta RESTful WS API” [Resolved]
jakarta.ws.rs-api.clfixes (3.1.0.v20230929-knime) “KNIME Jakarta RESTful WS API Classpath Fixes” [Resolved]
jakarta.xml.bind (2.3.3.v20221203-1659) “Jakarta XML Binding API” [Resolved]
jakarta.xml.bind-api (3.0.1) “Jakarta XML Binding API” [Resolved]
jakarta.xml.soap-api (2.0.1) “Jakarta SOAP with Attachments API” [Resolved]
jakarta.xml.ws-api (3.0.1) “Jakarta XML Web Services API” [Resolved]
javassist (3.30.2.GA) “Javassist” [Resolved]
javax.activation (1.2.2.v20221203-1659) “Jakarta Activation” [Resolved]
javax.inject (1.0.0.v20220405-0441) “Jakarta Inject” [Resolved]
javax.ws.rs.jsr311-api (1.1.1) “jsr311-api” [Resolved]
javax.wsdl (1.6.3.v20230730-0710) “Bundle wsdl4j : wsdl4j” [Resolved]
javax.xml (1.3.4.v201005080400) “JAXP XML” [Resolved]
javax.xml.soap (1.2.0.v201005080501) “SAAJ” [Resolved]
javax.xml.stream (1.0.1.v201004272200) “Java XML Streaming API” [Resolved]
javax.xml.ws (2.1.0.v200902101523) “Java API for XML Web Services (JAX-WS)” [Resolved]
jenetics (4.3.0) “jenetics” [Resolved]
joda-time (2.9.9) “Joda-Time” [Resolved]
json-path (2.9.0) “json-path” [Resolved]
net.bytebuddy.byte-buddy (1.14.12) “Byte Buddy (without dependencies)” [Resolved]
net.iharder.base64 (2.3.9) “base64” [Resolved]
net.minidev.accessors-smart (2.5.0) “accessors-smart” [Resolved]
net.minidev.json-smart (2.5.0) “json-smart” [Resolved]
net.sf.jnati.core (0.4.0) “net.sf.jnati.core” [Resolved]
net.sf.jnati.deploy (0.4.0.v20210507-knime) “net.sf.jnati.deploy” [Resolved]
net.sf.jni-inchi (0.8.0.v20210507-knime) “net.sf.jni-inchi” [Resolved]
net.sf.jopt-simple.jopt-simple (4.8.0.beta-1) “jopt-simple” [Resolved]
net.sf.saxon (12.4.0.v20240616-knime) “Saxon HE” [Resolved]
net.sf.trove4j (2.0.2.v20210507-knime) “net.sf.trove4j” [Resolved]
net.sf.trove4j (3.0.3.v20210507-knime) “net.sf.trove4j” [Resolved]
nu.xom (1.2.10.osgi) “XOM” [Resolved]
org.antlr.runtime (4.7.2.v20221112-0806) “ANTLR 4 Runtime” [Resolved]
org.apache.ant (1.10.14.v20230922-1200) “Apache Ant” [Resolved]
org.apache.aries.spifly.dynamic.bundle (1.3.7) “Apache Aries SPI Fly Dynamic Weaving Bundle” [Resolved]
org.apache.arrow.format (14.0.2.v20240502-knime) “org.apache.arrow.format” [Resolved]
org.apache.arrow.memory-core (14.0.2.v20240527v2-knime) “org.apache.arrow.memory-core” [Resolved]
org.apache.arrow.memory-unsafe (14.0.2.v20240502-knime) “org.apache.arrow.memory-unsafe” [Resolved]
org.apache.arrow.vector (14.0.2.v20240502-knime) “org.apache.arrow.vector” [Resolved]
org.apache.batik.anim (1.17.0.v20231215-1130) “Bundle org.apache.xmlgraphics : batik-anim” [Resolved]
org.apache.batik.awt.util (1.17.0.v20231215-1130) “Bundle org.apache.xmlgraphics : batik-awt-util” [Resolved]
org.apache.batik.bridge (1.17.0.v20231215-1130) “Bundle org.apache.xmlgraphics : batik-bridge” [Resolved]
org.apache.batik.codec (1.17.0.v20231215-1130) “Bundle org.apache.xmlgraphics : batik-codec” [Resolved]
org.apache.batik.constants (1.17.0.v20231215-1130) “Bundle org.apache.xmlgraphics : batik-constants” [Resolved]
org.apache.batik.css (1.17.0.v20231215-1130) “Bundle org.apache.xmlgraphics : batik-css” [Resolved]
org.apache.batik.dom (1.17.0.v20231215-1130) “Bundle org.apache.xmlgraphics : batik-dom” [Resolved]
org.apache.batik.dom.svg (1.17.0.v20231215-1130) “Bundle org.apache.xmlgraphics : batik-svg-dom” [Resolved]
org.apache.batik.ext (1.17.0.v20231215-1130) “Bundle org.apache.xmlgraphics : batik-ext” [Resolved]
org.apache.batik.gvt (1.17.0.v20231215-1130) “Bundle org.apache.xmlgraphics : batik-gvt” [Resolved]
org.apache.batik.i18n (1.17.0.v20231215-1130) “Bundle org.apache.xmlgraphics : batik-i18n” [Resolved]
org.apache.batik.parser (1.17.0.v20231215-1130) “Bundle org.apache.xmlgraphics : batik-parser” [Resolved]
org.apache.batik.script (1.17.0.v20231215-1130) “Bundle org.apache.xmlgraphics : batik-script” [Resolved]
org.apache.batik.svggen (1.17.0.v20231215-1130) “Bundle org.apache.xmlgraphics : batik-svggen” [Resolved]
org.apache.batik.swing (1.16.0.v20230417-knime) “org.apache.batik.swing” [Resolved]
org.apache.batik.transcoder (1.17.0.v20231215-1130) “Bundle org.apache.xmlgraphics : batik-transcoder” [Resolved]
org.apache.batik.util (1.17.0.v20231215-1130) “Bundle org.apache.xmlgraphics : batik-util” [Resolved]
org.apache.batik.util.gui (1.16.0.v20230417-knime) “org.apache.batik.util.gui” [Resolved]
org.apache.batik.xml (1.17.0.v20231215-1130) “Bundle org.apache.xmlgraphics : batik-xml” [Resolved]
org.apache.commons.cli (1.4.0) “Apache Commons CLI” [Resolved]
org.apache.commons.codec (1.14.0.v20221112-0806) “Apache Commons Codec” [Resolved]
org.apache.commons.collections (3.2.2.v20220405-1659) “Apache Commons Collections” [Resolved]
org.apache.commons.commons-codec (1.16.0) “Apache Commons Codec” [Resolved]
org.apache.commons.commons-collections4 (4.4.0) “Apache Commons Collections” [Resolved]
org.apache.commons.commons-compress (1.26.0) “Apache Commons Compress” [Resolved]
org.apache.commons.commons-csv (1.11.0) “Apache Commons CSV” [Resolved]
org.apache.commons.commons-io (2.15.1) “Apache Commons IO” [Resolved]
org.apache.commons.httpclient (3.1.0.v20220712-knime) “org.apache.commons.httpclient” [Resolved]
org.apache.commons.jxpath (1.3.0.v200911051830) “Apache Commons JXPath” [Resolved]
org.apache.commons.lang (2.6.0.v20220406-2305) “Apache Commons Lang” [Resolved]
org.apache.commons.lang3 (3.14.0) “Apache Commons Lang” [Resolved]
org.apache.commons.logging (1.2.0.v20180409-1502) “Apache Commons Logging” [Resolved]
org.apache.commons.logging.log4j (1.1.1.v202406101430) “Apache Commons Logging fragment to pull in log4j” [Resolved]
org.apache.commons.math (2.2.0.v20220712-knime) “org.apache.commons.math” [Resolved]
org.apache.commons.math3 (3.6.1) “Apache Commons Math” [Resolved]
org.apache.commons.net (3.7.2.v20201106-knime) “org.apache.commons.net” [Resolved]
org.apache.commons.text (1.12.0) “Apache Commons Text” [Resolved]
org.apache.cxf.cxf-core (4.0.4.v20240527v2-knime) “Apache CXF Core” [Active]
org.apache.cxf.cxf-rt-databinding-jaxb (4.0.4.v20240508v3-knime) “Apache CXF Runtime JAXB DataBinding” [Starting]
org.apache.cxf.cxf-rt-frontend-jaxrs (4.0.4.v20240508v3-knime) “Apache CXF Runtime JAX-RS Frontend” [Starting]
org.apache.cxf.cxf-rt-rs-client (4.0.4.v20240508v3-knime) “Apache CXF Runtime JAX-RS Frontend” [Active]
org.apache.cxf.cxf-rt-rs-extension-providers (4.0.4.v20240610-knime) “Apache CXF JAX-RS Extensions: Providers” [Starting]
org.apache.cxf.cxf-rt-security (4.0.4.v20240508v3-knime) “Apache CXF Runtime Security functionality” [Starting]
org.apache.cxf.cxf-rt-transports-http (4.0.4.v20240508v3-knime) “Apache CXF Runtime HTTP Transport” [Active]
org.apache.cxf.cxf-rt-transports-http-hc (4.0.4.v20240508v3-knime) “Apache CXF Runtime HTTP Async Transport” [Starting]
org.apache.cxf.cxf-rt-wsdl (4.0.4.v20240508v3-knime) “Apache CXF Runtime Core for WSDL” [Starting]
org.apache.derby (10.11.1.1_v201605202053) “Apache Derby Plug-in” [Starting]
org.apache.felix.gogo.command (1.1.2) “Apache Felix Gogo Command” [Active]
org.apache.felix.gogo.runtime (1.1.6) “Apache Felix Gogo Runtime” [Active]
org.apache.felix.gogo.shell (1.1.4) “Apache Felix Gogo Shell” [Active]
org.apache.felix.scr (2.2.10) “Apache Felix Declarative Services” [Active]
org.apache.httpcomponents.client5.httpclient5 (5.2.1.v20230802-0806) “Bundle org.apache.httpcomponents.client5 : httpclient5” [Resolved]
org.apache.httpcomponents.client5.httpclient5-win (5.2.1.v20230802-0847) “Bundle org.apache.httpcomponents.client5 : httpclient5-win” [Resolved]
org.apache.httpcomponents.core5.httpcore5 (5.2.3.v20230922-1600) “Bundle org.apache.httpcomponents.core5 : httpcore5” [Resolved]
org.apache.httpcomponents.core5.httpcore5-h2 (5.2.3.v20230922-1600) “Bundle org.apache.httpcomponents.core5 : httpcore5-h2” [Resolved]
org.apache.httpcomponents.httpasyncclient (4.1.5.v20240603-knime) “org.apache.httpcomponents.httpasyncclient” [Resolved]
org.apache.httpcomponents.httpclient (4.5.14) “org.apache.httpcomponents.httpclient” [Resolved]
org.apache.httpcomponents.httpcore (4.4.16.v20221207-1049) “Apache HttpCore” [Resolved]
org.apache.httpcomponents.httpcore-nio (4.4.16.v2030517-knime) “org.apache.httpcomponents.httpcore-nio” [Resolved]
org.apache.log4j (1.2.25.v20240529-knime) “org.apache.log4j” [Resolved]
org.apache.logging.log4j.api (2.23.0) “Apache Log4j API” [Active]
org.apache.logging.log4j.log4j-to-slf4j (2.23.0.v20240606-knime) “org.apache.logging.log4j.log4j-to-slf4j” [Resolved]
org.apache.lucene.analysis-common (9.10.0.v20240221-0830) “Bundle org.apache.lucene : lucene-analysis-common” [Resolved]
org.apache.lucene.analysis-smartcn (9.10.0.v20240221-0830) “Bundle org.apache.lucene : lucene-analysis-smartcn” [Resolved]
org.apache.lucene.core (9.10.0.v20240221-0830) “Bundle org.apache.lucene : lucene-core” [Resolved]
org.apache.lucene.queries (9.10.0.v20240221-0830) “Bundle org.apache.lucene : lucene-queries” [Resolved]
org.apache.lucene.queryparser (9.10.0.v20240221-0830) “Bundle org.apache.lucene : lucene-queryparser” [Resolved]
org.apache.lucene.sandbox (9.10.0.v20240221-0830) “Bundle org.apache.lucene : lucene-sandbox” [Resolved]
org.apache.neethi (3.2.0) “Apache Neethi” [Resolved]
org.apache.opennlp.maxent (3.0.3) “Apache OpenNLP Maxent” [Resolved]
org.apache.opennlp.tools (1.8.4) “Apache OpenNLP Tools” [Resolved]
org.apache.pdfbox (2.0.23) “Apache PDFBox” [Resolved]
org.apache.pdfbox.fontbox (2.0.23) “Apache FontBox” [Resolved]
org.apache.poi (5.2.5.v20231203-1619) “Bundle org.apache.poi : poi” [Resolved]
org.apache.poi.ooxml (5.2.5.v20231203-1619) “Bundle org.apache.poi : poi-ooxml” [Resolved]
org.apache.poi.ooxml.schemas (5.2.5.v20231203-1619) “Bundle org.apache.poi : poi-ooxml-lite” [Resolved]
org.apache.poi.scratchpad (5.2.5) “org.apache.poi.scratchpad” [Resolved]
org.apache.solr.solrj (6.6.0) “org.apache.solr.solrj” [Resolved]
org.apache.tika.app (2.9.1.v20240527v7-knime) “org.apache.tika.app” [Resolved]
org.apache.ws.xmlschema.core (2.3.0) “XmlSchema Core” [Resolved]
org.apache.xalan (2.7.2.v20230928-1302) “Bundle xalan : xalan” [Resolved]
org.apache.xerces (2.12.2.v20230928-1306) “Bundle xerces : xercesImpl” [Resolved]
org.apache.xml.resolver (1.2.0.v20230928-1222) “Bundle xml-resolver : xml-resolver” [Resolved]
org.apache.xml.serializer (2.7.1.v201005080400) “Apache XML Commons Serializer” [Resolved]
org.apache.xmlbeans (5.2.0.v20231203-1619) “Bundle org.apache.xmlbeans : xmlbeans” [Resolved]
org.apache.xmlgraphics (2.9.0.v20230916-1600) “Bundle org.apache.xmlgraphics : xmlgraphics-commons” [Resolved]
org.bytedeco.javacpp (1.5.8.v20221026-knime) “org.bytedeco.javacpp” [Resolved]
org.bytedeco.javacpp.windows-x86_64 (1.5.8.v20221026-knime) “org.bytedeco.javacpp.windows-x86_64” [Resolved]
org.bytedeco.lz4 (1.9.4.1_5_8v20221026-knime) “org.bytedeco.lz4” [Resolved]
org.bytedeco.lz4.windows-x86_64 (1.9.4.1_5_8v20221026-knime) “org.bytedeco.lz4.windows-x86_64” [Resolved]
org.dom4j (1.6.1.v202007024-knime) “org.dom4j” [Resolved]
org.eclipse.ant.core (3.7.300.v20231214-1526) “Ant Build Tool Core” [Starting]
org.eclipse.birt.chart.device.extension (4.15.0.v202403260939) “BIRT Chart Device Extension(s)” [Starting]
org.eclipse.birt.chart.device.svg (4.15.0.v202403260939) “BIRT Chart Device SVG Extension” [Starting]
org.eclipse.birt.chart.engine (4.15.0.v202403260939) “BIRT Chart Engine” [Starting]
org.eclipse.birt.chart.engine.extension (4.15.0.v202403260939) “BIRT Chart Engine Extension” [Starting]
org.eclipse.birt.chart.examples.core (4.15.0.v202403260939) “BIRT Chart Examples Core” [Starting]
org.eclipse.birt.chart.reportitem (4.15.0.v202403260939) “BIRT Chart-Report Integration” [Starting]
org.eclipse.birt.core (4.15.0.v202403260939) “BIRT Core Package” [Starting]
org.eclipse.birt.core.script.function (4.15.0.v202403260939) “BIRT Script Function” [Starting]
org.eclipse.birt.data (4.15.0.v202403260939) “BIRT Data Engine” [Starting]
org.eclipse.birt.data.aggregation (4.15.0.v202403260939) “BIRT Data Aggregation” [Starting]
org.eclipse.birt.data.oda.mongodb (4.15.0.v202403260939) “BIRT MongoDB Data Source ODA Runtime Driver” [Starting]
org.eclipse.birt.data.oda.pojo (4.15.0.v202403260939) “BIRT POJO Data Source ODA Runtime Driver” [Starting]
org.eclipse.birt.report.data.adapter (4.15.0.v202403260939) “BIRT Data Adapter” [Starting]
org.eclipse.birt.report.data.bidi.utils (4.15.0.v202403260939) “BIRT Bidi Utils” [Starting]
org.eclipse.birt.report.data.oda.excel (4.15.0.v202403260939) “BIRT Excel Data Source ODA Runtime Driver” [Starting]
org.eclipse.birt.report.data.oda.hive (4.15.0.v202403260939) “BIRT Hive ODA Driver” [Starting]
org.eclipse.birt.report.data.oda.jdbc (4.15.0.v202403260939) “BIRT ODA JDBC Bridge Driver” [Starting]
org.eclipse.birt.report.data.oda.jdbc.dbprofile (4.15.0.v202403260939) “BIRT JDBC Database Connection Data Source ODA Runtime Driver” [Starting]
org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb (4.15.0.v202403260939) “BIRT Sample Database Connection Profile” [Starting]
org.eclipse.birt.report.data.oda.sampledb (4.15.0.v202403260939) “BIRT Sample Database” [Starting]
org.eclipse.birt.report.data.oda.xml (4.15.0.v202403260939) “BIRT ODA XML Driver” [Starting]
org.eclipse.birt.report.engine (4.15.0.v202403260939) “BIRT Engine” [Starting]
org.eclipse.birt.report.engine.dataextraction (4.15.0.v202403260939) “BIRT Data Extraction” [Starting]
org.eclipse.birt.report.engine.dataextraction.csv (4.15.0.v202403260939) “BIRT CSV Data Extraction” [Starting]
org.eclipse.birt.report.engine.emitter.config (4.15.0.v202403260939) “BIRT Emitter Configuration” [Starting]
org.eclipse.birt.report.engine.emitter.config.docx (4.15.0.v202403260939) “BIRT Docx Emitter Descriptor” [Starting]
org.eclipse.birt.report.engine.emitter.config.excel (4.15.0.v202403260939) “BIRT Excel Emitter Descriptor” [Starting]
org.eclipse.birt.report.engine.emitter.config.html (4.15.0.v202403260939) “BIRT HTML Emitter Descriptor” [Starting]
org.eclipse.birt.report.engine.emitter.config.odp (4.15.0.v202403260939) “BIRT OpenDocument Presentation Emitter Descriptor” [Starting]
org.eclipse.birt.report.engine.emitter.config.ods (4.15.0.v202403260939) “BIRT OpenDocument Spreadsheet Emitter Descriptor” [Starting]
org.eclipse.birt.report.engine.emitter.config.odt (4.15.0.v202403260939) “BIRT OpenDocument Text Emitter Descriptor” [Starting]
org.eclipse.birt.report.engine.emitter.config.pdf (4.15.0.v202403260939) “BIRT PDF Emitter Descriptor” [Starting]
org.eclipse.birt.report.engine.emitter.config.postscript (4.15.0.v202403260939) “BIRT Postscript Emitter Descriptor” [Starting]
org.eclipse.birt.report.engine.emitter.config.ppt (4.15.0.v202403260939) “BIRT PPT Emitter Descriptor” [Starting]
org.eclipse.birt.report.engine.emitter.config.pptx (4.15.0.v202403260939) “BIRT PPTX Emitter Descriptor” [Starting]
org.eclipse.birt.report.engine.emitter.config.wpml (4.15.0.v202403260939) “BIRT Word Emitter Descriptor” [Starting]
org.eclipse.birt.report.engine.emitter.docx (4.15.0.v202403260939) “BIRT DOCX Emitter” [Starting]
org.eclipse.birt.report.engine.emitter.html (4.15.0.v202403260939) “BIRT HTML Emitter” [Starting]
org.eclipse.birt.report.engine.emitter.odp (4.15.0.v202403260939) “BIRT OpenDocument Presentation Emitter” [Starting]
org.eclipse.birt.report.engine.emitter.ods (4.15.0.v202403260939) “BIRT OpenDocument Spreadsheet Emitter” [Starting]
org.eclipse.birt.report.engine.emitter.odt (4.15.0.v202403260939) “BIRT OpenDocument Text Emitter” [Starting]
org.eclipse.birt.report.engine.emitter.pdf (4.15.0.v202403260939) “BIRT PDF Emitter” [Starting]
org.eclipse.birt.report.engine.emitter.postscript (4.15.0.v202403260939) “BIRT PostScript Emitter” [Resolved]
org.eclipse.birt.report.engine.emitter.ppt (4.15.0.v202403260939) “BIRT PPT Emitter” [Starting]
org.eclipse.birt.report.engine.emitter.pptx (4.15.0.v202403260939) “BIRT PPTX Emitter” [Starting]
org.eclipse.birt.report.engine.emitter.prototype.excel (4.15.0.v202403260939) “BIRT Excel Emitter” [Starting]
org.eclipse.birt.report.engine.emitter.wpml (4.15.0.v202403260939) “BIRT Word Emitter” [Starting]
org.eclipse.birt.report.engine.fonts (4.15.0.v202403260939) “BIRT Engine fonts” [Resolved]
org.eclipse.birt.report.engine.odf (4.15.0.v202403260939) “BIRT OpenDocument Format” [Starting]
org.eclipse.birt.report.engine.ooxml (4.15.0.v202403260939) “BIRT OOXML” [Resolved]
org.eclipse.birt.report.engine.script.javascript (4.15.0.v202403260939) “BIRT Javascript Engine” [Starting]
org.eclipse.birt.report.item.crosstab.core (4.15.0.v202403260939) “BIRT Crosstab” [Starting]
org.eclipse.birt.report.model (4.15.0.v202403260939) “BIRT Model” [Starting]
org.eclipse.birt.report.model.adapter.oda (4.15.0.v202403260939) “BIRT Model ODA Adapter” [Starting]
org.eclipse.compare (3.10.0.v20240208-0728) “Compare Support” [Starting]
org.eclipse.compare.core (3.8.400.v20240124-0947) “Core Compare Support” [Starting]
org.eclipse.compare.win32 (1.3.300.v20231214-1526) “Compare Support for Word” [Starting]
org.eclipse.core.commands (3.12.0.v20240214-1640) “Commands” [Resolved]
org.eclipse.core.contenttype (3.9.300.v20231218-0909) “Eclipse Content Mechanism” [Active]
org.eclipse.core.databinding (1.13.200.v20240104-1240) “JFace Data Binding” [Starting]
org.eclipse.core.databinding.beans (1.10.200.v20231214-1513) “JFace Data Binding for JavaBeans” [Resolved]
org.eclipse.core.databinding.observable (1.13.200.v20240104-1240) “JFace Data Binding Observables” [Resolved]
org.eclipse.core.databinding.property (1.10.200.v20240104-1240) “JFace Data Binding Properties” [Starting]
org.eclipse.core.expressions (3.9.300.v20240207-1044) “Expression Language” [Active]
org.eclipse.core.externaltools (1.3.300.v20231214-1012) “External Tools Headless Support” [Starting]
org.eclipse.core.filebuffers (3.8.300.v20240207-1054) “File Buffers” [Resolved]
org.eclipse.core.filesystem (1.10.300.v20240124-1325) “Core File Systems” [Active]
org.eclipse.core.filesystem.win32.x86_64 (1.4.300.v20220812-1420) “Core File System for Windows 64 bit” [Resolved]
org.eclipse.core.jobs (3.15.200.v20231214-1526) “Eclipse Jobs Mechanism” [Active]
org.eclipse.core.net (1.5.300.v20231214-1526) “Internet Connection Management” [Active]
org.eclipse.core.net.win32 (1.1.300.v20231214-1526) “Proxy for Windows” [Resolved]
org.eclipse.core.net.win32.x86_64 (1.2.200.v20231214-1012) “Proxy for Windows” [Resolved]
org.eclipse.core.resources (3.20.100.v20240209-1706) “Core Resource Management” [Active]
org.eclipse.core.resources.win32.x86_64 (3.5.500.v20220812-1420) “Core Resource Management Win32 Fragment” [Resolved]
org.eclipse.core.runtime (3.31.0.v20240215-1631) “Core Runtime” [Active]
org.eclipse.core.variables (3.6.300.v20231214-1012) “Core Variables” [Starting]
org.eclipse.datatools.connectivity (1.15.0.202311071249) “DTP Connectivity Plug-in” [Starting]
org.eclipse.datatools.connectivity.apache.derby (1.3.0.202311071249) “DTP Derby Plug-in” [Starting]
org.eclipse.datatools.connectivity.apache.derby.dbdefinition (1.3.0.202311071249) “DTP Apache Derby Database Definition” [Starting]
org.eclipse.datatools.connectivity.console.profile (1.3.0.202311071249) “DTP Connection Profiles Storage File Editor Plug-in” [Starting]
org.eclipse.datatools.connectivity.db.generic (1.3.0.202311071249) “DTP Generic DB Connectivity Plug-in” [Starting]
org.eclipse.datatools.connectivity.dbdefinition.genericJDBC (1.3.0.202311071249) “DTP DBDefinition Generic JDBC Plug-in” [Starting]
org.eclipse.datatools.connectivity.oda (3.7.0.202311071249) “DTP Open Data Access” [Starting]
org.eclipse.datatools.connectivity.oda.consumer (3.5.0.202311071249) “DTP ODA Consumer Helper Component Plug-in” [Starting]
org.eclipse.datatools.connectivity.oda.design (3.6.0.202311071249) “DTP ODA Design Session Model” [Starting]
org.eclipse.datatools.connectivity.oda.flatfile (3.4.0.202311071249) “DTP Flat File ODA Runtime Driver” [Starting]
org.eclipse.datatools.connectivity.oda.profile (3.5.0.202311071249) “DTP ODA Connection Profile Framework Plug-in” [Starting]
org.eclipse.datatools.connectivity.sqm.core (1.6.0.202311071345) “DTP SQM Core Plug-in” [Starting]
org.eclipse.datatools.enablement.hsqldb (1.3.0.202311071249) “DTP HSQLDB Enablement Plug-in” [Starting]
org.eclipse.datatools.enablement.hsqldb.dbdefinition (1.3.0.202311071249) “DTP HSQLDB Database Definition Enablement Plug-in” [Starting]
org.eclipse.datatools.enablement.ibm (1.3.0.202311071249) “DTP IBM Plug-in” [Starting]
org.eclipse.datatools.enablement.ibm.db2 (1.3.0.202311071249) “DTP IBM DB2 Plug-in” [Starting]
org.eclipse.datatools.enablement.ibm.db2.iseries (1.3.0.202311071249) “DTP IBM DB2 UDB iSeries Plug-in” [Starting]
org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition (1.3.0.202311071249) “DTP DB2 UDB iSeries Database Definition Plug-in” [Starting]
org.eclipse.datatools.enablement.ibm.db2.luw (1.3.0.202311071249) “DTP IBM DB2 UDB LUW Plug-in” [Starting]
org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition (1.3.0.202311071249) “DTP DB2 UDB Database Definition Plug-in” [Starting]
org.eclipse.datatools.enablement.ibm.db2.zseries (1.3.0.202311071249) “DTP IBM DB2 UDB zSeries Plug-in” [Starting]
org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition (1.3.0.202311071249) “DTP DB2 UDB Database Definition Plug-in” [Starting]
org.eclipse.datatools.enablement.ibm.informix (1.3.0.202311071249) “DTP Informix Plug-in” [Starting]
org.eclipse.datatools.enablement.ibm.informix.dbdefinition (1.3.0.202311071249) “DTP Informix Database Definition Plug-in” [Starting]
org.eclipse.datatools.enablement.msft.sqlserver (1.4.0.202311071307) “DTP Microsoft SQL Server Plug-in” [Starting]
org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition (1.3.0.202311071249) “DTP SQL Server Database Definition Plug-in” [Starting]
org.eclipse.datatools.enablement.mysql (1.3.0.202311071249) “DTP MySQL Enablement Plug-in” [Starting]
org.eclipse.datatools.enablement.mysql.dbdefinition (1.3.0.202311071249) “DTP MySQL Database Definition Plug-in” [Starting]
org.eclipse.datatools.enablement.oda.ws (1.5.0.202311071249) “DTP Web Services ODA Runtime Driver” [Starting]
Yes, that was a lot of text indeed (and was apparently still truncated, some KNIME plugins are missing). Everything you’ve sent looks OK, which is surprising and a bit worrying. Can you also check the version of the plugin org.knime.core.util
via Help
→ About KNIME Analytics Platform
→ Installation Details
→ Plugins
and then searching for org.knime.core.util
?
If my hypothesis is correct, the version should either be 6.4.<something>
or even 6.5.<something>
, and therefore incompatible with Analytics Platform 5.3. If it isn’t, your issue becomes more mysterious.
– Leo
Thanks Leo, it is indeed 6.4.something.
Does this mean I need to uninstall KNIME Analytics Platform and reinstall the newest version?
Yes, a fresh install should fix the problem for you. But do you happen to remember which features or updates you installed last, so we can try to fix/prevent these problems? Something must have triggered the incompatible update of this plugin.
No, unfortunately I don’t. All I can think of is that this is a workflow I built on a different device (most likely on v5.4) and therefore I assumed there was some sort of backwards incompatibility issue when bringing back to my device.
The problem here is an inconsistent state of the application, which can only really happen through an update… You can also fix it by updating your AP (Analytics Platform) to 5.4 directly, which should pull up the versions of all other components to match that of org.knime.core.util
.
yes great, that worked!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.