Path: csiph.com!usenet.pasdenom.info!aioe.org!.POSTED!not-for-mail From: Rajiv Gupta Newsgroups: comp.lang.java.programmer Subject: Re: java.lang.ExceptionInInitializerError Date: Thu, 8 Nov 2012 22:38:36 +1100 Organization: Aioe.org NNTP Server Lines: 63 Message-ID: References: NNTP-Posting-Host: 8KF2BRQcEgIGPEODZ+ZL3g.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Complaints-To: abuse@aioe.org User-Agent: Unison/2.1 X-Notice: Filtered by postfilter v. 0.8.2 Xref: csiph.com comp.lang.java.programmer:19659 Goodness gracious dear sir! From looking at that stack trace, it would seem that a plugin is being started up, but the software which is trying to start it up has shit itself because it can't find an attributes in the plugin that it needs. It expects to find a data field in the plugin called "main_announcer" but it doesn't exist. You have software version mismatch problem.. The plugin is probably the culprit but it could also be that the Azureus host is out of date. > When I start Eclipse for run bassplugin on Vuze trough "Run > Configuration", I find this problem: > > java.lang.ExceptionInInitializerError > at com.ti.bass.core.BassPlugin.initialize(BassPlugin.java:195) > at > org.gudy.azureus2.pluginsimpl.local.PluginInitializer$8.run(PluginInitializer.java:1646) at > > org.gudy.azureus2.pluginsimpl.local.utils.UtilitiesImpl.callWithPluginThreadContext(UtilitiesImpl.java:986) at > > org.gudy.azureus2.pluginsimpl.local.PluginInitializer.initialisePlugin(PluginInitializer.java:1636) at > > org.gudy.azureus2.pluginsimpl.local.PluginInitializer.access$3(PluginInitializer.java:1604) at > > org.gudy.azureus2.pluginsimpl.local.PluginInitializer$2.run(PluginInitializer.java:1393) at > > org.gudy.azureus2.pluginsimpl.local.PluginInitializer.initialisePlugins(PluginInitializer.java:1572) at > > com.aelitis.azureus.core.impl.AzureusCoreImpl.start(AzureusCoreImpl.java:870) > at com.aelitis.azureus.ui.swt.Initializer.run(Initializer.java:534) > at > org.gudy.azureus2.ui.swt.mainwindow.SWTThread$7.runSupport(SWTThread.java:283) at > > org.gudy.azureus2.core3.util.AERunnable.run(AERunnable.java:38) > at java.lang.Thread.run(Unknown Source) > Caused by: java.lang.RuntimeException: Failed to locate required data > through reflection > at > com.ti.bass.core.listeners.BassDownloadPeerListener.(BassDownloadPeerListener.java:132) ... > > 12 more > Caused by: java.lang.NoSuchFieldException: main_announcer > at java.lang.Class.getDeclaredField(Unknown Source) > at > com.ti.bass.core.listeners.BassDownloadPeerListener.(BassDownloadPeerListener.java:114) ... > > 12 more > > Can someone help me?