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 205794 - IllegalArgumentException: Data object does not contain a sun-web.xml graph.
Summary: IllegalArgumentException: Data object does not contain a sun-web.xml graph.
Status: RESOLVED INCOMPLETE
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: TomasKraus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-01 17:06 UTC by thomasclancy
Modified: 2013-08-23 14:19 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 183340


Attachments
stacktrace (5.26 KB, text/plain)
2011-12-01 17:06 UTC, thomasclancy
Details
stacktrace (5.24 KB, text/plain)
2012-10-08 09:17 UTC, comul
Details
stacktrace (5.24 KB, text/plain)
2012-11-14 07:17 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description thomasclancy 2011-12-01 17:06:46 UTC
This bug was originally marked as duplicate of bug 177307, 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.1 RC1 (Build 201111242103)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.4-b02-402, Java(TM) SE Runtime Environment, 1.6.0_29-b11-402-11M3527
OS: Mac OS X

Stacktrace: 
java.lang.IllegalArgumentException: Data object does not contain a sun-web.xml graph.
   at org.netbeans.modules.j2ee.sun.ddloaders.multiview.web.SunWebBaseView.<init>(SunWebBaseView.java:62)
   at org.netbeans.modules.j2ee.sun.ddloaders.multiview.web.SunWebView.<init>(SunWebView.java:58)
   at org.netbeans.modules.j2ee.sun.ddloaders.multiview.web.SunWebOverviewMultiViewElement.createView(SunWebOverviewMultiViewElement.java:68)
   at org.netbeans.modules.j2ee.sun.ddloaders.multiview.DDMultiViewElement.componentShowing(DDMultiViewElement.java:78)
   at org.netbeans.core.multiview.MultiViewPeer.peerComponentShowing(MultiViewPeer.java:277)
   at org.netbeans.core.multiview.MultiViewCloneableTopComponent.componentShowing(MultiViewCloneableTopComponent.java:129)
Comment 1 thomasclancy 2011-12-01 17:06:48 UTC
Created attachment 113718 [details]
stacktrace
Comment 2 Exceptions Reporter 2012-09-19 14:50:12 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=183340
Comment 3 comul 2012-10-08 09:17:14 UTC
Created attachment 125566 [details]
stacktrace

Trying to open glassfish-web.xml configuration file
Comment 4 Exceptions Reporter 2012-11-14 07:17:33 UTC
Created attachment 127758 [details]
stacktrace
Comment 5 TomasKraus 2013-08-22 13:30:52 UTC
Please can you attach files which you were opening? I need to reproduce it locally.
Comment 6 TomasKraus 2013-08-23 14:19:24 UTC
Marking as incomplete. I need glassfish-web.xml configuration file that is causing this exception in dev builds.