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 190900 - NullPointerException at org.openide.filesystems.FileUtil.normalizeFile
Summary: NullPointerException at org.openide.filesystems.FileUtil.normalizeFile
Status: RESOLVED DUPLICATE of bug 185432
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-11 10:13 UTC by chintan4fun
Modified: 2010-10-11 11:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 173101


Attachments
stacktrace (1.68 KB, text/plain)
2010-10-11 10:13 UTC, chintan4fun
Details

Note You need to log in before you can comment on or make changes to this bug.
Description chintan4fun 2010-10-11 10:13:19 UTC
Build: NetBeans IDE 6.9.1 (Build 201007282301)
VM: Java HotSpot(TM) Client VM, 17.0-b16, Java(TM) SE Runtime Environment, 1.6.0_21-b06
OS: Windows XP

Stacktrace: 
java.lang.NullPointerException
   at org.openide.filesystems.FileUtil.normalizeFile(FileUtil.java:1681)
   at org.netbeans.modules.j2ee.weblogic9.config.WLDatasourceSupport.<init>(WLDatasourceSupport.java:126)
   at org.netbeans.modules.j2ee.weblogic9.config.WLDeploymentConfiguration.<init>(WLDeploymentConfiguration.java:62)
   at org.netbeans.modules.j2ee.weblogic9.config.EarDeploymentConfiguration.<init>(EarDeploymentConfiguration.java:83)
   at org.netbeans.modules.j2ee.weblogic9.config.WLModuleConfigurationFactory.create(WLModuleConfigurationFactory.java:69)
   at org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl$1.run(ConfigSupportImpl.java:734)
Comment 1 chintan4fun 2010-10-11 10:13:24 UTC
Created attachment 102346 [details]
stacktrace
Comment 2 Petr Hejl 2010-10-11 11:04:52 UTC

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