[Bug 1024981] Re: Vuze fails to run on Ubuntu 12.04 LTS server

2013-11-21 Thread Ken Sharp
Ubuntu cannot be expected to look after bugs for third-party software.
Report it to them.

** Changed in: azureus (Ubuntu)
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024981

Title:
  Vuze fails to run on Ubuntu 12.04 LTS server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/azureus/+bug/1024981/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1024981] Re: Vuze fails to run on Ubuntu 12.04 LTS server

2012-07-23 Thread Bala Rajoo
** Description changed:

  Vuze fails to run on Ubuntu server
  
  Description: Ubuntu 12.04 LTS
  Release: 12.04
  
  Vuze package downloaded and installed from:
  http://www.ubuntuupdates.org/package/getdeb_apps/precise/apps/getdeb/azureus
  
  Run app by using vuze from command prompt
  
  Get the following output:
  
  file:/usr/lib/jni/ ; file:/usr/lib/java/ ; file:/usr/share/java/Azureus2.jar 
; file:/usr/share/java/log4j-1.2-1.2.16.jar ; 
file:/usr/share/java/commons-cli-1.2.jar ; file:/usr/lib/java/swt-gtk-3.7.2.jar 
; file:/home/scout/
  java.lang.reflect.InvocationTargetException
- 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:616)
- at org.gudy.azureus2.ui.common.Main.directLaunch(Main.java:229)
- at org.gudy.azureus2.ui.common.Main.main(Main.java:132)
- 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:616)
- at 
com.aelitis.azureus.launcher.MainExecutor$1.run(MainExecutor.java:37)
- at java.lang.Thread.run(Thread.java:679)
+ 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:616)
+ at org.gudy.azureus2.ui.common.Main.directLaunch(Main.java:229)
+ at org.gudy.azureus2.ui.common.Main.main(Main.java:132)
+ 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:616)
+ at 
com.aelitis.azureus.launcher.MainExecutor$1.run(MainExecutor.java:37)
+ at java.lang.Thread.run(Thread.java:679)
  Caused by: org.eclipse.swt.SWTError: No more handles [gtk_init_check() failed]
- at org.eclipse.swt.SWT.error(SWT.java:4308)
- at org.eclipse.swt.widgets.Display.createDisplay(Display.java:909)
- at org.eclipse.swt.widgets.Display.create(Display.java:897)
- at org.eclipse.swt.graphics.Device.init(Device.java:157)
- at org.eclipse.swt.widgets.Display.init(Display.java:500)
- at org.eclipse.swt.widgets.Display.init(Display.java:491)
- at 
org.gudy.azureus2.ui.swt.mainwindow.SWTThread.init(SWTThread.java:84)
- at 
org.gudy.azureus2.ui.swt.mainwindow.SWTThread.createInstance(SWTThread.java:59)
- at 
org.gudy.azureus2.ui.swt.mainwindow.Initializer.init(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
+ at org.eclipse.swt.SWT.error(SWT.java:4308)
+ at org.eclipse.swt.widgets.Display.createDisplay(Display.java:909)
+ at org.eclipse.swt.widgets.Display.create(Display.java:897)
+ at org.eclipse.swt.graphics.Device.init(Device.java:157)
+ at org.eclipse.swt.widgets.Display.init(Display.java:500)
+ at org.eclipse.swt.widgets.Display.init(Display.java:491)
+ at 
org.gudy.azureus2.ui.swt.mainwindow.SWTThread.init(SWTThread.java:84)
+ at 
org.gudy.azureus2.ui.swt.mainwindow.SWTThread.createInstance(SWTThread.java:59)
+ at 
org.gudy.azureus2.ui.swt.mainwindow.Initializer.init(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.create(AzureusCoreImpl.java:120)
- at 
com.aelitis.azureus.core.AzureusCoreFactory.create(AzureusCoreFactory.java:46)
- at org.gudy.azureus2.ui.common.Main.main(Main.java:160)
- 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:616)
- at 
com.aelitis.azureus.launcher.MainExecutor$1.run(MainExecutor.java:37)
- at java.lang.Thread.run(Thread.java:679)
- 
+ 

[Bug 1024981] Re: Vuze fails to run on Ubuntu 12.04 LTS server

2012-07-15 Thread Bala Rajoo
** Tags added: azureus

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024981

Title:
  Vuze fails to run on Ubuntu 12.04 LTS server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/azureus/+bug/1024981/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs