Heya Devs, (Happy new year !)
I can't no more restart my node using the Clasic-UI / File / Restart action : I get an error about the 'azupdater' plugin is missing.
Here is what i found in the 'Alerts_1.log' :
[2012] Log File Opened for OneSwarm 0.7.6.0
[0101 14:03:01] Alert: 3:Can't restart without the 'azupdater' plugin installed
And here what i found in the console :
[java] [alert] Alert: 3:Can't restart without the 'azupdater' plugin installed
[java] DEBUG::Sun Jan 01 14:11:13 CET 2012::org.gudy.azureus2.ui.swt.Utils::execSWTThread::655:
[java] MainWindow.dispose
[java] Utils::execSWTThread::749,Utils::execSWTThreadWithBool::1436,Utils::execSWTThreadWithBool::1393,MainWindow::dispose::1134,UIFunctionsImpl::dispose::320,MenuFactory$19::handleEvent::361,EventTable::sendEvent::-1,Widget::sendEvent::-1,Display::runDeferredEvents::-1,Display::readAndDispatch::-1,SWTThread::::258,SWTThread::createInstance::76,Initializer::::124,Main::::136,NativeConstructorAccessorImpl::newInstance0::-2,NativeConstructorAccessorImpl::newInstance::39,DelegatingConstructorAccessorImpl::newInstance::27,Constructor::newInstance::513,Main::main::47
[java] com.aelitis.azureus.core.AzureusCoreException: Can't restart without the 'azupdater' plugin installed
[java] at com.aelitis.azureus.core.impl.AzureusCoreImpl.checkRestartSupported(AzureusCoreImpl.java:1127)
[java] at org.gudy.azureus2.ui.swt.mainwindow.Initializer.stopIt(Initializer.java:462)
[java] at org.gudy.azureus2.ui.swt.mainwindow.MainWindow._dispose(MainWindow.java:1182)
[java] at org.gudy.azureus2.ui.swt.mainwindow.MainWindow.access$1800(MainWindow.java:89)
[java] at org.gudy.azureus2.ui.swt.mainwindow.MainWindow$20.runSupport(MainWindow.java:1137)
[java] at org.gudy.azureus2.core3.util.AERunnableBoolean.run(AERunnableBoolean.java:40)
[java] at org.gudy.azureus2.ui.swt.Utils.execSWTThread(Utils.java:655)
[java] at org.gudy.azureus2.ui.swt.Utils.execSWTThread(Utils.java:749)
[java] at org.gudy.azureus2.ui.swt.Utils.execSWTThreadWithBool(Utils.java:1436)
[java] at org.gudy.azureus2.ui.swt.Utils.execSWTThreadWithBool(Utils.java:1393)
[java] at org.gudy.azureus2.ui.swt.mainwindow.MainWindow.dispose(MainWindow.java:1134)
[java] at org.gudy.azureus2.ui.swt.mainwindow.UIFunctionsImpl.dispose(UIFunctionsImpl.java:320)
[java] at org.gudy.azureus2.ui.swt.mainwindow.MenuFactory$19.handleEvent(MenuFactory.java:361)
[java] at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
[java] at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
[java] at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
[java] at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
[java] at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.(SWTThread.java:258)
[java] at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.createInstance(SWTThread.java:76)
[java] at org.gudy.azureus2.ui.swt.mainwindow.Initializer.(Initializer.java:124)
[java] at org.gudy.azureus2.ui.swt.Main.(Main.java:136)
[java] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[java] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
[java] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
[java] at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
[java] at com.aelitis.azureus.ui.Main.main(Main.java:47)
Regards.