Details
- 
    
Bug
 - 
    Status: Closed (View Workflow)
 - 
    
Major
 - 
    Resolution: Fixed
 - 
    1.1.6, 1.2.2
 - 
    None
 - 
    None
 - 
    Pentaho PDI 7.1, 8.1, 8.2
Pentaho Server 7.1, 8.1, 8.2
Kettle adapter columnstore 1.1.6, 1.2.2 
- 
        2019-01, 2019-02
 
Description
Hi,
With the new versione of Pentaho, the plugin not work, instead with the version 8.1 it work without problem.
This is the output error :
ColumnStore BulkWrite SDK /home/dwhcstore/data-integration/plugins/mariadb-columnstore-kettle-bulk-exporter-plugin/lib/libjavamcsapi.so loaded by child classloader.
Native code library failed to load by parent classloader. 
Ensure that it is loaded by a child classloader
java.lang.UnsatisfiedLinkError: no javamcsapi in java.library.path
java.lang.IllegalArgumentException: Argument cannot be null
	at org.eclipse.swt.SWT.error(Unknown Source)
	at org.eclipse.swt.SWT.error(Unknown Source)
	at org.eclipse.swt.SWT.error(Unknown Source)
	at org.eclipse.swt.widgets.Widget.error(Unknown Source)
	at org.eclipse.swt.widgets.Text.setText(Unknown Source)
	at com.mariadb.columnstore.api.kettle.KettleColumnStoreBulkExporterStepDialog.populateDialog(KettleColumnStoreBulkExporterStepDialog.java:927)
	at com.mariadb.columnstore.api.kettle.KettleColumnStoreBulkExporterStepDialog.open(KettleColumnStoreBulkExporterStepDialog.java:461)
	at org.pentaho.di.ui.spoon.delegates.SpoonStepsDelegate.editStep(SpoonStepsDelegate.java:120)
	at org.pentaho.di.ui.spoon.Spoon.editStep(Spoon.java:8662)
	at org.pentaho.di.ui.spoon.trans.TransGraph.editStep(TransGraph.java:3293)
	at org.pentaho.di.ui.spoon.trans.TransGraph.editStep(TransGraph.java:2257)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.pentaho.ui.xul.impl.AbstractXulDomContainer.invoke(AbstractXulDomContainer.java:313)
	at org.pentaho.ui.xul.impl.AbstractXulComponent.invoke(AbstractXulComponent.java:157)
	at org.pentaho.ui.xul.impl.AbstractXulComponent.invoke(AbstractXulComponent.java:141)
	at org.pentaho.ui.xul.jface.tags.JfaceMenuitem.access$100(JfaceMenuitem.java:43)
	at org.pentaho.ui.xul.jface.tags.JfaceMenuitem$1.run(JfaceMenuitem.java:106)
	at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
	at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:545)
	at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490)
	at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402)
	at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
	at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
	at org.pentaho.di.ui.spoon.Spoon.readAndDispatch(Spoon.java:1381)
	at org.pentaho.di.ui.spoon.Spoon.waitForDispose(Spoon.java:7817)
	at org.pentaho.di.ui.spoon.Spoon.start(Spoon.java:9179)
	at org.pentaho.di.ui.spoon.Spoon.main(Spoon.java:707)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.pentaho.commons.launcher.Launcher.main(Launcher.java:92)