Results 1 to 7 of 7

Thread: Installation Trouble

  1. #1
    Join Date
    Dec 2011
    Beans
    4

    Installation Trouble

    I installed Ubuntu 11.04 on my PC a few days ago and really liked it. Since yesterday i have been trying to install Vuze but the following message is being posted. Any help is appreciated.


    file:/usr/lib/jni/ ; file:/usr/lib/java/ ; file:/usr/share/java/Azureus2.jar ; file:/usr/share/java/log4j-1.2-1.2.15.jar ; file:/usr/share/java/commons-cli-1.2.jar ; file:/usr/lib/java/swt-gtk-3.5.1.jar ; file:/home/user/
    changeLocale: *Default Language* != English (United States). Searching without country..
    changeLocale: Searching for language English in *any* country..
    changeLocale: no message properties for Locale 'English (United States)' (en_US), using 'English (default)'
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.gudy.azureus2.ui.common.Main.directLaunch(Main .java:229)
    at org.gudy.azureus2.ui.common.Main.main(Main.java:13 2)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.aelitis.azureus.launcher.MainExecutor$1.run(Ma inExecutor.java:37)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: java.lang.UnsatisfiedLinkError: no swt-pi-gtk-3555 or swt-pi-gtk in swt.library.path, java.library.path or the jar file
    at org.eclipse.swt.internal.Library.loadLibrary(Libra ry.java:254)
    at org.eclipse.swt.internal.Library.loadLibrary(Libra ry.java:159)
    at org.eclipse.swt.internal.gtk.OS.<clinit>(OS.java:2 2)
    at org.eclipse.swt.internal.Converter.wcsToMbcs(Conve rter.java:63)
    at org.eclipse.swt.internal.Converter.wcsToMbcs(Conve rter.java:54)
    at org.eclipse.swt.widgets.Display.<clinit>(Display.j ava:131)
    at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.<ini t>(SWTThread.java:79)
    at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.crea teInstance(SWTThread.java:59)
    at org.gudy.azureus2.ui.swt.mainwindow.Initializer.<i nit>(Initializer.java:111)
    at org.gudy.azureus2.ui.swt.Main.<init>(Main.java:88)
    at org.gudy.azureus2.ui.swt.Main.main(Main.java:255)
    ... 12 more
    Start fails:
    com.aelitis.azureus.core.AzureusCoreException: Azureus core already instantiated
    at com.aelitis.azureus.core.impl.AzureusCoreImpl.crea te(AzureusCoreImpl.java:120)
    at com.aelitis.azureus.core.AzureusCoreFactory.create (AzureusCoreFactory.java:46)
    at org.gudy.azureus2.ui.common.Main.main(Main.java:16 0)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.aelitis.azureus.launcher.MainExecutor$1.run(Ma inExecutor.java:37)
    at java.lang.Thread.run(Thread.java:662)

    Thanks in Advance.

  2. #2
    Join Date
    Jul 2011
    Beans
    3,037
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Installation Trouble

    This component seems to be missing/not installed or it is not included in the path

    Caused by: java.lang.UnsatisfiedLinkError: no swt-pi-gtk-3555 or swt-pi-gtk in swt.library.path, java.library.path or the jar file

  3. #3
    Join Date
    Nov 2011
    Location
    At home
    Beans
    1,359
    Distro
    Ubuntu 15.04 Vivid Vervet

    Re: Installation Trouble

    It's a bug:

    https://bugs.launchpad.net/ubuntu/+s...us/+bug/700602
    https://bugs.launchpad.net/ubuntu/+s...ar/+bug/703618

    The proposed workaround:

    Code:
    sudo apt-get remove libswt-gtk-3.5-jni libswt-gtk-3.5-java

    Code:
    sudo apt-get install libswt-gtk-3.6-jni libswt-gtk-3.6-java

  4. #4
    Join Date
    Dec 2011
    Beans
    4

    Re: Installation Trouble

    Got this reply...

    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Unable to locate package libswt-gtk-3.6-jni
    E: Couldn't find any package by regex 'libswt-gtk-3.6-jni'
    E: Unable to locate package libswt-gtk-3.6-java
    E: Couldn't find any package by regex 'libswt-gtk-3.6-java'

    What should i do???

  5. #5
    Join Date
    Nov 2011
    Location
    At home
    Beans
    1,359
    Distro
    Ubuntu 15.04 Vivid Vervet

    Re: Installation Trouble

    The problem is Java. I don't know if you can follow the instructions and install Java 7:

    http://www.webupd8.org/2011/09/how-t...-7-jdk-in.html

  6. #6
    Join Date
    Dec 2011
    Beans
    4

    Re: Installation Trouble

    Quote Originally Posted by BC59 View Post
    The problem is Java. I don't know if you can follow the instructions and install Java 7:

    http://www.webupd8.org/2011/09/how-t...-7-jdk-in.html
    Thanks a lot works fine now...

  7. #7
    Join Date
    Nov 2011
    Location
    At home
    Beans
    1,359
    Distro
    Ubuntu 15.04 Vivid Vervet

    Re: Installation Trouble

    Please mark the thread as solved, from the thread tools close to the top of the page.

Tags for this Thread

Bookmarks

Posting Permissions

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