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 144939 - [65cat] IllegalStateException: [Winsys] TopComponent org.netbeans.core.multiview.MultiViewCloneableTopComponent throws exception/error from its componentOpened() method. Please repair it! Probable cause is at
Summary: [65cat] IllegalStateException: [Winsys] TopComponent org.netbeans.core.multiv...
Status: RESOLVED WORKSFORME
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Peter Zavadsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-24 05:05 UTC by thompsonwd40
Modified: 2009-03-27 09:16 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stacktrace (10.83 KB, text/plain)
2008-08-24 05:05 UTC, thompsonwd40
Details
stacktrace (10.57 KB, text/plain)
2008-08-27 03:37 UTC, thompsonwd40
Details

Note You need to log in before you can comment on or make changes to this bug.
Description thompsonwd40 2008-08-24 05:05:21 UTC
Build: NetBeans IDE Dev (Build 200808221401)
VM: Java HotSpot(TM) Client VM, 1.6.0_03-b05, Java(TM) SE Runtime Environment, 1.6.0_03-b05
OS: Windows XP, 5.1, x86

User Comments: 
[65cat] Attempting to open new page by double-clicking page from Project window, into the Visual JSF editor window.  This is the second try - my first try threw http://statistics.netbeans.org/analytics/detail.do?id=74378 - and no new page was opened for editing.  This appears to be a serious error that I cannot work around.

Stacktrace: 
java.lang.IllegalStateException: [Winsys] TopComponent org.netbeans.core.multiview.MultiViewCloneableTopComponent throws exception/error from its componentOpened() method.
Please repair it! Probable cause is at org.netbeans.modules.visualweb.designer.markup.RaveDocumentBuilderFactory.createDocumentBuilder(RaveDocumentBuilderFactory.java:146)
        at org.openide.windows.WindowManager.logThrowable(WindowManager.java:361)
        at org.openide.windows.WindowManager.componentOpenNotify(WindowManager.java:300)
        at org.netbeans.core.windows.WindowManagerImpl.notifyTopComponentOpened(WindowManagerImpl.java:976)
        at org.netbeans.core.windows.Central.addModeOpenedTopComponent(Central.java:764)
        at org.netbeans.core.windows.ModeImpl.addOpenedTopComponent(ModeImpl.java:311)
        at org.netbeans.core.windows.WindowManagerImpl.topComponentOpenAtTabPosition(WindowManagerImpl.java:1084)
Comment 1 thompsonwd40 2008-08-24 05:05:27 UTC
Created attachment 68177 [details]
stacktrace
Comment 2 Peter Zavadsky 2008-08-25 21:16:16 UTC
Please, provide log file, there should be FactoryConfigurationError occurring before that NullPointerException, which
could help to detect the problem.
Comment 3 thompsonwd40 2008-08-26 01:28:55 UTC
I started NB6.5 200808241401 tonight - but the error occurs before glassFishV2 appserver even starts.  There is no
output to my log file (C:\Program Files\glassfish-v2-b58g\domains\domain1\logs\server.log) - is there some place else I
should look?  Apologies for delay in responding, my test system is at home, where I work on this in the evening and
weekends.

Note also that tonight, NB threw http://www.netbeans.org/issues/show_bug.cgi?id=135607 as the error.
Comment 4 thompsonwd40 2008-08-27 03:37:44 UTC
Build: NetBeans IDE Dev (Build 200808241401)
VM: Java HotSpot(TM) Client VM, 1.6.0_03-b05, Java(TM) SE Runtime Environment, 1.6.0_03-b05
OS: Windows XP, 5.1, x86

User Comments: 
[65cat] Double-click Page1.java file, bringing up Java source code view.  Using build 200808241401

Stacktrace: 
java.lang.IllegalStateException: [Winsys] TopComponent org.netbeans.core.multiview.MultiViewCloneableTopComponent throws exception/error from its componentOpened() method.
Please repair it! Probable cause is at org.netbeans.modules.visualweb.designer.markup.RaveDocumentBuilderFactory.createDocumentBuilder(RaveDocumentBuilderFactory.java:146)
        at org.openide.windows.WindowManager.logThrowable(WindowManager.java:361)
        at org.openide.windows.WindowManager.componentOpenNotify(WindowManager.java:300)
        at org.netbeans.core.windows.WindowManagerImpl.notifyTopComponentOpened(WindowManagerImpl.java:976)
        at org.netbeans.core.windows.Central.addModeOpenedTopComponent(Central.java:764)
        at org.netbeans.core.windows.ModeImpl.addOpenedTopComponent(ModeImpl.java:311)
        at org.netbeans.core.windows.WindowManagerImpl.topComponentOpenAtTabPosition(WindowManagerImpl.java:1084)
Comment 5 thompsonwd40 2008-08-27 03:37:48 UTC
Created attachment 68404 [details]
stacktrace
Comment 6 thompsonwd40 2008-08-27 13:09:32 UTC
Problem solved.  I removed the iReports plugin, restarted my IDE and all functions correctly.  Please feel free to
complete this issue.
Comment 7 Peter Zavadsky 2008-08-27 21:46:59 UTC
It might mean that the iReports plugin clashed with our plugin.
Anyway, I close this unless it needs to be investigated with regards to the iReports plugin.

P.S.: the log file I meant, was log file of NB, and you can find it in <your userdir>/var/log/messages.log

Thanks!