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 193830 - AssertionError: Resource directory can't be null
Summary: AssertionError: Resource directory can't be null
Status: RESOLVED DUPLICATE of bug 191516
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-27 08:20 UTC by dissident86
Modified: 2011-01-12 12:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 175365


Attachments
stacktrace (2.40 KB, text/plain)
2010-12-27 08:20 UTC, dissident86
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dissident86 2010-12-27 08:20:39 UTC
This bug was originally marked as duplicate of bug 185432, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.0 Beta (Build 201011152355)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows Vista

User Comments:
dissident86: Exception occured while creating new Web Application.




Stacktrace: 
java.lang.AssertionError: Resource directory can't be null
   at org.netbeans.modules.j2ee.jboss4.config.ds.DatasourceSupport.<init>(DatasourceSupport.java:95)
   at org.netbeans.modules.j2ee.jboss4.config.JBDeploymentConfiguration.getDatasourceSupport(JBDeploymentConfiguration.java:104)
   at org.netbeans.modules.j2ee.jboss4.config.JBDeploymentConfiguration.getDatasources(JBDeploymentConfiguration.java:110)
   at org.netbeans.modules.j2ee.deployment.config.ConfigSupportImpl.getDatasources(ConfigSupportImpl.java:397)
   at org.netbeans.modules.j2ee.common.ui.BrokenDatasourceSupport.getBrokenDatasources(BrokenDatasourceSupport.java:156)
   at org.netbeans.modules.j2ee.common.project.ui.AbstractLogicalViewProvider.hasBrokenDataSource(AbstractLogicalViewProvider.java:832)
Comment 1 dissident86 2010-12-27 08:20:43 UTC
Created attachment 104517 [details]
stacktrace
Comment 2 Petr Hejl 2011-01-12 12:03:24 UTC

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