cancel
Showing results for 
Search instead for 
Did you mean: 

Errors starting Kettle

eswbitto
Confirmed Champ
Confirmed Champ
fcorti,

I'm trying to figure what is causing this.


[root@alfrescotest-dev data-integration]# ./spoon.sh
/opt/data-integration
org.eclipse.swt.SWTError: No more handles [gtk_init_check() failed]
        at org.eclipse.swt.SWT.error(Unknown Source)
        at org.eclipse.swt.widgets.Display.createDisplay(Unknown Source)
        at org.eclipse.swt.widgets.Display.create(Unknown Source)
        at org.eclipse.swt.graphics.Device.<init>(Unknown Source)
        at org.eclipse.swt.widgets.Display.<init>(Unknown Source)
        at org.eclipse.swt.widgets.Display.<init>(Unknown Source)
        at org.pentaho.di.ui.spoon.Spoon.main(Spoon.java:582)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.pentaho.commons.launcher.Launcher.main(Launcher.java:134)
3 REPLIES 3

eswbitto
Confirmed Champ
Confirmed Champ
I figured it out.

I did have a secondary question though. Using postgresql for AAAR. Can I use postgresql that comes with alfresco or would it be better to use a different database?

fcorti
Elite Collaborator
Elite Collaborator
Hi ESWBitto,

You can use the same PostgreSql server but pay attention not use the same schema!

fcorti
Elite Collaborator
Elite Collaborator