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 194249 - 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: 2011-01-12 11:08 UTC by davidsalter
Modified: 2011-01-12 12:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 175771


Attachments
stacktrace (2.29 KB, text/plain)
2011-01-12 11:08 UTC, davidsalter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description davidsalter 2011-01-12 11:08:34 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, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Windows 7

User Comments:
davidsalter: Got this error when opening up netbeans with a J2EE 1.4 / 5 projects in it.




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 davidsalter 2011-01-12 11:08:38 UTC
Created attachment 104905 [details]
stacktrace
Comment 2 Petr Hejl 2011-01-12 12:03:31 UTC

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