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 103539 - IAE
Summary: IAE
Status: VERIFIED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Nitya Doraisamy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-09 08:53 UTC by Tim Lebedkov
Modified: 2007-09-19 18:42 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Lebedkov 2007-05-09 08:53:27 UTC
java.lang.IllegalArgumentException: DeploymentConfiguration is null
	at
org.netbeans.modules.j2ee.sun.ide.j2ee.ConfigurationSupportImpl.checkConfiguration(ConfigurationSupportImpl.java:146)
	at
org.netbeans.modules.j2ee.sun.ide.j2ee.ConfigurationSupportImpl.updateResourceDir(ConfigurationSupportImpl.java:137)
	at
org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl.propertyChange(ConfigSupportImpl.java:637)
	at
java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
	at
java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:276)
	at
org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleProvider.firePropertyChange(J2eeModuleProvider.java:279)
	at
org.netbeans.modules.web.project.ProjectWebModule.propertyChange(ProjectWebModule.java:434)
	at
org.netbeans.spi.project.support.ant.PropertyUtils$SequentialPropertyEvaluator.stateChanged(PropertyUtils.java:822)
	at org.openide.util.WeakListenerImpl$Change.stateChanged(WeakListenerImpl.java:284)
	at
org.netbeans.spi.project.support.ant.ProjectProperties$PP$2.run(ProjectProperties.java:320)
	at org.openide.util.Mutex.readAccess(Mutex.java:227)
	at
org.netbeans.spi.project.support.ant.ProjectProperties$PP.fireChange(ProjectProperties.java:327)
	at
org.netbeans.spi.project.support.ant.ProjectProperties$PP.put(ProjectProperties.java:192)
	at
org.netbeans.spi.project.support.ant.ProjectProperties.putProperties(ProjectProperties.java:105)
	at
org.netbeans.spi.project.support.ant.AntProjectHelper$8.run(AntProjectHelper.java:648)
	at org.openide.util.Mutex.writeAccess(Mutex.java:320)
	at
org.netbeans.spi.project.support.ant.AntProjectHelper.putProperties(AntProjectHelper.java:646)
	at org.netbeans.modules.web.project.WebProject$4.run(WebProject.java:1179)
	at org.openide.util.Mutex.leave(Mutex.java:794)
	at org.openide.util.Mutex.readAccess(Mutex.java:229)
	at
org.netbeans.spi.project.support.ant.ProjectProperties$PP$3.run(ProjectProperties.java:335)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:499)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:932)
Comment 1 Nitya Doraisamy 2007-06-22 12:53:59 UTC
Cannot reproduce in 5.5 or 5.5.1 The issue has no information on reproducing this error.

Also, ConfigurationSupportImpl is no longer being used. Has been replaced with ModuleConfigurationImpl
in 6.0. Closing. Please reopen if you see this issue again.
Comment 2 Tim Lebedkov 2007-09-19 18:42:08 UTC
ok