This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 18722 - Crash on Startup on Debuggercore "NoSuchMethodError"
Summary: Crash on Startup on Debuggercore "NoSuchMethodError"
Status: CLOSED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P1 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-12-17 11:22 UTC by pkatzmann
Modified: 2008-12-22 22:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pkatzmann 2001-12-17 11:22:56 UTC
Occurs also in Netbeans 3.3.1 Dev 

-------------------------------------------------------------------------------
>Log Session: Montag, 17. Dezember 2001 11.37 Uhr CET
>System Info: 
  Product Version       = NetBeans IDE Version 3.3 (Build 200112102331)
  IDE Versioning        = IDE/1 spec=1.43.1.1 impl=200112102331
  Operating System      = Windows 2000 version 5.0 running on x86
  Java; VM; Vendor      = 1.3.1_01; Java HotSpot(TM) Client VM 1.3.1_01; Sun 
Microsystems Inc.
  Java Home             = c:\PROGRA~1\JDK13~1.1_0\jre
  System Locale         = de_DE
  Home Dir; Current Dir = C:\Dokumente und Einstellungen\Elmar; c:\netbeans
  IDE Install; User Dir = C:\netbeans; c:\netbeans\eku
  CLASSPATH             = C:\netbeans\lib\patches\openide-
compat.jar;C:\netbeans\lib\core.jar;C:\netbeans\lib\openide-
fs.jar;C:\netbeans\lib\openide-nodes.jar;C:\netbeans\lib\openide-
util.jar;C:\netbeans\lib\openide.jar;C:\netbeans\lib\ext\crimson.jar;C:\netbeans
\lib\ext\jaxp.jar;C:\netbeans\lib\ext\jh.jar;C:\netbeans\lib\ext\jpython.jar;C:\
netbeans\lib\ext\parser.jar;C:\netbeans\lib\ext\regexp.jar;C:\netbeans\lib\ext\r
mi-
ext.jar;C:\netbeans\lib\ext\sax2.jar;C:\netbeans\lib\ext\servlet.jar;C:\netbeans
\lib\ext\terminalemulator.jar;C:\netbeans\lib\ext\xerces.jar;c:\PROGRA~1
\JDK13~1.1_0\lib\dt.jar;c:\PROGRA~1\JDK13~1.1_0\lib\tools.jar
-------------------------------------------------------------------------------
Exception occurred during event dispatching:
java.lang.NoSuchMethodError
	at org.netbeans.core.NbTopManager.initDebuggerListener
(NbTopManager.java:575)
	at org.netbeans.core.NbTopManager.addPropertyChangeListener
(NbTopManager.java:778)
	at org.netbeans.core.lookup.TMLookup.initialize(TMLookup.java:65)
	at org.openide.util.lookup.AbstractLookup.getTree
(AbstractLookup.java:74)
	at org.openide.util.lookup.AbstractLookup.lookupItem
(AbstractLookup.java:223)
	at org.openide.util.lookup.AbstractLookup.lookup
(AbstractLookup.java:212)
	at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:121)
	at org.openide.util.NbBundle.getLoader(NbBundle.java:467)
	at org.openide.util.NbBundle.getBundle(NbBundle.java:262)
	at org.netbeans.core.upgrade.TransferSettingsPanel.<clinit>
(TransferSettingsPanel.java:313)
	at org.netbeans.core.upgrade.UpgradeWizard.showAutomatic
(UpgradeWizard.java:106)
	at org.netbeans.core.upgrade.UpgradeWizard.show(UpgradeWizard.java:80)
	at org.netbeans.core.upgrade.UpgradeWizard.showWizard
(UpgradeWizard.java:230)
	at org.netbeans.core.NonGui$1.run(NonGui.java:477)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:147)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:337)
	at java.awt.EventDispatchThread.pumpOneEventForHierarchy
(EventDispatchThread.java:131)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy
(EventDispatchThread.java:98)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)
Comment 1 Jan Zajicek 2002-01-08 12:58:00 UTC
This was wrong entered as enhancement - correcting. 

Anyone can point to the root of the problem?
Comment 2 _ ttran 2002-01-08 13:03:30 UTC
cannot imagine how this can happen.  Something must be corrupted on
the user's machine.  Need more info
Comment 3 Jan Zajicek 2002-01-09 14:18:07 UTC
Closing this issue as unreproducible. There have to be something
corrupted in the installation or something weird in the userdir.
Please try to start with '-userdir new_userdir' commandline switch (or
add this switch into your {ide_installdir}/bin/ide.cfg file). Try
latest 3.3.1 development build. Or try latest jdk1.3.1_02 or latest
jdk1.4.0 beta3 (if it is possible). If problem persist, please reopen
this issue with your latest results. Thanks in advance.
Comment 4 Jan Chalupa 2002-01-09 14:46:12 UTC
I see something very strange in the execution log. The startup
classpath includes openide-nodes, openide-util, openide-util jars.
Those jars shipped with NB 3.2, but are no longer present in the NB
3.3 distribution. Nevertheless, the Product Version tag is NetBeans
3.3. I suspect that both installations 3.2 and 3.3 got mixed together
somehow and some of the old (incompatible) classes are being used.

Please try to install NB 3.3 into an empty directory and run again.
Comment 5 Quality Engineering 2003-07-01 15:57:48 UTC
Resolved for 3.4.x or earlier, no new info since then -> verified.

Comment 6 Quality Engineering 2003-07-01 16:38:49 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.