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 141736 - V3:NPE occurs when create Sample Web Visual JSF CorporateTravelCenter project
Summary: V3:NPE occurs when create Sample Web Visual JSF CorporateTravelCenter project
Status: RESOLVED DUPLICATE of bug 141692
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-25 22:49 UTC by davisn
Modified: 2008-07-26 07:45 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (64.66 KB, text/plain)
2008-07-25 22:49 UTC, davisn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description davisn 2008-07-25 22:49:01 UTC
NullPointerException occurs when create the Sample Web Visual JSF CorporateTravelCenter project

Steps to Reproduce:
1. Install Netbean 6.5 trunk build (07/25/2008)
2. New Project > samples > web > Visual JSF > Corporate Travel Center (use default values) > click Finish

BUG:
java.lang.NullPointerException: The serverInstanceId parameter cannot be null
	at org.openide.util.Parameters.notNull(Parameters.java:86)
	at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.getServerInstance(Deployment.java:426)
	at org.netbeans.modules.web.project.WebProject$ProjectOpenedHookImpl.projectOpened(WebProject.java:859)
	at org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectOpened(ProjectOpenedHook.java:81)
	at org.netbeans.spi.project.ui.support.UILookupMergerSupport$OpenHookImpl.projectOpened(UILookupMergerSupport.java:193)
	at org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectOpened(ProjectOpenedHook.java:81)
	at org.netbeans.modules.project.ui.OpenProjectList.notifyOpened(OpenProjectList.java:975)
	at org.netbeans.modules.project.ui.OpenProjectList.doOpenProject(OpenProjectList.java:1023)
	at org.netbeans.modules.project.ui.OpenProjectList.doOpen(OpenProjectList.java:605)
	at org.netbeans.modules.project.ui.OpenProjectList.access$1200(OpenProjectList.java:124)
	at org.netbeans.modules.project.ui.OpenProjectList$3.run(OpenProjectList.java:495)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:997)
Comment 1 davisn 2008-07-25 22:49:25 UTC
Created attachment 65688 [details]
messages.log
Comment 2 davisn 2008-07-26 01:31:24 UTC
This problem also happens with other Visual JSP sample as well
    Single Page CRUD With Table
    Single Page CRUD With Form 
    Two Pages CRUD With Table
    ..........
Comment 3 Petr Hejl 2008-07-26 07:45:43 UTC

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