cvs commit: ports/net/azureus Makefile
Ion-Mihai Tetcu
itetcu at people.tecnik93.com
Mon Sep 19 02:25:18 PDT 2005
On Mon, 19 Sep 2005 12:00:01 +0300
Ion-Mihai Tetcu <itetcu at people.tecnik93.com> wrote:
> On Sun, 18 Sep 2005 19:52:09 +0000 (UTC)
> Mario Sergio Fujikawa Ferreira <lioux at FreeBSD.org> wrote:
>
> > lioux 2005-09-18 19:52:09 UTC
> >
> > FreeBSD ports repository
> >
> > Modified files:
> > net/azureus Makefile
> > Log:
> > o Fix PLIST
>
> Thanks.
But now:
I start azureus from console and I don't get the main window.
This happened after I updated eclipse; I recompiled azureus and I did it
again after this last azureus port update.
After removing ~/.Azureus:
> azureus
Pango:/home/itetcu/.pangorc:6: A [SECTION] declaration must occur first
DEBUG::Mon Sep 19 12:14:55 EEST 2005
java.lang.ClassNotFoundException: org.gudy.azureus2.update.UpdaterPatcher
at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
at org.gudy.azureus2.pluginsimpl.local.PluginInitializer.loadPluginFromDir(Unknown Source)
at org.gudy.azureus2.pluginsimpl.local.PluginInitializer.loadPluginsFromDir(Unknown Source)
at org.gudy.azureus2.pluginsimpl.local.PluginInitializer.loadPlugins(Unknown Source)
at com.aelitis.azureus.core.impl.AzureusCoreImpl.start(Unknown Source)
at org.gudy.azureus2.ui.swt.mainwindow.Initializer.run(Unknown Source)
at org.gudy.azureus2.ui.swt.mainwindow.SWTThread$1.runSupport(Unknown Source)
at org.gudy.azureus2.core3.util.AERunnable.run(Unknown Source)
at java.lang.Thread.run(Thread.java:534)
Error loading plugin 'azupdater' / 'org.gudy.azureus2.update.UpdaterUpdateChecker;org.gudy.azureus2.update.UpdaterPatcher' : java.lang.ClassNotFoundException: org.gudy.azureus2.update.UpdaterPatcher
DEBUG::Mon Sep 19 12:15:00 EEST 2005
java.lang.NullPointerException
at org.eclipse.swt.custom.StyledText.computeSize(StyledText.java:2101)
at org.eclipse.swt.layout.FormData.computeSize(FormData.java:116)
at org.eclipse.swt.layout.FormData.getWidth(FormData.java:145)
at org.eclipse.swt.layout.FormData.getRightAttachment(FormData.java:246)
at org.eclipse.swt.layout.FormLayout.layout(FormLayout.java:305)
at org.eclipse.swt.layout.FormLayout.layout(FormLayout.java:284)
at org.eclipse.swt.widgets.Composite.updateLayout(Composite.java:1133)
at org.eclipse.swt.widgets.Shell.resizeBounds(Shell.java:1071)
at org.eclipse.swt.widgets.Shell.gtk_size_allocate(Shell.java:876)
at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1375)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:3442)
at org.eclipse.swt.internal.gtk.OS._gtk_widget_realize(Native Method)
at org.eclipse.swt.internal.gtk.OS.gtk_widget_realize(OS.java:7154)
at org.eclipse.swt.widgets.Control.getFgColor(Control.java:1615)
at org.eclipse.swt.widgets.Control.getForegroundColor(Control.java:1610)
at org.eclipse.swt.widgets.Control.setForeground(Control.java:2766)
at org.eclipse.swt.custom.StyledText.<init>(StyledText.java:1620)
at org.gudy.azureus2.ui.swt.sharing.progress.ProgressWindow$progressDialog.<init>(Unknown Source)
at org.gudy.azureus2.ui.swt.sharing.progress.ProgressWindow.<init>(Unknown Source)
at org.gudy.azureus2.ui.swt.mainwindow.MainWindow.openMainWindow(Unknown Source)
at org.gudy.azureus2.ui.swt.mainwindow.MainWindow.access$1100(Unknown Source)
at org.gudy.azureus2.ui.swt.mainwindow.MainWindow$25.runSupport(Unknown Source)
at org.gudy.azureus2.core3.util.AERunnable.run(Unknown Source)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2844)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2575)
at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.<init>(Unknown Source)
at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.createInstance(Unknown Source)
at org.gudy.azureus2.ui.swt.mainwindow.Initializer.<init>(Unknown Source)
at org.gudy.azureus2.ui.swt.Main.<init>(Unknown Source)
at org.gudy.azureus2.ui.swt.Main.main(Unknown Source)
**** DHT: Anti-spoof currently disabled for old clients ****
(SWT:50593): Gtk-CRITICAL **: gtk_window_realize: assertion `!GTK_WIDGET_REALIZED (widget)' failed
load: 1.17 cmd: java 50593 [kserel] 9.17u 0.74s 0% 45136k
...... I get the splash screen and here I should see the main window and the tray icon.
> ps axwwwl |grep azureus
1001 51830 2120 0 -8 0 1636 980 piperd S+ pa 0:00.00 grep azureus
> ps axwwwl | grep azureus
1001 55942 2120 0 76 0 1564 488 - R+ pa 0:00.00 grep azureus
> ps axwwwl | grep azureus
1001 55966 2120 0 -8 0 1636 980 piperd S+ pa 0:00.00 grep azureus
I got a plugin update window for auto-updater which ended with success, but that's all.
After stopping with Ctrl+C and starting it again:
> azureus
Pango:/home/itetcu/.pangorc:6: A [SECTION] declaration must occur first
DEBUG::Mon Sep 19 12:23:53 EEST 2005
java.lang.NullPointerException
at org.eclipse.swt.custom.StyledText.computeSize(StyledText.java:2101)
at org.eclipse.swt.layout.FormData.computeSize(FormData.java:116)
at org.eclipse.swt.layout.FormData.getWidth(FormData.java:145)
at org.eclipse.swt.layout.FormData.getRightAttachment(FormData.java:246)
at org.eclipse.swt.layout.FormLayout.layout(FormLayout.java:305)
at org.eclipse.swt.layout.FormLayout.layout(FormLayout.java:284)
at org.eclipse.swt.widgets.Composite.updateLayout(Composite.java:1133)
at org.eclipse.swt.widgets.Shell.resizeBounds(Shell.java:1071)
at org.eclipse.swt.widgets.Shell.gtk_size_allocate(Shell.java:876)
at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1375)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:3442)
at org.eclipse.swt.internal.gtk.OS._gtk_widget_realize(Native Method)
at org.eclipse.swt.internal.gtk.OS.gtk_widget_realize(OS.java:7154)
at org.eclipse.swt.widgets.Control.getFgColor(Control.java:1615)
at org.eclipse.swt.widgets.Control.getForegroundColor(Control.java:1610)
at org.eclipse.swt.widgets.Control.setForeground(Control.java:2766)
at org.eclipse.swt.custom.StyledText.<init>(StyledText.java:1620)
at org.gudy.azureus2.ui.swt.sharing.progress.ProgressWindow$progressDialog.<init>(Unknown Source)
at org.gudy.azureus2.ui.swt.sharing.progress.ProgressWindow.<init>(Unknown Source)
at org.gudy.azureus2.ui.swt.mainwindow.MainWindow.openMainWindow(Unknown Source)
at org.gudy.azureus2.ui.swt.mainwindow.MainWindow.access$1100(Unknown Source)
at org.gudy.azureus2.ui.swt.mainwindow.MainWindow$25.runSupport(Unknown Source)
at org.gudy.azureus2.core3.util.AERunnable.run(Unknown Source)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2844)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2575)
at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.<init>(Unknown Source)
at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.createInstance(Unknown Source)
at org.gudy.azureus2.ui.swt.mainwindow.Initializer.<init>(Unknown Source)
at org.gudy.azureus2.ui.swt.Main.<init>(Unknown Source)
at org.gudy.azureus2.ui.swt.Main.main(Unknown Source)
**** DHT: Anti-spoof currently disabled for old clients ****
load: 1.25 cmd: java 58978 [kserel] 6.45u 0.68s 14% 44412k
Suggestions ?
Thanks,
--
IOnut
Unregistered ;) FreeBSD "user"
More information about the cvs-ports
mailing list