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 75029 - Unexpected Exception while starting nb
Summary: Unexpected Exception while starting nb
Status: RESOLVED WONTFIX
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Jan Chalupa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-13 17:44 UTC by paulfive
Modified: 2006-04-24 11:45 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
the message.log file after starting nb receiving the exception. (40.39 KB, text/plain)
2006-04-13 17:46 UTC, paulfive
Details

Note You need to log in before you can comment on or make changes to this bug.
Description paulfive 2006-04-13 17:44:02 UTC
I received a Unexpected Excpetion:
 
java.lang.IllegalArgumentException

error dialog during the startup of netBeans 5.0. I have the following modules
installed:
maven 1.0.2
eclipse project importer
profiler. I want to attach the messages.log with this report, but I don't see an
attachment button. So here is a paste of the stack trace:

*********** Exception occurred ************ at 9:26 AM on Apr 13, 2006
java.lang.IllegalArgumentException: null [file:/C:/Program Files/netbeans-5.0]
[catch] at
org.netbeans.modules.masterfs.MasterURLMapper.getFileObjects(MasterURLMapper.java:48)
	at org.openide.filesystems.URLMapper.findFileObject(URLMapper.java:190)
	at org.openide.filesystems.FileUtil.toFileObject(FileUtil.java:428)
	at
org.mevenide.netbeans.project.classpath.BootClassPathImpl.findActivePlatform(BootClassPathImpl.java:109)
	at
org.mevenide.netbeans.project.classpath.BootClassPathImpl.getResources(BootClassPathImpl.java:81)
	at org.netbeans.api.java.classpath.ClassPath.entries(ClassPath.java:220)
	at
org.netbeans.modules.javacore.classpath.MergedClassPathImplementation.addClassPathResources(MergedClassPathImplementation.java:355)
	at
org.netbeans.modules.javacore.classpath.MergedClassPathImplementation.addClassPath(MergedClassPathImplementation.java:298)
	at
org.netbeans.modules.javacore.classpath.MergedClassPathImplementation.initEntries(MergedClassPathImplementation.java:244)
	at
org.netbeans.modules.javacore.classpath.MergedClassPathImplementation.addClassPath(MergedClassPathImplementation.java:293)
	at
org.netbeans.modules.javacore.classpath.MergedClassPathImplementation.updateEntries(MergedClassPathImplementation.java:253)
	at
org.netbeans.modules.javacore.classpath.MergedClassPathImplementation.access$200(MergedClassPathImplementation.java:40)
	at
org.netbeans.modules.javacore.classpath.MergedClassPathImplementation$2.pathsAdded(MergedClassPathImplementation.java:79)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at
org.openide.util.WeakListenerImpl$ProxyListener.invoke(WeakListenerImpl.java:410)
	at $Proxy6.pathsAdded(Unknown Source)
	at
org.netbeans.api.java.classpath.GlobalPathRegistry.register(GlobalPathRegistry.java:176)
	at
org.mevenide.netbeans.api.project.ProjectOpenedHookImpl.projectOpened(ProjectOpenedHookImpl.java:56)
	at
org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectOpened(ProjectOpenedHook.java:50)
	at
org.netbeans.modules.project.ui.OpenProjectList.notifyOpened(OpenProjectList.java:568)
	at
org.netbeans.modules.project.ui.OpenProjectList.getDefault(OpenProjectList.java:145)
	at
org.netbeans.modules.project.ui.OpenProjectsTrampolineImpl.getOpenProjectsAPI(OpenProjectsTrampolineImpl.java:39)
	at org.netbeans.api.project.ui.OpenProjects.getOpenProjects(OpenProjects.java:68)
	at
org.netbeans.modules.editor.bookmarks.EditorBookmarksModule.restored(EditorBookmarksModule.java:81)
	at org.netbeans.core.startup.NbInstaller.loadCode(NbInstaller.java:360)
	at org.netbeans.core.startup.NbInstaller.load(NbInstaller.java:276)
	at org.netbeans.ModuleManager.enable(ModuleManager.java:898)
	at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:377)
	at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:311)
	at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:244)
	at org.netbeans.core.startup.Main.getModuleSystem(Main.java:206)
	at org.netbeans.core.startup.Main.start(Main.java:377)
	at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:90)
	at java.lang.Thread.run(Thread.java:595)
Comment 1 paulfive 2006-04-13 17:46:23 UTC
Created attachment 29848 [details]
the message.log file after starting nb receiving the exception.
Comment 2 Peter Pis 2006-04-14 07:40:55 UTC
Reassigning to "core" for evaluation.
Comment 3 Marian Mirilovic 2006-04-24 11:37:51 UTC
I think it's mevenide issue, reassigne to 3rdparty ...
Comment 4 Milos Kleint 2006-04-24 11:45:55 UTC
most probably mevenide issue, please file at
http://jira.codehaus.org/browse/MEVENIDE

preferably with more details or sample project where this is happening..
thanks.