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 35809

Summary: NPE on project create
Product: contrib Reporter: pswisnov <pswisnov>
Component: LooksAssignee: Petr Hrebejk <phrebejk>
Status: VERIFIED DUPLICATE    
Severity: blocker    
Priority: P2    
Version: 3.x   
Hardware: PC   
OS: Other   
Issue Type: DEFECT Exception Reporter:

Description pswisnov 2003-08-27 19:08:44 UTC
I did a fresh s1s build and cleaned out
my user and projects dir.

I closed the default project (another NPE,
separately entered)

I created a new web app project in my ~Projects dir.

When I hit next after giving it a name "WS" I got:

java.lang.NullPointerException
	at
org.netbeans.spi.looks.Look.removeLookListener(Look.java:562)
	at
org.netbeans.spi.looks.ProxyLook.removeLookListener(ProxyLook.java:1166)
	at
org.netbeans.spi.looks.ProxyLook.removeLookListener(ProxyLook.java:1166)
	at
org.netbeans.spi.looks.ProxyLook.removeLookListener(ProxyLook.java:1166)
	at
org.netbeans.spi.looks.AccessorImpl.removeLookListener(AccessorImpl.java:36)
	at
org.netbeans.api.nodes2looks.LookNode$FirerImpl.run(LookNode.java:842)
	at
org.openide.util.Utilities$ActiveQueue.run(Utilities.java:2453)
[catch] at java.lang.Thread.run(Thread.java:536)
Comment 1 Pavel Buzek 2003-08-29 12:39:13 UTC
looks like a problem in looks, cannot see web module anywhere in stack
trace
Comment 2 Petr Hrebejk 2003-08-29 12:52:02 UTC

*** This issue has been marked as a duplicate of 35380 ***
Comment 3 Marian Mirilovic 2003-09-03 17:11:57 UTC
verifying duplication