Hi All,
I've been using PDI/Kettle for about 5 years now intermittently, and it's still awesome! However, I'm struggling on my new machine to get PDI running . I've set the environment java_home variable to my java directory. I've tried with Java 1.6.04 and 1.7.045. I've also tried PDI 4.0 and 4.4
The error message I'm getting when I try starting with the java command (instead of 'start javaw') is as follows:
Has anyone got any ideas on how I might solve this?
I appreciate your help!!
Rowan.
I've been using PDI/Kettle for about 5 years now intermittently, and it's still awesome! However, I'm struggling on my new machine to get PDI running . I've set the environment java_home variable to my java directory. I've tried with Java 1.6.04 and 1.7.045. I've also tried PDI 4.0 and 4.4
The error message I'm getting when I try starting with the java command (instead of 'start javaw') is as follows:
Code:
C:\Documents and Settings\me\Desktop\pdi>spoon.bat
DEBUG: Using JAVA_HOME
DEBUG: _PENTAHO_JAVA_HOME=C:\Program Files\Java\jre1.6.0_04\bin
DEBUG: _PENTAHO_JAVA=C:\Program Files\Java\jre1.6.0_04\bin\bin\javaw
C:\Documents and Settings\me\Desktop\pdi>java "-Xmx512m" "-XX:MaxPermSize=256
m" "-Djava.library.path=libswt\win32" "-DKETTLE_HOME=" "-DKETTLE_REPOSITORY=" "-
DKETTLE_USER=" "-DKETTLE_PASSWORD=" "-DKETTLE_PLUGIN_PACKAGES=" "-DKETTLE_LOG_SI
ZE_LIMIT=" -jar launcher\launcher.jar -lib ..\libswt\win32
java.lang.UnsatisfiedLinkError: org.eclipse.swt.internal.C.PTR_sizeof()I
at org.eclipse.swt.internal.C.PTR_sizeof(Native Method)
at org.eclipse.swt.internal.C.<clinit>(Unknown Source)
at org.eclipse.swt.widgets.Display.<clinit>(Unknown Source)
at org.pentaho.di.ui.spoon.Spoon.main(Spoon.java:540)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.pentaho.commons.launcher.Launcher.main(Launcher.java:134)
I appreciate your help!!
Rowan.