I also have the problem to start a workflowfrom KNIME with a batch
file.
(It is a test for my bigger problem: https://forum.knime.com/t/start-a-workflow-e-g-a-database-query-after-a-certain-time/30287/29
My BAT-file:
Command line
“C:\Program Files\KNIME\knime.exe” -consoleLog -nosplash -reset -application org.knime.product.KNIME_BATCH_APPLICATION -workflowDir=“C:\Users\schuerrle\knime-workspace\Example Workflows\isoloc-US”
The batch file should start this simple test workflow:
Folder of the two Excel files to be linked
CompilerOracle: exclude javax/swing/text/GlyphView.getBreakSpot
Feb 10, 2021 1:52:22 PM org.apache.cxf.bus.osgi.CXFExtensionBundleListener addExtensions
INFORMATION: Adding the extensions from bundle org.apache.cxf.cxf-rt-frontend-jaxrs (255) [org.apache.cxf.jaxrs.JAXRSBindingFactory]
Feb 10, 2021 1:52:22 PM org.apache.cxf.bus.osgi.CXFExtensionBundleListener addExtensions
INFORMATION: Adding the extensions from bundle org.apache.cxf.cxf-rt-transports-http (258) [org.apache.cxf.transport.http.HTTPTransportFactory, org.apache.cxf.transport.http.HTTPWSDLExtensionLoader, org.apache.cxf.transport.http.policy.HTTPClientAssertionBuilder, org.apache.cxf.transport.http.policy.HTTPServerAssertionBuilder, org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider]
Feb 10, 2021 1:52:22 PM org.apache.cxf.bus.osgi.CXFExtensionBundleListener addExtensions
INFORMATION: Adding the extensions from bundle org.apache.cxf.cxf-rt-transports-http-hc (259) [org.apache.cxf.transport.http.HTTPConduitFactory, org.apache.cxf.transport.ConduitInitiator]
Feb 10, 2021 1:52:24 PM com.inteligand.knime.KNIMEIlibInterface printInfo
INFO: Initializing LigandScout KNIME extensions in headless mode on ‘Windows Vista or Higher [amd64]’:
-
Logging turned on (severe errors only) Max heap memory: 15GB.*
-
Application path: C:\Program Files\KNIME\plugins\com.inteligand.knime_1.7.9\ligandscout\bin.*
-
Native-lib path: C:\Program Files\KNIME\plugins\com.inteligand.knime_1.7.9\ligandscout\lib\native.*
-
Native-bin path: C:\Program Files\KNIME\plugins\com.inteligand.knime_1.7.9\ligandscout\bin\native.*
-
Located ilib path: file:///C:/Users/schuerrle/.inteligand-data/.*
-
Using default shared path: file:///.*
Loading class com.mysql.jdbc.Driver'. This is deprecated. The new driver class is
com.mysql.cj.jdbc.Driver’. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
ERROR main MAEFileUtils Schrodinger Knime plugins: Neither SCHRODINGER environment nor preference is set. You can set SCHRODINGER installation location in the Schrodinger Preferences.
WARN main SchrodFileUtils SCHRODINGER is not set properly.
WARN main PythonService PythonService is not initilized
WARN main PythonService Failed to start python service.
…and more