Azureus crashes after start

Bug #109850 reported by Jan
6
Affects Status Importance Assigned to Milestone
azureus (Ubuntu)
New
Undecided
Unassigned

Bug Description

Binary package hint: azureus

Azureus crashs right after start. This happens only with the Ubuntu version of azureus. The vanilla Azureus from the official website runs without any problem. Also why is 2.5.0.0 and not the uptodate version 2.5.0.4 in Ubuntu included?
This is the output starting azureus from the terminal:

DEBUG::Wed Apr 25 07:30:47 CEST 2007::org.gudy.azureus2.pluginsimpl.local.PluginInterfaceImpl::initialisationComplete::581:
  java.lang.NoSuchMethodError: org.gudy.azureus2.plugins.PluginConfig.getUnsafeStringParameter(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
        at org.gudy.azureus2.ui.swt.views.IrcView$1.initializationComplete(IrcView.java:70)
        at org.gudy.azureus2.pluginsimpl.local.PluginInterfaceImpl.initialisationComplete(PluginInterfaceImpl.java:577)
        at org.gudy.azureus2.pluginsimpl.local.PluginInitializer.initialisationComplete(PluginInitializer.java:1443)
        at com.aelitis.azureus.core.impl.AzureusCoreImpl$7.runSupport(AzureusCoreImpl.java:421)
        at org.gudy.azureus2.core3.util.AEThread.run(AEThread.java:69)

DEBUG::Wed Apr 25 07:30:51 CEST 2007::org.gudy.azureus2.core3.config.impl.ConfigurationManager::getIntParameterRaw::268:
  java.lang.ClassCastException: [B cannot be cast to java.lang.Long
        at org.gudy.azureus2.core3.config.impl.ConfigurationManager.getIntParameterRaw(ConfigurationManager.java:266)
        at org.gudy.azureus2.core3.config.impl.ConfigurationManager.getIntParameter(ConfigurationManager.java:274)
        at org.gudy.azureus2.core3.config.COConfigurationManager.getIntParameter(COConfigurationManager.java:171)
        at org.gudy.azureus2.ui.swt.mainwindow.MainWindow.checkForWhatsNewWindow(MainWindow.java:1543)
        at org.gudy.azureus2.ui.swt.mainwindow.MainWindow.showMainWindow(MainWindow.java:675)
        at org.gudy.azureus2.ui.swt.mainwindow.MainWindow.runSupport(MainWindow.java:571)
        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:123)
        at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3157)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2859)
        at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.<init>(SWTThread.java:125)
        at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.createInstance(SWTThread.java:61)
        at org.gudy.azureus2.ui.swt.mainwindow.Initializer.<init>(Initializer.java:110)
        at org.gudy.azureus2.ui.swt.Main.<init>(Main.java:147)
        at org.gudy.azureus2.ui.swt.Main.main(Main.java:162)

#
# An unexpected error has been detected by Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0xb47fe172, pid=6093, tid=3084594064
#
# Java VM: Java HotSpot(TM) Client VM (1.6.0-b105 mixed mode, sharing)
# Problematic frame:
# C [libglibjni-0.4.so+0x9172]
#
# An error report file with more information is saved as hs_err_pid6093.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
Aborted (core dumped)

Revision history for this message
Chris Conway (cconway) wrote :

I get a similar error, without the backtrace. The problem is the same with Java 5 and Java 6. I'm attaching the .log file referenced in the error.

$ azureus
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)'
#
# An unexpected error has been detected by Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x8f7b9172, pid=26776, tid=3084475280
#
# Java VM: Java HotSpot(TM) Server VM (1.6.0-b105 mixed mode)
# Problematic frame:
# C [libglibjni-0.4.so+0x9172]
#
# An error report file with more information is saved as hs_err_pid26776.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
Aborted (core dumped)

Revision history for this message
Sam Brightman (sambrightman) wrote :

Chris, it seems like you are experiencing bug 68020, which at the moment looks unrelated to this one.

Revision history for this message
Sam Brightman (sambrightman) wrote :

Also, this bug looks like it might be related to a plugin rather than main Azureus. Lutz, what plugins have you installed for Azureus?

Revision history for this message
Jan (jan23) wrote :

I have the following plugins installed:
BitTorrent IRC Bot Plugin 2.2.2
IRC, Tracker Dynamic Pages, Tracker Static Pages 2.1.4
Rating 1.3.1

I don't know what they are for so probably some of them are installed by default?

Revision history for this message
Marcos Silva Pereira (marcospereira) wrote :

I catch the same error with a clean installation of azureus:

DEBUG::Tue Jun 12 02:21:16 BRT 2007::org.gudy.azureus2.core3.config.impl.ConfigurationManager::getIntParameterRaw::268:
  java.lang.ClassCastException: [B cannot be cast to java.lang.Long
        at org.gudy.azureus2.core3.config.impl.ConfigurationManager.getIntParameterRaw(ConfigurationManager.java:266)
        at org.gudy.azureus2.core3.config.impl.ConfigurationManager.getIntParameter(ConfigurationManager.java:274)
        at org.gudy.azureus2.core3.config.COConfigurationManager.getIntParameter(COConfigurationManager.java:171)
        at org.gudy.azureus2.ui.swt.mainwindow.MainWindow.checkForWhatsNewWindow(MainWindow.java:1543)
        at org.gudy.azureus2.ui.swt.mainwindow.MainWindow.showMainWindow(MainWindow.java:675)
        at org.gudy.azureus2.ui.swt.mainwindow.MainWindow.runSupport(MainWindow.java:571)
        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:123)
        at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3157)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2859)
        at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.<init>(SWTThread.java:125)
        at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.createInstance(SWTThread.java:61)
        at org.gudy.azureus2.ui.swt.mainwindow.Initializer.<init>(Initializer.java:110)
        at org.gudy.azureus2.ui.swt.Main.<init>(Main.java:147)
        at org.gudy.azureus2.ui.swt.Main.main(Main.java:162)

#
# An unexpected error has been detected by Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00002aaad9339c9f, pid=9043, tid=1076021568
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (1.6.0-b105 mixed mode)
# Problematic frame:
# C [libglibjni-0.4.so+0x9c9f]
#
# An error report file with more information is saved as hs_err_pid9043.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
Cancelado (core dumped)

Revision history for this message
Sam Brightman (sambrightman) wrote :

Lutz and Marcos: would be helpful to know which version you are using (of Java/of Azureus) and see the crash log specified in the report you got. Lutz, also which version are you using from the website - the same one or the latest?

Revision history for this message
Saivann Carignan (oxmosys) wrote :

The azureus 2.0.0.4 downloaded from azureus.com doesn't have this problem.

Revision history for this message
Saivann Carignan (oxmosys) wrote :

2.5.0.4 * sorry for the mistake

Revision history for this message
Saivann Carignan (oxmosys) wrote :

This particular bug is a duplicate of bug 57875 so I mark it as such. A fix as been already provided into Gutsy backports repositories. The version is 2.5.0.4-1ubuntu3~gutsy1.

Thanks to everybody who worked on this bug report. Feel free to report any other bugs you might find.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.