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 148466 - [65cat]java.lang.AssertionError: Null file object.
Summary: [65cat]java.lang.AssertionError: Null file object.
Status: RESOLVED DUPLICATE of bug 148176
Alias: None
Product: webservices
Classification: Unclassified
Component: WSIT (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Grebac
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-26 10:47 UTC by rajivderas
Modified: 2008-10-17 06:54 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
log file (322.19 KB, text/plain)
2008-09-26 10:48 UTC, rajivderas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rajivderas 2008-09-26 10:47:22 UTC
Steps to reproduce:
1) Create STS in EJB Module project
2) In Web Services folder right click the STS file and select edit web service attributes


java.lang.AssertionError: Null file object.
	at org.netbeans.modules.xml.retriever.catalog.Utilities.createModelSource(Utilities.java:628)
	at org.netbeans.modules.xml.retriever.catalog.Utilities.getModelSource(Utilities.java:615)
	at org.netbeans.modules.websvc.wsitconf.wsdlmodelext.WSITModelSupport.getModelFromFO(WSITModelSupport.java:188)
	at 
org.netbeans.modules.websvc.wsitconf.wsdlmodelext.WSITModelSupport.getModelForServiceFromWsdl(WSITModelSupport.java:369
)
	at 
org.netbeans.modules.websvc.wsitconf.wsdlmodelext.WSITModelSupport.getModelForService(WSITModelSupport.java:176)
	at org.netbeans.modules.websvc.wsitconf.wsdlmodelext.WSITModelSupport.getModel(WSITModelSupport.java:150)
	at org.netbeans.modules.websvc.wsitconf.WSITEditor.createWSEditorComponent(WSITEditor.java:197)
	at 
org.netbeans.modules.websvc.core.wseditor.support.EditWSAttributesPanel.addTabs(EditWSAttributesPanel.java:83)
	at 
org.netbeans.modules.websvc.core.wseditor.support.EditWSAttributesCookieImpl.openEditor(EditWSAttributesCookieImpl.java
:116)
	at 
org.netbeans.modules.websvc.core.wseditor.support.EditWSAttributesCookieImpl.access$000(EditWSAttributesCookieImpl.java
:80)
[catch] at 
org.netbeans.modules.websvc.core.wseditor.support.EditWSAttributesCookieImpl$1.run(EditWSAttributesCookieImpl.java:94)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:104)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:284)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Comment 1 rajivderas 2008-09-26 10:48:35 UTC
Created attachment 70663 [details]
log file
Comment 2 rajivderas 2008-09-26 10:49:45 UTC
Dev Build 200809251401
Comment 3 Martin Grebac 2008-09-29 13:08:07 UTC
The cause is likely the same, as STS is wsdl-based WS.

*** This issue has been marked as a duplicate of 148176 ***
Comment 4 rajivderas 2008-10-17 06:54:06 UTC
Adding [65cat] since this is not duplicated by myself