Advertisement
Guest User

vuze 4.7

a guest
Jul 4th, 2012
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.04 KB | None | 0 0
  1. anybody@anywhere:/data/nix/software/vuze$ ./azureus
  2. Starting Azureus...
  3. Suitable java version found [java = 1.6.0_25]
  4. Configuring environment...
  5. Java exec found in PATH. Verifying...
  6. find: `/data/nix/environment/anybody/.azureus': No such file or directory
  7. Browser check failed with: InvocationTargetException, No more handles [Unknown Mozilla path (MOZILLA_FIVE_HOME not set)]
  8. Auto-scanning for GRE/XULRunner. You can skip this by appending the GRE path to LD_LIBRARY_PATH and setting MOZILLA_FIVE_HOME.
  9. checking /usr/lib/seamonkey-2.1b3 for GRE
  10. Can not use GRE from /usr/lib/seamonkey-2.1b3 because it's missing libxpcom.so.
  11. checking /usr/lib/seamonkey for GRE
  12. Can not use GRE from /usr/lib/seamonkey because it's missing libxpcom.so.
  13. checking /usr/lib/mozilla for GRE
  14. Can not use GRE from /usr/lib/mozilla because it's missing libxpcom.so.
  15. Browser check failed with: InvocationTargetException, No more handles [Unknown Mozilla path (MOZILLA_FIVE_HOME not set)]
  16. Can't create browser. Will try to set LD_LIBRARY_PATH and hope Vuze has better luck.
  17. GRE/XULRunner automatically found
  18. Loading Azureus:
  19. java -Xmx128m -cp "./Azureus2.jar:./swt.jar" -Djava.library.path="/data/nix/software/vuze" -Dazureus.install.path="/data/nix/software/vuze" -Dazureus.script="./azureus" -Dazureus.script.version=2 org.gudy.azureus2.ui.swt.Main
  20. file:/data/nix/software/vuze/Azureus2.jar ; file:/data/nix/software/vuze/swt.jar ; file:/data/nix/software/vuze/
  21. changeLocale: *Default Language* != English (United States). Searching without country..
  22. changeLocale: Searching for language English in *any* country..
  23. changeLocale: no message properties for Locale 'English (United States)' (en_US), using 'English (default)'
  24. DEBUG::Wed Jul 04 17:57:27 GMT 2012 Successfully migrated key management
  25. java.lang.reflect.InvocationTargetException
  26. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  27. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  28. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  29. at java.lang.reflect.Constructor.newInstance(Unknown Source)
  30. at org.gudy.azureus2.ui.swt.Main.<init>(Main.java:114)
  31. at org.gudy.azureus2.ui.swt.Main.main(Main.java:292)
  32. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  33. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  34. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  35. at java.lang.reflect.Method.invoke(Unknown Source)
  36. at com.aelitis.azureus.launcher.MainExecutor$1.run(MainExecutor.java:37)
  37. at java.lang.Thread.run(Unknown Source)
  38. Caused by: java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons:
  39. no swt-gnome-gtk-3802 in java.library.path
  40. no swt-gnome-gtk in java.library.path
  41. Can't load library: /data/nix/environment/anybody/.swt/lib/linux/x86/libswt-gnome-gtk-3802.so
  42. Can't load library: /data/nix/environment/anybody/.swt/lib/linux/x86/libswt-gnome-gtk.so
  43. /data/nix/environment/anybody/.swt/lib/linux/x86/libswt-gnome-gtk-3802.so: libgnomevfs-2.so.0: cannot open shared object file: No such file or directory
  44.  
  45. at org.eclipse.swt.internal.Library.loadLibrary(Library.java:285)
  46. at org.eclipse.swt.internal.Library.loadLibrary(Library.java:194)
  47. at org.eclipse.swt.internal.gnome.GNOME.<clinit>(GNOME.java:21)
  48. at org.eclipse.swt.program.Program.gnome_24_launch(Program.java:397)
  49. at org.eclipse.swt.program.Program.launch(Program.java:1086)
  50. at org.eclipse.swt.program.Program.launch(Program.java:1042)
  51. at org.gudy.azureus2.ui.swt.Utils.launch(Utils.java:955)
  52. at com.aelitis.azureus.ui.swt.Initializer.checkInstallID(Initializer.java:303)
  53. at com.aelitis.azureus.ui.swt.Initializer.runInSWTThread(Initializer.java:272)
  54. at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.<init>(SWTThread.java:271)
  55. at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.createInstance(SWTThread.java:63)
  56. at com.aelitis.azureus.ui.swt.Initializer.<init>(Initializer.java:162)
  57. ... 12 more
  58. Exit from Azureus complete
  59. No shutdown tasks to do
  60. Azureus TERMINATED.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement