Batch mode - JVM error dialog prevents from ending

I have a workflow that runs fine from the IDE. No issues except from warnings.

However, when I run the same workflow in batch mode, I get an error in a dialog window.

KNIME batch executor holds on at this point (instead of ending), which is a very bad issue to me.

 

This is the complete error message:

 

JVM terminated. Exit code=4
/usr/share/knime/knime-full_3.3.1/jre/bin/java
-server
-Dsun.java2d.d3d=false
-Dosgi.classloader.lock=classname
-XX:+UnlockDiagnosticVMOptions
-XX:+UnsyncloadClass
-Dsun.net.client.defaultReadTimeout=0
-XX:CompileCommand=exclude,javax/swing/text/GlyphView,getBreakSpot
-Xmx3072m
-Dorg.eclipse.swt.internal.gtk.disablePrinting
-jar /usr/share/knime/knime-full_3.3.1//plugins/org.eclipse.equinox.launcher_1.3.200.v20160318-1642.jar
-os linux
-ws gtk
-arch x86_64
-launcher /usr/share/knime/knime-full_3.3.1/knime
-name Knime
--launcher.library /usr/share/knime/knime-full_3.3.1//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.400.v20160518-1444/eclipse_1617.so
-startup /usr/share/knime/knime-full_3.3.1//plugins/org.eclipse.equinox.launcher_1.3.200.v20160318-1642.jar
--launcher.overrideVmargs
-exitdata 570018
-reset
-consoleLog
-application org.knime.product.KNIME_BATCH_APPLICATION
-workflowDir=/home/peleitor/knime-workspace/tesis/pubmed_nerrel_slot1
-workflow.variable=freeling_server,localhost,String
-workflow.variable=freeling_port,50005,int
-workflow.variable=pubmed_in,file:/proy/myATGC/_corpus/pubmed/todos/en_proceso/Zsplit_2011_da,String
-workflow.variable=nerrel_out,file:/proy/myATGC/_corpus/pubmed/todos/out_neo4j/nerrel_out_Zsplit_2011_da.csv,String
-workflow.variable=logfile,/proy/myATGC/_corpus/pubmed/todos/log/nerrel_out_Zsplit_2011_da.log,String
-workflow.variable=neo4j_host_cred,flopez@192.168.170.49,String
-workflow.variable=neo4j_user,neo4j,String
-workflow.variable=neo4j_pass,admin,String
-workflow.variable=bash_stdout_log,/proy/myATGC/_corpus/pubmed/todos/log/nerrel_out_Zsplit_2011_da.stdout.log,String
-workflow.variable=bash_stderr_log,/proy/myATGC/_corpus/pubmed/todos/log/nerrel_out_Zsplit_2011_da.stderr.log,String
-workflow.variable=nerrel_out_solr_dir,/proy/myATGC/_corpus/pubmed/todos/out_solr/Zsplit_2011_da,String
-vm /usr/share/knime/knime-full_3.3.1/jre/bin/java
-vmargs
-server
-Dsun.java2d.d3d=false
-Dosgi.classloader.lock=classname
-XX:+UnlockDiagnosticVMOptions
-XX:+UnsyncloadClass
-Dsun.net.client.defaultReadTimeout=0
-XX:CompileCommand=exclude,javax/swing/text/GlyphView,getBreakSpot
-Xmx3072m
-Dorg.eclipse.swt.internal.gtk.disablePrinting
-jar /usr/share/knime/knime-full_3.3.1//plugins/org.eclipse.equinox.launcher_1.3.200.v20160318-1642.jar 

 

I found no errors in knime.log.

What's wrong here?

 

Regards

 

Hey Peleitor,

can you give me information on how you run the workflow and whether you are using the enhanced batch executor?

Cheers,
Marten