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 167927 - NullPointerException: The file parameter cannot be null
Summary: NullPointerException: The file parameter cannot be null
Status: RESOLVED DUPLICATE of bug 189573
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Hejl
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-01 03:10 UTC by ozguy
Modified: 2010-08-27 08:20 UTC (History)
6 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 144118


Attachments
stacktrace (1.54 KB, text/plain)
2009-07-01 03:10 UTC, ozguy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ozguy 2009-07-01 03:10:34 UTC
Build: NetBeans IDE 6.7 (Build 200906241340)
VM: Java HotSpot(TM) Client VM, 1.5.0_19-b02, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_19-b02
OS: Windows XP, 5.1, x86

User Comments:
GUEST: on startup

GUEST: Launched NetBeans 6.5 for the first time after importing settings from 6.0.  Might be related to null pointer exception I receive when trying to deploy my project (same exception).



Stacktrace: 
java.lang.NullPointerException: The file parameter cannot be null
        at org.openide.util.Parameters.notNull(Parameters.java:86)
        at org.openide.filesystems.FileUtil.normalizeFile(FileUtil.java:1559)
        at org.netbeans.modules.j2ee.jboss4.config.ResourceConfigurationHelper.writeFile(ResourceConfigurationHelper.java:75)
        at org.netbeans.modules.j2ee.jboss4.config.ds.DatasourceSupport.getDatasourcesGraph(DatasourceSupport.java:171)
        at org.netbeans.modules.j2ee.jboss4.config.ds.DatasourceSupport.getDatasources(DatasourceSupport.java:131)
        at org.netbeans.modules.j2ee.jboss4.config.JBDeploymentConfiguration.getDatasources(JBDeploymentConfiguration.java:107)
Comment 1 ozguy 2009-07-01 03:10:40 UTC
Created attachment 84212 [details]
stacktrace
Comment 2 Petr Hejl 2010-08-27 08:20:53 UTC

*** This bug has been marked as a duplicate of bug 189573 ***