Package: azureus
Version: 3.1.1.0-3.1
Severity: normal
Following messages are diplayed at startup
$ azureus &
changeLocale: *Default Language* != English (Denmark). Searching without
country..
changeLocale: Searching for language English in *any* country..
changeLocale: no message properties for Locale 'English (Denmark)' (en_DK),
using 'English (default)'
Locale Initializing took 382ms
Core: 29ms for Loading Plugin: azupnpav
Core: 81ms for Loading Plugin: Built In
Core: 351ms for Initializing Global Torrent Manager
Core: 26ms for Initializing Plugin: Embedded Media Player
Core: 25ms for Initializing Plugin: Start/Stop Rules
Core: 25ms for Initializing Plugin: Share Hoster
Core: 25ms for Initializing Plugin: Client ID
Core: 26ms for Initializing Plugin: Magnet URI Handler
Core: 25ms for Initializing Plugin: Network Status
Core Initializing took 715ms
Core: 180ms for Initializing Plugin: Friends
new shell took 103ms
Browser: org.eclipse.swt.SWTError: No more handles [Unknown Mozilla path
(MOZILLA_FIVE_HOME not set)]
Browser: org.eclipse.swt.SWTError: No more handles [Unknown Mozilla path
(MOZILLA_FIVE_HOME not set)]
Browser: org.eclipse.swt.SWTError: No more handles [Unknown Mozilla path
(MOZILLA_FIVE_HOME not set)]
Browser: org.eclipse.swt.SWTError: No more handles [Unknown Mozilla path
(MOZILLA_FIVE_HOME not set)]
Browser: org.eclipse.swt.SWTError: No more handles [Unknown Mozilla path
(MOZILLA_FIVE_HOME not set)]
skin init took 1121ms
MainMenu init took 126ms
createWindow init took 0ms
skin layout took 359ms
pre skin widgets init took 50ms
hooks init took 27ms
skin widgets init took 521ms
pre SWTInstance init took 12ms
SWTInstance init took 100ms
Activate tab tab-home took 25ms
sb=false
[alert] Alert:3:Error Initialize MainWindow
DEBUG::Thu Oct 09 23:33:51 EEST
2008::com.aelitis.azureus.ui.swt.shells.main.MainWindow$2::runSupport::229:
org.eclipse.swt.SWTException: Unable to load graphics library [Cairo is
required] (java.lang.NoClassDefFoundError: Could not initialize class
org.eclipse.swt.internal.cairo.Cairo)
at org.eclipse.swt.SWT.error(SWT.java:3777)
at org.eclipse.swt.graphics.Device.checkCairo(Device.java:178)
at org.eclipse.swt.graphics.GC.initCairo(GC.java:2810)
at org.eclipse.swt.graphics.GC.setAlpha(GC.java:2980)
at
com.aelitis.azureus.ui.swt.skin.SWTSkinObjectText2.paintControl(SWTSkinObjectText2.java:480)
at
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:217)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1158)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1182)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1167)
at org.eclipse.swt.widgets.Control.gtk_expose_event(Control.java:2703)
at
org.eclipse.swt.widgets.Composite.gtk_expose_event(Composite.java:669)
at org.eclipse.swt.widgets.Canvas.gtk_expose_event(Canvas.java:170)
at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1539)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:4502)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:4099)
at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method)
at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:5783)
at org.eclipse.swt.widgets.Display.eventProc(Display.java:1177)
at org.eclipse.swt.internal.gtk.OS._gdk_window_process_updates(Native
Method)
at
org.eclipse.swt.internal.gtk.OS.gdk_window_process_updates(OS.java:3695)
at org.eclipse.swt.widgets.Control.update(Control.java:4461)
at org.eclipse.swt.widgets.Shell.setVisible(Shell.java:1682)
at org.eclipse.swt.widgets.Shell.open(Shell.java:1147)
at
com.aelitis.azureus.ui.swt.shells.main.MainWindow.showMainWindow(MainWindow.java:1144)
at
com.aelitis.azureus.ui.swt.shells.main.MainWindow.createWindow(MainWindow.java:805)
at
com.aelitis.azureus.ui.swt.shells.main.MainWindow$2.runSupport(MainWindow.java:227)
at org.gudy.azureus2.core3.util.AERunnable.run(AERunnable.java:38)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3378)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3036)
at
org.gudy.azureus2.ui.swt.mainwindow.SWTThread.<init>(SWTThread.java:183)
at
org.gudy.azureus2.ui.swt.mainwindow.SWTThread.createInstance(SWTThread.java:67)
at
org.gudy.azureus2.ui.swt.mainwindow.Initializer.<init>(Initializer.java:110)
at org.gudy.azureus2.ui.swt.Main.<init>(Main.java:84)
at org.gudy.azureus2.ui.swt.Main.main(Main.java:216)
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:636)
Caused by: java.lang.NoClassDefFoundError: Could not initialize class
org.eclipse.swt.internal.cairo.Cairo
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:186)
at org.eclipse.swt.graphics.Device.checkCairo(Device.java:175)
... 47 more
DEBUG::Thu Oct 09 23:33:53 EEST
2008::com.aelitis.azureus.ui.swt.views.skin.SkinView::show::54:
SWTSkinObjectAdapter::eventOccured::53,SWTSkinObjectBasic::addListener::496,MainWindow$22::eventOccured::1318,SWTSkinObjectBasic::triggerListeners::549,SWTSkinObjectBasic::triggerListeners::517,SWTSkinObjectBasic::setIsVisible::181,SWTSkinObjectBasic::access$000::35,SWTSkinObjectBasic$2$1::runSupport::142,AERunnable::run::38,RunnableLock::run::35,Synchronizer::runAsyncMessages::133,Display::runAsyncMessages::3378,Display::readAndDispatch::3036,SWTThread::<init>::183,SWTThread::createInstance::67,Initializer::<init>::110,Main::<init>::84,Main::main::216,NativeMethodAccessorImpl::invoke0::-2,NativeMethodAccessorImpl::invoke::57,DelegatingMethodAccessorImpl::invoke::43,Method::invoke::616,Main::directLaunch::229,Main::main::132,NativeMethodAccessorImpl::invoke0::-2,NativeMethodAccessorImpl::invoke::57,DelegatingMethodAccessorImpl::invoke::43,Method::invoke::616,MainExecutor$1::run::37,Thread::run::636
java.lang.NullPointerException
at
com.aelitis.azureus.ui.swt.views.skin.MiniBrowse.createBrowseArea(MiniBrowse.java:87)
at
com.aelitis.azureus.ui.swt.views.skin.MiniBrowse.showSupport(MiniBrowse.java:80)
at com.aelitis.azureus.ui.swt.views.skin.SkinView.show(SkinView.java:52)
at
com.aelitis.azureus.ui.swt.skin.SWTSkinObjectAdapter.eventOccured(SWTSkinObjectAdapter.java:53)
at
com.aelitis.azureus.ui.swt.skin.SWTSkinObjectBasic.addListener(SWTSkinObjectBasic.java:496)
at
com.aelitis.azureus.ui.swt.shells.main.MainWindow$22.eventOccured(MainWindow.java:1318)
at
com.aelitis.azureus.ui.swt.skin.SWTSkinObjectBasic.triggerListeners(SWTSkinObjectBasic.java:549)
at
com.aelitis.azureus.ui.swt.skin.SWTSkinObjectBasic.triggerListeners(SWTSkinObjectBasic.java:517)
at
com.aelitis.azureus.ui.swt.skin.SWTSkinObjectBasic.setIsVisible(SWTSkinObjectBasic.java:181)
at
com.aelitis.azureus.ui.swt.skin.SWTSkinObjectBasic.access$000(SWTSkinObjectBasic.java:35)
at
com.aelitis.azureus.ui.swt.skin.SWTSkinObjectBasic$2$1.runSupport(SWTSkinObjectBasic.java:142)
at org.gudy.azureus2.core3.util.AERunnable.run(AERunnable.java:38)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3378)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3036)
at
org.gudy.azureus2.ui.swt.mainwindow.SWTThread.<init>(SWTThread.java:183)
at
org.gudy.azureus2.ui.swt.mainwindow.SWTThread.createInstance(SWTThread.java:67)
at
org.gudy.azureus2.ui.swt.mainwindow.Initializer.<init>(Initializer.java:110)
at org.gudy.azureus2.ui.swt.Main.<init>(Main.java:84)
at org.gudy.azureus2.ui.swt.Main.main(Main.java:216)
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:636)
(SWT:13053): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate
widget with width 250 and height -1
(SWT:13053): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate
widget with width 250 and height -1
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26-1-openvz-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages azureus depends on:
ii libcommons-cli-java 1.1-3 API for working with the command l
ii liblog4j1.2-java 1.2.15-4 Logging library for java
ii libswt-gtk-3.4-java 3.4-1 Standard Widget Toolkit for GTK+ J
ii openjdk-6-jre 6b11-6 OpenJDK Java runtime, using Hotspo
azureus recommends no packages.
Versions of packages azureus suggests:
pn vuze <none> (no description available)
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]