US and Worldwide: +1 (866) 660-7555
+ Reply to Thread
Results 1 to 7 of 7

Thread: swt-mozilla-gtk

  1. #1
    Join Date
    Feb 2008
    Posts
    20

    Unhappy swt-mozilla-gtk

    While starting kettle, I 've this output below.
    Kettle is running, but what can I do to correct this problem ? Because I 've the impression that the gui is running in a "safe" mode (not so beautiful as it should be).

    Thanks.

    Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
    Java HotSpot(TM) Server VM (build 1.6.0_03-b05, mixed mode)
    Linux GX745-60 2.6.22-14-generic #1 SMP Fri Feb 1 04:59:50 UTC 2008 i686 GNU/Linux

    2008/02/07 12:39:48:743 GMT [INFO] DefaultFileReplicator - Using "/tmp/vfs_cache" as temporary files store.

    ERROR 07-02 12:39:52,196 (LogWriter.javarintln:436) -Spoon - Unable to open browser tab

    ERROR 07-02 12:39:52,199 (LogWriter.javarintln:436) -Spoon - org.eclipse.swt.SWTError: No more handles (java.lang.UnsatisfiedLinkError: no swt-mozilla-gtk-3346 or swt-mozilla-gtk in swt.library.path, java.library.path or the jar file)

  2. #2
    Join Date
    Nov 1999
    Posts
    7,251

    Default

    What platform are you running on dear sir?
    Matt Casters, Chief Data Integration
    Pentaho, Open Source Business Intelligence
    http://www.pentaho.org -- mcasters@pentaho.org

    Author of the upcoming book Pentaho Kettle Solutions by Wiley. Release date: mid-September 2010.

    Join us on IRC server Freenode.net, channel ##pentaho

  3. #3
    Join Date
    Feb 2008
    Posts
    20

    Default

    Linux ubuntu 7.10 32bits and Java is in 32 bits too.

  4. #4
    Join Date
    Nov 1999
    Posts
    7,251

    Default

    Same as my system then.
    I suggest you install the xulrunner package.

    Code:
    sudo apt-get install xulrunner
    Otherwise, you can also change the spoon.sh script to point to your mozilla or firefox installation.

    Code:
    export MOZILLA_FIVE_HOME=/usr/lib/xulrunner-1.8.1/
    This is the line to change.

    Matt
    Matt Casters, Chief Data Integration
    Pentaho, Open Source Business Intelligence
    http://www.pentaho.org -- mcasters@pentaho.org

    Author of the upcoming book Pentaho Kettle Solutions by Wiley. Release date: mid-September 2010.

    Join us on IRC server Freenode.net, channel ##pentaho

  5. #5
    Join Date
    Feb 2008
    Posts
    20

    Default

    Thanks it's working !

    Like we say in french:

    ça roxx !

  6. #6
    Join Date
    Jun 2007
    Posts
    194

    Default

    You probably don't need XULRunner if you already have Mozilla intstalled, as it has an embedded XUL engine.

    Refer http://forums.pentaho.org/showthread.php?t=59537

  7. #7
    Join Date
    Nov 1999
    Posts
    7,251

    Default

    YMMV. I once read it had to be a mozilla with special compilations options enabled.
    At least with xulrunner I know it can be done. :-)

    SWT is evolving pretty fast in this regard, so I don't know if it's all still true.

    Matt
    Matt Casters, Chief Data Integration
    Pentaho, Open Source Business Intelligence
    http://www.pentaho.org -- mcasters@pentaho.org

    Author of the upcoming book Pentaho Kettle Solutions by Wiley. Release date: mid-September 2010.

    Join us on IRC server Freenode.net, channel ##pentaho

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts