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 246536 - java.lang.IllegalArgumentException: Called DataObject.find on null
Summary: java.lang.IllegalArgumentException: Called DataObject.find on null
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-19 07:43 UTC by Martin Fousek
Modified: 2014-08-19 07:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages log (159.82 KB, text/plain)
2014-08-19 07:43 UTC, Martin Fousek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Fousek 2014-08-19 07:43:33 UTC
Created attachment 148755 [details]
messages log

By incluidng ICEfaces into the Maven Web Project following IAE happened:
SEVERE [org.openide.util.Exceptions]
java.lang.IllegalArgumentException: Called DataObject.find on null
	at org.openide.loaders.DataObject.find(DataObject.java:555)
	at org.netbeans.modules.web.jsf.icefaces.Icefaces2Implementation.updateIndexPage(Icefaces2Implementation.java:231)
	at org.netbeans.modules.web.jsf.icefaces.Icefaces2Implementation.generateWelcomePage(Icefaces2Implementation.java:224)
	at org.netbeans.modules.web.jsf.icefaces.Icefaces2Implementation.extend(Icefaces2Implementation.java:153)
	at org.netbeans.modules.web.jsf.wizards.JSFConfigurationPanel.save(JSFConfigurationPanel.java:394)
	at org.netbeans.modules.maven.j2ee.ui.customizer.impl.CustomizerFrameworks.saveExistingExtenders(CustomizerFrameworks.java:561)
	at org.netbeans.modules.maven.j2ee.ui.customizer.impl.CustomizerFrameworks.access$800(CustomizerFrameworks.java:95)
	at org.netbeans.modules.maven.j2ee.ui.customizer.impl.CustomizerFrameworks$7$1.call(CustomizerFrameworks.java:525)
	at org.netbeans.modules.maven.j2ee.ui.customizer.impl.CustomizerFrameworks$7$1.call(CustomizerFrameworks.java:521)
Caused: java.util.concurrent.ExecutionException
	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.util.concurrent.FutureTask.get(FutureTask.java:188)
[catch] at org.netbeans.modules.maven.j2ee.ui.customizer.impl.CustomizerFrameworks$7$2.run(CustomizerFrameworks.java:545)
	at org.netbeans.api.progress.ProgressUtils$RunnableWrapper.run(ProgressUtils.java:337)
	at org.netbeans.api.progress.ProgressUtils$RunnableWrapper.run(ProgressUtils.java:329)
	at org.netbeans.modules.progress.ui.RunOffEDTImpl$ProgressBackgroundRunner.runBackground(RunOffEDTImpl.java:458)
	at org.netbeans.modules.progress.ui.AbstractWindowRunner.call(AbstractWindowRunner.java:108)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)