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 185021 - NullPointerException at org.netbeans.modules.web.nbseamgenintegration.project.wizard.SeamProjectWizardIterator.instantiate
Summary: NullPointerException at org.netbeans.modules.web.nbseamgenintegration.project...
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: Facelets 1.1.x (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-26 14:37 UTC by Exceptions Reporter
Modified: 2013-02-13 10:28 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 16109


Attachments
stacktrace (5.26 KB, text/plain)
2010-04-26 14:37 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2010-04-26 14:37:23 UTC
This issue was reported manually by mmirilovic.
It already has 30 duplicates 


Build: NetBeans IDE 6.8 M2 (Build 200910071658)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Windows XP

User Comments:
GUEST: Creating a new seam project. I get to the last page in the seam wizard, hit the "finish" button and this exception occurs.

GUEST: Generating a seam project based on an Oracle database

GUEST: I am finishing the wizard for Seam Generator plugin

GUEST: Generating a seam project based on an Oracle database

GUEST: Creating a new Seam project

rajabgopal: After Installing the seam frame work on netBeans6.0 , When I tried creating the sample seam application through wizard, I got the error which state me the NullPointerExpection, I don't know why.

GUEST: I am designing a project with seam-gen using netbeans 6.1. But when I am going to create the project the exception occurs.

GUEST: creating a new project.clicked finish

GUEST: Installed the seam integration plugin and tried to create a new web application from Seam Generator option.

GUEST: I am finishing the Seam Generation plugin wizard

GUEST: Facelets and seam plugins (5 total) installed (all signed by Piotr Pisl).'
Jboss 4.2.3 installed 
jboss-seam 2.0.2SP1 installed.
Attempt to reproduce my own article for NB 5.5.1:-
http://lxer.com/module/newswire/view/88768/index.html
Failure when attempt to connect to Oracle
bderzhavets@yahoo.com

GUEST: This console shoe this error when I try new project -> seam generator with database connection.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.web.nbseamgenintegration.project.wizard.SeamProjectWizardIterator.instantiate(SeamProjectWizardIterator.java:122)
   at org.openide.loaders.TemplateWizard$InstantiatingIteratorBridge.instantiate(TemplateWizard.java:1018)
   at org.openide.loaders.TemplateWizard.handleInstantiate(TemplateWizard.java:588)
   at org.openide.loaders.TemplateWizard.instantiateNewObjects(TemplateWizard.java:409)
   at org.openide.loaders.TemplateWizardIterImpl.instantiate(TemplateWizardIterImpl.java:248)
   at org.openide.loaders.TemplateWizardIteratorWrapper.instantiate(TemplateWizardIteratorWrapper.java:161)
Comment 1 Exceptions Reporter 2010-04-26 14:37:35 UTC
Created attachment 98058 [details]
stacktrace
Comment 2 Petr Jiricka 2010-04-26 19:12:16 UTC
The Seam module sources are located at https://nbfaceletssupport.dev.java.net/ - this module is related to thethe original Facelets 1.1.x support for NetBeans. So changing subcategory to Facelets 1.1.x for now, for the lack of a better place.