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 188061 - NullPointerException at org.netbeans.core.startup.layers.ArchiveURLMapper.getURL
Summary: NullPointerException at org.netbeans.core.startup.layers.ArchiveURLMapper.getURL
Status: RESOLVED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-24 17:37 UTC by rogerrhody
Modified: 2010-10-02 03:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 170970


Attachments
stacktrace (1.42 KB, text/plain)
2010-06-24 17:37 UTC, rogerrhody
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rogerrhody 2010-06-24 17:37:28 UTC
This bug was originally marked as duplicate of bug 170624, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 6.9 (Build 201006101454)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.3-b01-279, Java(TM) SE Runtime Environment, 1.6.0_20-b02-279-10M3065
OS: Mac OS X

User Comments:
rogerrhody: Trying to open a project




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.core.startup.layers.ArchiveURLMapper.getURL(ArchiveURLMapper.java:86)
   at org.openide.filesystems.URLMapper.findURL(URLMapper.java:139)
   at org.netbeans.modules.j2ee.deployment.impl.DeployOnSaveManager.startListening(DeployOnSaveManager.java:174)
   at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.enableCompileOnSaveSupport(Deployment.java:270)
   at org.netbeans.modules.j2ee.earproject.EarProject$ProjectOpenedHookImpl.projectOpened(EarProject.java:480)
   at org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectOpened(ProjectOpenedHook.java:84)
Comment 1 rogerrhody 2010-06-24 17:37:33 UTC
Created attachment 100403 [details]
stacktrace
Comment 2 Vince Kraemer 2010-07-01 18:41:19 UTC
move to 'righter' component
Comment 3 Petr Hejl 2010-10-01 09:30:20 UTC
Perhaps there was unreported IO exception. I updated logging. Please reopen if it will happen again and attach IDE log.

Logging updated in web-main 99ef9d4303ce.
Comment 4 Quality Engineering 2010-10-02 03:23:45 UTC
Integrated into 'main-golden', will be available in build *201010020000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/99ef9d4303ce
User: Petr Hejl <phejl@netbeans.org>
Log: #188061 NullPointerException at org.netbeans.core.startup.layers.ArchiveURLMapper.getURL