kettle_anonymous
01-01-2006, 04:52 PM
Attachment: job example.PNG (http://forums.pentaho.org/archived_att/kettle/job example.PNG) I'm trying to run Chef on WIndows XP and am getting an error (included below) when I launch the batch file. (using the java -jar method rather than the kettlew method which doesn;t work for me at all). Spoon runs great for me (also using java -jar rather than kettlew) so I'm not sure what the issue is here.
C:\Program Files\kettle>Chef.bat
Load properties for Chef...
Exception in thread "main" java.lang.IllegalArgumentException: Argument cannot b
e null
at org.eclipse.swt.SWT.error(SWT.java:2926)
at org.eclipse.swt.SWT.error(SWT.java:2865)
at org.eclipse.swt.SWT.error(SWT.java:2836)
at org.eclipse.swt.graphics.ImageLoader.load(ImageLoader.java:124)
at org.eclipse.swt.graphics.ImageDataLoader.load(ImageDataLoader.java:18
)
at org.eclipse.swt.graphics.ImageData.<init>(ImageData.java:327)
at org.eclipse.swt.graphics.Image.<init>(Image.java:651)
at be.ibridge.kettle.chef.ChefGraph.loadImages(Unknown Source)
at be.ibridge.kettle.chef.ChefGraph.<init>(Unknown Source)
at be.ibridge.kettle.chef.Chef.addTabs(Unknown Source)
at be.ibridge.kettle.chef.Chef.<init>(Unknown Source)
at be.ibridge.kettle.chef.Chef.main(Unknown Source)
C:\Program Files\kettle>
I've got several JRE's installed including 1.5.0_06 and 1.4.2_05. Anything else I can look at to give you more information?
C:\Program Files\kettle>Chef.bat
Load properties for Chef...
Exception in thread "main" java.lang.IllegalArgumentException: Argument cannot b
e null
at org.eclipse.swt.SWT.error(SWT.java:2926)
at org.eclipse.swt.SWT.error(SWT.java:2865)
at org.eclipse.swt.SWT.error(SWT.java:2836)
at org.eclipse.swt.graphics.ImageLoader.load(ImageLoader.java:124)
at org.eclipse.swt.graphics.ImageDataLoader.load(ImageDataLoader.java:18
)
at org.eclipse.swt.graphics.ImageData.<init>(ImageData.java:327)
at org.eclipse.swt.graphics.Image.<init>(Image.java:651)
at be.ibridge.kettle.chef.ChefGraph.loadImages(Unknown Source)
at be.ibridge.kettle.chef.ChefGraph.<init>(Unknown Source)
at be.ibridge.kettle.chef.Chef.addTabs(Unknown Source)
at be.ibridge.kettle.chef.Chef.<init>(Unknown Source)
at be.ibridge.kettle.chef.Chef.main(Unknown Source)
C:\Program Files\kettle>
I've got several JRE's installed including 1.5.0_06 and 1.4.2_05. Anything else I can look at to give you more information?