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 166674 - IllegalArgumentException: Called DataObject.find on null
Summary: IllegalArgumentException: Called DataObject.find on null
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Sergey Lunegov
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-06 21:26 UTC by emiddio
Modified: 2009-06-06 21:29 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 152308


Attachments
stacktrace (1.38 KB, text/plain)
2009-06-06 21:26 UTC, emiddio
Details

Note You need to log in before you can comment on or make changes to this bug.
Description emiddio 2009-06-06 21:26:04 UTC
Build: NetBeans IDE 6.5.1 (Build 200903060201)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Windows XP, 5.1, x86

Stacktrace: 
java.lang.IllegalArgumentException: Called DataObject.find on null
        at org.openide.loaders.DataObject.find(DataObject.java:477)
        at org.netbeans.modules.xml.validation.ui.ValidationOutputWindow.getStyledDocument(ValidationOutputWindow.java:211)
        at org.netbeans.modules.xml.validation.ui.ValidationOutputWindow.getLineNumber(ValidationOutputWindow.java:232)
        at org.netbeans.modules.xml.validation.ui.ValidationOutputWindow.showMessage(ValidationOutputWindow.java:156)
        at org.netbeans.modules.xml.validation.ui.ValidationOutputWindow.showError(ValidationOutputWindow.java:141)
        at org.netbeans.modules.xml.validation.ui.ValidationOutputWindow.displayValidationInformation(ValidationOutputWindow.java:99)
Comment 1 emiddio 2009-06-06 21:26:17 UTC
Created attachment 83279 [details]
stacktrace