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 102381 - A java.lang.IllegalArgumentException exception has occurred.
Summary: A java.lang.IllegalArgumentException exception has occurred.
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 5.x
Hardware: PC Windows Vista
: P4 blocker (vote)
Assignee: issues@web
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-24 18:32 UTC by bhavishaganatra
Modified: 2014-10-31 23:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
A java.lang.IllegalArgumentException exception has occurred. (22.20 KB, application/octet-stream)
2007-04-24 18:36 UTC, bhavishaganatra
Details
mm (24.51 KB, application/octet-stream)
2014-10-31 23:28 UTC, zekeriya
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bhavishaganatra 2007-04-24 18:32:14 UTC
A java.lang.IllegalArgumentException exception has occurred.
Comment 1 bhavishaganatra 2007-04-24 18:36:45 UTC
Created attachment 41571 [details]
A java.lang.IllegalArgumentException exception has occurred.
Comment 2 Tomas Zezula 2007-04-24 19:17:29 UTC
I didn't see any IllegalArgumentException in the log files, but there are
several IllegalStateExceptions from HTML module. Reassigning.
Comment 3 Marek Fukala 2008-11-18 13:54:48 UTC
I belive the 

java.lang.IllegalStateException: Trying to set lookup ProxyLookup(class=class
org.openide.util.lookup.ProxyLookup)->[AbstractLookup[org.netbeans.modules.html.HtmlDataNode@19bd1ca[Name=home,
displayName=home.html],
org.netbeans.modules.html.HtmlDataObject@1fdff07[MasterFileObject@1f88953[C:/Users/bhavisha/WebApplication3/web/home.html]],
org.netbeans.modules.html.HtmlEditorSupport, org.netbeans.modules.html.HtmlDataObject$ViewSupport],
SimpleLookup[org.openide.windows.DelegateActionMap@c8ea1a for
org.netbeans.modules.html.HtmlEditorSupport$HtmlEditor[home.html,0,0,0x0,invalid,layout=java.awt.BorderLayout,alignmentX=0.0,alignmentY=0.0,border=,flags=256,maximumSize=,minimumSize=,preferredSize=]],
SimpleLookup[org.netbeans.spi.palette.PaletteController@818de3]] but there already is
java.lang.ref.WeakReference@18a3257 for component:
org.netbeans.modules.html.HtmlEditorSupport$HtmlEditor[home.html,0,0,0x0,invalid,layout=java.awt.BorderLayout,alignmentX=0.0,alignmentY=0.0,border=,flags=256,maximumSize=,minimumSize=,preferredSize=]
	at org.openide.windows.TopComponent.setLookup(TopComponent.java:1075)
	at org.openide.windows.TopComponent.associateLookup(TopComponent.java:1060)
	at org.netbeans.modules.html.HtmlEditorSupport$HtmlEditor.associatePalette(HtmlEditorSupport.java:314)

problem is already fixed now.
Comment 4 zekeriya 2014-10-31 23:28:10 UTC
Created attachment 150202 [details]
mm