Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.help > #2234 > unrolled thread
| Started by | andrea.mannoni@gmail.com |
|---|---|
| First post | 2012-11-08 02:06 -0800 |
| Last post | 2012-11-08 18:42 -0800 |
| Articles | 3 — 3 participants |
Back to article view | Back to comp.lang.java.help
java.lang.ExceptionInInitializerError andrea.mannoni@gmail.com - 2012-11-08 02:06 -0800
Re: java.lang.ExceptionInInitializerError Lew <lewbloch@gmail.com> - 2012-11-08 12:50 -0800
Re: java.lang.ExceptionInInitializerError Roedy Green <see_website@mindprod.com.invalid> - 2012-11-08 18:42 -0800
| From | andrea.mannoni@gmail.com |
|---|---|
| Date | 2012-11-08 02:06 -0800 |
| Subject | java.lang.ExceptionInInitializerError |
| Message-ID | <0769edf9-cb7c-4040-92cc-43a3d043c3fb@googlegroups.com> |
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.<clinit>(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.<clinit>(BassDownloadPeerListener.java:114) ... 12 more Can someone help me?
[toc] | [next] | [standalone]
| From | Lew <lewbloch@gmail.com> |
|---|---|
| Date | 2012-11-08 12:50 -0800 |
| Message-ID | <8f612ae1-f3fe-4149-8b8f-30c21d459866@googlegroups.com> |
| In reply to | #2234 |
andrea....@ wrote: > When I start Eclipse for run bassplugin on Vuze trough "Run Configuration", I find this problem: > > java.lang.ExceptionInInitializerError Multipost much? -- Lew
[toc] | [prev] | [next] | [standalone]
| From | Roedy Green <see_website@mindprod.com.invalid> |
|---|---|
| Date | 2012-11-08 18:42 -0800 |
| Message-ID | <faro98t9cn2tlgkgp080tgdvqipo77duci@4ax.com> |
| In reply to | #2235 |
On Thu, 8 Nov 2012 12:50:49 -0800 (PST), Lew <lewbloch@gmail.com> wrote, quoted or indirectly quoted someone who said : >Multipost much? OP see http://mindprod.com/jgloss/multiposting.html and http://mindprod.com/jgloss/crossposting.html -- Roedy Green Canadian Mind Products http://mindprod.com Ironically, even though the Internet was created by the US military [DARPA (Defense Advanced Research Projects Agency)] to withstand a nuclear attack, it is almost defenceless against malice from any of its users
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.java.help
csiph-web