pentaho-kettle icon indicating copy to clipboard operation
pentaho-kettle copied to clipboard

addShutdownHook to stop the timer

Open legrottagliegionata opened this issue 2 years ago • 5 comments

When used in a tomcat, at the stop it fails to turn off the Thread with the name LoggingRegistryPurgeTimer

legrottagliegionata avatar Oct 13 '22 23:10 legrottagliegionata

:warning: Build finished in 18m 50s

Build command:

mvn clean verify -B -e -Daudit -amd -pl core

:no_entry: Failed Tests

:cloud_with_lightning_and_rain: 9 test(s) failed:

org.pentaho.di.trans.steps.avro.input.AvroInputMetaTest.testGetFields_unknownPluginForFieldType (click to expand)

Expected exception: org.pentaho.di.core.exception.KettleStepException
org.pentaho.di.plugins.fileopensave.controllers.FileControllerTest.initializationError (click to expand)

org/hamcrest/SelfDescribing
org.pentaho.di.plugins.fileopensave.controllers.recent.RecentUtilsTest.initializationError (click to expand)

org/hamcrest/SelfDescribing
org.pentaho.di.plugins.fileopensave.providers.vfs.model.VFSFileTest.initializationError (click to expand)

org/hamcrest/SelfDescribing
org.pentaho.di.ui.trans.steps.jsoninput.getfields.JsonSamplerTest.testDedupeArray (click to expand)

Could not load SWT library. Reasons: 
 no swt-pi-gtk-4623 in java.library.path: [/usr/java/packages/lib, /usr/lib/x86_64-linux-gnu/jni, /lib/x86_64-linux-gnu, /usr/lib/x86_64-linux-gnu, /usr/lib/jni, /lib, /usr/lib]
 no swt-pi-gtk in java.library.path: [/usr/java/packages/lib, /usr/lib/x86_64-linux-gnu/jni, /lib/x86_64-linux-gnu, /usr/lib/x86_64-linux-gnu, /usr/lib/jni, /lib, /usr/lib]
 Can't load library: /home/buildguy/.swt/lib/linux/x86_64/libswt-pi-gtk-4623.so
 Can't load library: /home/buildguy/.swt/lib/linux/x86_64/libswt-pi-gtk.so
 /home/buildguy/.swt/lib/linux/x86_64/libswt-pi-gtk-4623.so: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory

org.pentaho.di.ui.trans.steps.jsoninput.getfields.JsonSamplerTest.testDedupeLines (click to expand)

Could not initialize class org.eclipse.swt.widgets.Display
org.pentaho.di.ui.trans.steps.jsoninput.getfields.JsonSamplerTest.testBigIntegerNode (click to expand)

Could not initialize class org.eclipse.swt.widgets.Display
org.pentaho.di.ui.trans.steps.jsoninput.getfields.JsonSamplerTest.testDedupeObject (click to expand)

Could not initialize class org.eclipse.swt.widgets.Display
org.pentaho.di.ui.trans.steps.jsoninput.getfields.JsonSamplerTest.testDedupeNestedArrays (click to expand)

Could not initialize class org.eclipse.swt.widgets.Display

Tests run: 4706, Failures: 9, Skipped: 5    Test Results


:information_source: This is an automatic message

buildguy avatar Oct 14 '22 00:10 buildguy

:warning: Build finished in 2h 59m 3s

Build command:

mvn clean verify -B -e -Daudit -amd -pl core

:no_entry: Failed Tests

:cloud_with_lightning_and_rain: 7 test(s) failed:

org.pentaho.di.trans.TransTest.testPDI12424ParametersFromMetaAreCopiedToTrans (click to expand)


Transformation was unable to open [null]

The transformation path ram:///parameters_9e6483f8-9e90-11ed-a769-453435a2cfb9.ktr is invalid, and will not run successfully.


org.pentaho.di.trans.steps.avro.input.AvroInputMetaTest.testGetFields_unknownPluginForFieldType (click to expand)

Expected exception: org.pentaho.di.core.exception.KettleStepException
org.pentaho.di.ui.trans.steps.jsoninput.getfields.JsonSamplerTest.testDedupeArray (click to expand)

Could not load SWT library. Reasons: 
 no swt-pi-gtk-4623 in java.library.path: [/usr/java/packages/lib, /usr/lib/x86_64-linux-gnu/jni, /lib/x86_64-linux-gnu, /usr/lib/x86_64-linux-gnu, /usr/lib/jni, /lib, /usr/lib]
 no swt-pi-gtk in java.library.path: [/usr/java/packages/lib, /usr/lib/x86_64-linux-gnu/jni, /lib/x86_64-linux-gnu, /usr/lib/x86_64-linux-gnu, /usr/lib/jni, /lib, /usr/lib]
 Can't load library: /home/buildguy/.swt/lib/linux/x86_64/libswt-pi-gtk-4623.so
 Can't load library: /home/buildguy/.swt/lib/linux/x86_64/libswt-pi-gtk.so
 /home/buildguy/.swt/lib/linux/x86_64/libswt-pi-gtk-4623.so: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory

org.pentaho.di.ui.trans.steps.jsoninput.getfields.JsonSamplerTest.testDedupeLines (click to expand)

Could not initialize class org.eclipse.swt.widgets.Display
org.pentaho.di.ui.trans.steps.jsoninput.getfields.JsonSamplerTest.testBigIntegerNode (click to expand)

Could not initialize class org.eclipse.swt.widgets.Display
org.pentaho.di.ui.trans.steps.jsoninput.getfields.JsonSamplerTest.testDedupeObject (click to expand)

Could not initialize class org.eclipse.swt.widgets.Display
org.pentaho.di.ui.trans.steps.jsoninput.getfields.JsonSamplerTest.testDedupeNestedArrays (click to expand)

Could not initialize class org.eclipse.swt.widgets.Display

Tests run: 5225, Failures: 7, Skipped: 9    Test Results


:information_source: This is an automatic message

buildguy avatar Jan 27 '23 22:01 buildguy

:x: Build failed in 2m 2s

Build command:

mvn clean verify -B -e -Daudit -amd -Djs.no.sandbox

:exclamation: No tests found!

:information_source: This is an automatic message

buildguy avatar Mar 04 '24 10:03 buildguy