Bug 540179 - Upgrade to 4.3 is required
Summary: Upgrade to 4.3 is required
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: azureus
Version: 12
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: David Juran
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 537536
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-11-22 17:14 UTC by Brian G. Anderson
Modified: 2010-12-04 02:58 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-12-04 02:58:20 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Brian G. Anderson 2009-11-22 17:14:50 UTC
Description of problem:
After a fresh install of FC12 and azureus 4.2,  I immediatly get a notification to upgrade to version 4.3.  More importantly the release notes for 4.3 state "Vuze 4.3 is a required update due to some significant back-end infrastructure changes that Vuze will be making by the end of November".

Version-Release number of selected component (if applicable):
azureus-4.2.0.8-2.fc12.noarch

How reproducible:
always

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Fedora Update System 2009-12-09 17:51:50 UTC
azureus-4.3.0.4-2.fc12 has been submitted as an update for Fedora 12.
http://admin.fedoraproject.org/updates/azureus-4.3.0.4-2.fc12

Comment 2 Brian G. Anderson 2009-12-09 18:27:45 UTC
I downloaded the testing build and installed it on my FC12 x86_64 machine.  The downloading and Vuze HD network browsing stuff works.  However when I try and install a plugin I get the stack trace at the end of this comment.

The steps I used to get this failure were:
1. Tools->Plugins->Installation Wizard...
2. Select "By list from sourceforge.net" and "Next>"
3. I checked "Speed Scheduler" and then "Finish" (It appears any selection will cause the following failure)

This gets a pop-up about the null pointer exception and the console spits out below:


DEBUG::Wed Dec 09 10:18:17 PST 2009::org.gudy.azureus2.ui.swt.pluginsinstaller.InstallPluginWizard::performInstall::176:
  java.lang.NullPointerException
	at org.gudy.azureus2.pluginsimpl.local.installer.PluginInstallerImpl.install(PluginInstallerImpl.java:466)
	at org.gudy.azureus2.pluginsimpl.local.installer.PluginInstallerImpl.install(PluginInstallerImpl.java:441)
	at org.gudy.azureus2.ui.swt.pluginsinstaller.InstallPluginWizard.performInstall(InstallPluginWizard.java:172)
	at org.gudy.azureus2.ui.swt.pluginsinstaller.IPWFinishPanel.finish(IPWFinishPanel.java:74)
	at org.gudy.azureus2.ui.swt.wizard.Wizard.finishSelected(Wizard.java:257)
	at org.gudy.azureus2.ui.swt.wizard.Wizard.access$200(Wizard.java:45)
	at org.gudy.azureus2.ui.swt.wizard.Wizard$4.handleEvent(Wizard.java:211)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1176)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3493)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3112)
	at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.<init>(SWTThread.java:195)
	at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.createInstance(SWTThread.java:59)
	at org.gudy.azureus2.ui.swt.mainwindow.Initializer.<init>(Initializer.java:110)
	at org.gudy.azureus2.ui.swt.Main.<init>(Main.java:88)
	at org.gudy.azureus2.ui.swt.Main.main(Main.java:255)
	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)

[alert] Alert:3:Failed to initialise installer
DEBUG::Wed Dec 09 10:18:17 PST 2009::org.gudy.azureus2.ui.swt.pluginsinstaller.InstallPluginWizard::performInstall::178:
  java.lang.NullPointerException
	at org.gudy.azureus2.pluginsimpl.local.installer.PluginInstallerImpl.install(PluginInstallerImpl.java:466)
	at org.gudy.azureus2.pluginsimpl.local.installer.PluginInstallerImpl.install(PluginInstallerImpl.java:441)
	at org.gudy.azureus2.ui.swt.pluginsinstaller.InstallPluginWizard.performInstall(InstallPluginWizard.java:172)
	at org.gudy.azureus2.ui.swt.pluginsinstaller.IPWFinishPanel.finish(IPWFinishPanel.java:74)
	at org.gudy.azureus2.ui.swt.wizard.Wizard.finishSelected(Wizard.java:257)
	at org.gudy.azureus2.ui.swt.wizard.Wizard.access$200(Wizard.java:45)
	at org.gudy.azureus2.ui.swt.wizard.Wizard$4.handleEvent(Wizard.java:211)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1176)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3493)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3112)
	at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.<init>(SWTThread.java:195)
	at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.createInstance(SWTThread.java:59)
	at org.gudy.azureus2.ui.swt.mainwindow.Initializer.<init>(Initializer.java:110)
	at org.gudy.azureus2.ui.swt.Main.<init>(Main.java:88)
	at org.gudy.azureus2.ui.swt.Main.main(Main.java:255)
	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)

Comment 3 David Juran 2009-12-10 18:12:02 UTC
Brian, I know about the problem with adding plugins (you reported it in Bug 540638 (-:   I just haven't had time to deal with it yet (sorry about that). It's next on my list though...

Comment 4 Fedora Update System 2009-12-11 18:30:21 UTC
azureus-4.3.0.4-2.fc12 has been pushed to the Fedora 12 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update azureus'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F12/FEDORA-2009-13110

Comment 5 Fedora Update System 2009-12-24 20:37:19 UTC
azureus-4.3.0.4-2.fc12 has been pushed to the Fedora 12 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update azureus'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F12/FEDORA-2009-13110

Comment 6 Bug Zapper 2010-11-04 05:43:14 UTC
This message is a reminder that Fedora 12 is nearing its end of life.
Approximately 30 (thirty) days from now Fedora will stop maintaining
and issuing updates for Fedora 12.  It is Fedora's policy to close all
bug reports from releases that are no longer maintained.  At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '12'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 12's end of life.

Bug Reporter: Thank you for reporting this issue and we are sorry that 
we may not be able to fix it before Fedora 12 is end of life.  If you 
would still like to see this bug fixed and are able to reproduce it 
against a later version of Fedora please change the 'version' of this 
bug to the applicable version.  If you are unable to change the version, 
please add a comment here and someone will do it for you.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events.  Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

The process we are following is described here: 
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 7 Bug Zapper 2010-12-04 02:58:20 UTC
Fedora 12 changed to end-of-life (EOL) status on 2010-12-02. Fedora 12 is 
no longer maintained, which means that it will not receive any further 
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of 
Fedora please feel free to reopen this bug against that version.

Thank you for reporting this bug and we are sorry it could not be fixed.


Note You need to log in before you can comment on or make changes to this bug.