java.lang.reflect.InvocationTargetException: Error loading job at org.pentaho.di.ui.job.dialog.JobLoadProgressDialog$1.run(JobLoadProgressDialog.java:94) at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:369) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:313) at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:495) at org.pentaho.di.ui.job.dialog.JobLoadProgressDialog.open(JobLoadProgressDialog.java:102) at org.pentaho.di.ui.spoon.Spoon.openFile(Spoon.java:3546) at org.pentaho.di.ui.spoon.Spoon.openFile(Spoon.java:3462) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.pentaho.ui.xul.impl.AbstractXulDomContainer.invoke(AbstractXulDomContainer.java:329) at org.pentaho.ui.xul.impl.AbstractXulComponent.invoke(AbstractXulComponent.java:135) at org.pentaho.ui.xul.impl.AbstractXulComponent.invoke(AbstractXulComponent.java:123) at org.pentaho.ui.xul.swt.tags.SwtToolbarbutton.access$100(SwtToolbarbutton.java:36) at org.pentaho.ui.xul.swt.tags.SwtToolbarbutton$1.widgetSelected(SwtToolbarbutton.java:83) at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source) 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:1161) at org.pentaho.di.ui.spoon.Spoon.start(Spoon.java:6725) at org.pentaho.di.ui.spoon.Spoon.main(Spoon.java:545) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.pentaho.commons.launcher.Launcher.main(Launcher.java:134) Caused by: org.pentaho.di.core.exception.KettleXMLException: Unable to load the job from XML file [C:/Wokspace/synergy-idea-projet/src/test/data/portal-root/kettle_repo-solaris/best_practices/import_best_practices.kjb] Unable to load job info from XML node Unable to read Job Entry copy info from XML node : org.pentaho.di.core.exception.KettlePluginException: Unexpected error loading class: net/sf/saxon/TransformerFactoryImpl Unexpected error loading class: net/sf/saxon/TransformerFactoryImpl at org.pentaho.di.job.JobMeta.(JobMeta.java:700) at org.pentaho.di.job.JobMeta.(JobMeta.java:660) at org.pentaho.di.repository.filerep.KettleFileRepository.loadJob(KettleFileRepository.java:728) at org.pentaho.di.ui.job.dialog.JobLoadProgressDialog$1.run(JobLoadProgressDialog.java:89) ... 28 more Caused by: org.pentaho.di.core.exception.KettleXMLException: Unable to load job info from XML node Unable to read Job Entry copy info from XML node : org.pentaho.di.core.exception.KettlePluginException: Unexpected error loading class: net/sf/saxon/TransformerFactoryImpl Unexpected error loading class: net/sf/saxon/TransformerFactoryImpl at org.pentaho.di.job.JobMeta.loadXML(JobMeta.java:993) at org.pentaho.di.job.JobMeta.loadXML(JobMeta.java:750) at org.pentaho.di.job.JobMeta.(JobMeta.java:692) ... 31 more Caused by: org.pentaho.di.core.exception.KettleXMLException: Unable to read Job Entry copy info from XML node : org.pentaho.di.core.exception.KettlePluginException: Unexpected error loading class: net/sf/saxon/TransformerFactoryImpl Unexpected error loading class: net/sf/saxon/TransformerFactoryImpl at org.pentaho.di.job.entry.JobEntryCopy.(JobEntryCopy.java:124) at org.pentaho.di.job.JobMeta.loadXML(JobMeta.java:942) ... 33 more Caused by: org.pentaho.di.core.exception.KettlePluginException: Unexpected error loading class: net/sf/saxon/TransformerFactoryImpl at org.pentaho.di.core.plugins.PluginRegistry.loadClass(PluginRegistry.java:381) at org.pentaho.di.job.entry.JobEntryCopy.(JobEntryCopy.java:105) ... 34 more Caused by: java.lang.NoClassDefFoundError: net/sf/saxon/TransformerFactoryImpl at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:169) at org.pentaho.di.core.plugins.PluginRegistry.loadClass(PluginRegistry.java:297) ... 35 more Caused by: java.lang.ClassNotFoundException: net.sf.saxon.TransformerFactoryImpl at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at java.lang.ClassLoader.loadClass(ClassLoader.java:303) at java.lang.ClassLoader.loadClass(ClassLoader.java:248) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316) ... 38 more