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 43758 - Exception during commit-validation
Summary: Exception during commit-validation
Status: CLOSED DUPLICATE of bug 43711
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 4.x
Hardware: PC All
: P2 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-24 17:29 UTC by Petr Hrebejk
Modified: 2005-07-13 15:52 UTC (History)
1 user (show)

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 Petr Hrebejk 2004-05-24 17:29:21 UTC
Folowing exception is thron during commit
validation and I saw it even when running the build

Annotation: Exception occurred in Request Processor
java.lang.IllegalArgumentException: Parameter
aRoot was not normalized. Was
/netbeans/trunk/builds/bmy/bin/../ide4/config/TagLibraries/JSTL11/standard.jar
instead of
/netbeans/trunk/builds/bmy/ide4/config/TagLibraries/JSTL11/standard.jar
	at
org.openide.filesystems.JarFileSystem.setJarFile(JarFileSystem.java:178)
	at
org.netbeans.core.filesystems.ArchiveURLMapper.getFileSystem(ArchiveURLMapper.java:137)
	at
org.netbeans.core.filesystems.ArchiveURLMapper.getFileObjects(ArchiveURLMapper.java:102)
	at
org.openide.filesystems.URLMapper.findFileObject(URLMapper.java:158)
	at
org.netbeans.modules.java.j2seplatform.libraries.JavadocForBinaryQueryLibraryImpl$1R.getRoots(JavadocForBinaryQueryLibraryImpl.java:57)
	at
org.netbeans.api.java.queries.JavadocForBinaryQuery$ProxyResult.getRoots(JavadocForBinaryQuery.java:121)
	at
org.netbeans.modules.javadoc.search.JavadocRegistry.readRoots(JavadocRegistry.java:92)
	at
org.netbeans.modules.javadoc.search.JavadocRegistry.<init>(JavadocRegistry.java:49)
	at
org.netbeans.modules.javadoc.search.JavadocRegistry.getDefault(JavadocRegistry.java:54)
	at
org.netbeans.modules.javadoc.search.IndexBuilder.refreshIndex(IndexBuilder.java:154)
	at
org.netbeans.modules.javadoc.search.IndexBuilder.run(IndexBuilder.java:86)
	at org.openide.util.Task.run(Task.java:136)
	at
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:686)
Comment 1 Petr Jiricka 2004-05-24 20:20:18 UTC
Could this be a duplicate of issue 43711 ?

Comment 2 Tomas Zezula 2004-05-25 09:12:51 UTC

*** This issue has been marked as a duplicate of 43711 ***