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 34393 - After upgrade to 3.5 NB won't start
Summary: After upgrade to 3.5 NB won't start
Status: CLOSED FIXED
Alias: None
Product: installer
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@installer
URL:
Keywords:
: 34635 34804 35311 36837 36973 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-06-14 18:37 UTC by pepperpusher
Modified: 2005-07-15 14:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ide.log (11.80 KB, text/plain)
2003-06-14 18:39 UTC, pepperpusher
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pepperpusher 2003-06-14 18:37:59 UTC
java.lang.VerifyError: Cannot inherit from final class
	at java.lang.ClassLoader.defineClass0(Native Method)
	at
java.lang.ClassLoader.defineClass(ClassLoader.java:537)
	at
org.netbeans.JarClassLoader.simpleFindClass(JarClassLoader.java:140)
	at
org.netbeans.ProxyClassLoader.smartLoadClass(ProxyClassLoader.java:480)
	at
org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:144)
	at
java.lang.ClassLoader.loadClass(ClassLoader.java:235)
	at
java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:219)
	at
org.openide.util.lookup.MetaInfServicesLookup.search(MetaInfServicesLookup.java:173)
	at
org.openide.util.lookup.MetaInfServicesLookup.beforeLookup(MetaInfServicesLookup.java:78)
	at
org.openide.util.lookup.AbstractLookup.lookupItem(AbstractLookup.java:268)
	at
org.openide.util.lookup.AbstractLookup.lookup(AbstractLookup.java:259)
	at
org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:140)
	at
org.openide.filesystems.ExternalUtil.initialize(ExternalUtil.java:94)
	at
org.openide.filesystems.ExternalUtil.getRepository(ExternalUtil.java:32)
	at
org.openide.filesystems.Repository.getDefault(Repository.java:124)
	at
org.netbeans.core.NbTheme.parseTheme(NbTheme.java:254)
	at org.netbeans.core.NbTheme.<init>(NbTheme.java:210)
	at org.netbeans.core.Main.run(Main.java:122)
	at
org.netbeans.core.NbTopManager.getNbTopManager(NbTopManager.java:236)
	at
org.netbeans.core.NbTopManager.get(NbTopManager.java:195)
	at org.netbeans.core.Main.start(Main.java:409)
	at
org.netbeans.core.TopThreadGroup.run(TopThreadGroup.java:79)
[catch] at java.lang.Thread.run(Thread.java:534)
Comment 1 pepperpusher 2003-06-14 18:39:57 UTC
Created attachment 10688 [details]
ide.log
Comment 2 pzajac 2003-06-16 08:46:05 UTC
reassigned to openide lookup. Please evaluate.
Comment 3 David Konecny 2003-06-16 09:24:07 UTC
From IDE.LOG I can see that you installed NB35 to your NB341
installation. This is cause of your problem. Please install NB35 into
separate folder and then just import your projects from NB341.
Comment 4 pzajac 2003-06-16 09:55:46 UTC
reassigned to installer. Because the installation wouldn't copy files
to nonempty to with previous version. 
Comment 5 David Konecny 2003-06-16 10:19:42 UTC
Eyal Lior,
who did you install NB35? By installer or by unziping the NB35 zip file?
Comment 6 pepperpusher 2003-06-16 11:23:44 UTC
By installer. Using the zip file I successfuly (duh) installed 35. The
problem might have been some AspectJ (3.4) jars in the modules dir or
something like that.
Comment 7 David Konecny 2003-06-16 11:49:38 UTC
Aha. Then installer should at least warn user.

AspectJ is not problem. I saw the jars. If you look at the classpath
you will see that lot of NB jars is there twice - parsers, modules,
etc. That's the problem I think.
Comment 8 Richard Gregor 2003-06-18 08:37:41 UTC
Installer already warns user in case user installs into dir with previous
version of IDE - exactly installer prompts user to replace existing
files. I don't think this is P1 - user is able to install into empty
dir and if not he is warn. Anyway I'll will investigate more what
could be done better.
Comment 9 Marian Mirilovic 2003-06-27 09:00:56 UTC
*** Issue 34635 has been marked as a duplicate of this issue. ***
Comment 10 David Konecny 2003-07-09 08:16:57 UTC
*** Issue 34804 has been marked as a duplicate of this issue. ***
Comment 11 David Konecny 2003-08-07 09:28:22 UTC
*** Issue 35311 has been marked as a duplicate of this issue. ***
Comment 12 David Konecny 2003-10-29 10:36:55 UTC
*** Issue 36837 has been marked as a duplicate of this issue. ***
Comment 13 David Konecny 2003-11-03 10:35:29 UTC
*** Issue 36973 has been marked as a duplicate of this issue. ***
Comment 14 zikmund 2004-03-03 17:26:38 UTC
Fixed in 3.6.
Comment 15 Michal Mocnak 2005-07-15 14:14:44 UTC
Closed