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 128618 - Assertion Error on VW project creation
Summary: Assertion Error on VW project creation
Status: RESOLVED DUPLICATE of bug 137947
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: David Konecny
URL:
Keywords:
: 125231 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-02-27 20:06 UTC by _ krystyna
Modified: 2008-10-21 20:24 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
full error stack (17.14 KB, text/plain)
2008-02-27 20:07 UTC, _ krystyna
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ krystyna 2008-02-27 20:06:48 UTC
NetBeans IDE Dev (Build 200802270005)
Java: 1.6.0_04; Java HotSpot(TM) Client VM 10.0-b19
System: Windows XP version 5.1 

1. new userdir, installed VW Compatibility Kit plugin
2. create new VW 1.4 project (Apache Tomcat 6.0.16)
>Assertion Error to log

java.lang.AssertionError
        at org.netbeans.spi.project.support.ant.ProjectProperties$PP.write(ProjectProperties.java:216)
        at org.netbeans.spi.project.support.ant.ProjectProperties.write(ProjectProperties.java:133)
        at org.netbeans.spi.project.support.ant.AntProjectHelper.save(AntProjectHelper.java:572)
        at org.netbeans.spi.project.support.ant.AntProjectHelper.access$100(AntProjectHelper.java:92)
        at org.netbeans.spi.project.support.ant.AntProjectHelper$1.save(AntProjectHelper.java:130)
        at org.netbeans.modules.project.ant.AntBasedProjectFactorySingleton.saveProject
(AntBasedProjectFactorySingleton.java:215)
        at org.netbeans.api.project.ProjectManager$7.run(ProjectManager.java:611)
        at org.netbeans.api.project.ProjectManager$7.run(ProjectManager.java:601)
        at org.openide.util.Mutex.writeAccess(Mutex.java:433)
        at org.openide.util.Mutex$1R.run(Mutex.java:1305)
        at org.openide.util.Mutex.doWrapperAccess(Mutex.java:1318)
        at org.openide.util.Mutex.writeAccess(Mutex.java:426)
        at org.netbeans.api.project.ProjectManager.saveProject(ProjectManager.java:600)
        at org.netbeans.modules.j2ee.common.project.classpath.LibrariesLocationUpdater$2$1.run
(LibrariesLocationUpdater.java:232)
        at org.openide.util.Mutex.writeAccess(Mutex.java:469)
        at org.openide.util.Mutex$1R.run(Mutex.java:1307)
        at org.netbeans.api.project.ProjectManager$2$1.run(ProjectManager.java:120)
        at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:120)
        at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:499)
        at org.openide.filesystems.FileUtil.runAtomicAction(FileUtil.java:167)
        at org.netbeans.api.project.ProjectManager$2.execute(ProjectManager.java:118)
        at org.openide.util.Mutex.doWrapperAccess(Mutex.java:1320)
        at org.openide.util.Mutex.writeAccess(Mutex.java:458)
        at org.netbeans.modules.j2ee.common.project.classpath.LibrariesLocationUpdater$2.run
(LibrariesLocationUpdater.java:216)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
        at org.netbeans.core.TimeableEventQueue.dispatchEvent(TimeableEventQueue.java:104)
Comment 1 _ krystyna 2008-02-27 20:07:43 UTC
Created attachment 57387 [details]
full error stack
Comment 2 David Konecny 2008-02-28 06:13:27 UTC
changeset:   047417aa2933
date:        Thu Feb 28 15:59:29 2008 +1300
Comment 3 _ krystyna 2008-03-05 01:45:26 UTC
NetBeans IDE Dev (Build 20080304154948)
Java: 1.6.0_04; Java HotSpot(TM) Client VM 10.0-b19
System: Windows XP version 5.1
Comment 4 David Konecny 2008-03-06 19:13:09 UTC
*** Issue 125231 has been marked as a duplicate of this issue. ***
Comment 5 Exceptions Reporter 2008-10-21 17:22:54 UTC
Reopening - reproduced in NetBeans IDE Dev (Build 200810210201)
http://statistics.netbeans.org/exceptions/detail.do?id=131744
Comment 6 David Konecny 2008-10-21 20:24:32 UTC

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