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 141953 - NPEs on project close reported to log
Summary: NPEs on project close reported to log
Status: RESOLVED WONTFIX
Alias: None
Product: ide
Classification: Unclassified
Component: Extbrowser (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Peter Zavadsky
URL:
Keywords:
Depends on:
Blocks: 132242
  Show dependency tree
 
Reported: 2008-07-28 21:36 UTC by _ krystyna
Modified: 2009-11-02 11:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
from messages.log (76.93 KB, text/plain)
2008-07-28 21:37 UTC, _ krystyna
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ krystyna 2008-07-28 21:36:27 UTC
NetBeans-dev-4586
WinXP
JDK1.6.0_10

Several NPEs on project close of web project with 3 different layout pages.
The full stack is in the attachment. It is followed by a JRE runtime exception.



SEVERE [org.mozilla.browser.MozillaExecutor]: error in asynchronus mozilla task
java.lang.NullPointerException
        at org.netbeans.modules.extbrowser.embedded.mozilla.impl.BrowserImpl$1.run(BrowserImpl.java:254)
[catch] at org.mozilla.browser.MozillaExecutor$2.run(MozillaExecutor.java:331)
        at org.mozilla.browser.MozillaExecutor$MozCallable.run(MozillaExecutor.java:259)
        at org.mozilla.xpcom.internal.XPCOMJavaProxy.callXPCOMMethod(Native Method)
        at org.mozilla.xpcom.internal.XPCOMJavaProxy.invoke(XPCOMJavaProxy.java:143)
        at $Proxy32.run(Unknown Source)
        at org.mozilla.browser.MozillaExecutor$1.run(MozillaExecutor.java:206)
SEVERE [org.mozilla.browser.MozillaExecutor]: called from:
org.mozilla.browser.MozillaRuntimeException
        at org.mozilla.browser.MozillaExecutor.asyncExec(MozillaExecutor.java:328)
        at org.mozilla.browser.MozillaExecutor.mozAsyncExec(MozillaExecutor.java:508)
        at org.netbeans.modules.extbrowser.embedded.mozilla.impl.BrowserImpl.enableEditing(BrowserImpl.java:250)
        at org.netbeans.modules.visualweb.editor.designer.DesignerImpl.enableEditing(DesignerImpl.java:323)
        at org.netbeans.modules.visualweb.html.designsupport.HtmlVisualWebComponent.enableEditing
(HtmlVisualWebComponent.java:355)
        at org.netbeans.modules.visualweb.html.designsupport.HtmlVisualWebComponent.sourceDomLoadFinished
(HtmlVisualWebComponent.java:496)
        at org.netbeans.modules.visualweb.html.designsupport.HtmlVisualWebComponent.access$600
(HtmlVisualWebComponent.java:119)
        at org.netbeans.modules.visualweb.html.designsupport.HtmlVisualWebComponent$3$1.run
(HtmlVisualWebComponent.java:564)
        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:269)
        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)
[catch] at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
SEVERE [org.mozilla.browser.MozillaExecutor]: error in asynchronus mozilla task
org.mozilla.xpcom.XPCOMException: The function "hideInlineTableEditingUI" returned an error condition  (0xc1f30001)
        at org.mozilla.xpcom.internal.XPCOMJavaProxy.callXPCOMMethod(Native Method)
        at org.mozilla.xpcom.internal.XPCOMJavaProxy.invoke(XPCOMJavaProxy.java:143)
        at $Proxy62.hideInlineTableEditingUI(Unknown Source)
        at org.netbeans.modules.extbrowser.embedded.mozilla.impl.BrowserImpl$8.run(BrowserImpl.java:612)
[catch] at org.mozilla.browser.MozillaExecutor$2.run(MozillaExecutor.java:331)
        at org.mozilla.browser.MozillaExecutor$MozCallable.run(MozillaExecutor.java:259)
        at org.mozilla.xpcom.internal.XPCOMJavaProxy.callXPCOMMethod(Native Method)
        at org.mozilla.xpcom.internal.XPCOMJavaProxy.invoke(XPCOMJavaProxy.java:143)
        at $Proxy32.run(Unknown Source)
        at org.mozilla.browser.MozillaExecutor$1.run(MozillaExecutor.java:206)
SEVERE [org.mozilla.browser.MozillaExecutor]: called from:
org.mozilla.browser.MozillaRuntimeException
        at org.mozilla.browser.MozillaExecutor.asyncExec(MozillaExecutor.java:328)
        at org.mozilla.browser.MozillaExecutor.mozAsyncExec(MozillaExecutor.java:508)
        at org.netbeans.modules.extbrowser.embedded.mozilla.impl.BrowserImpl.enableEditorInlineTableEditing
(BrowserImpl.java:605)
        at org.netbeans.modules.visualweb.editor.designer.DesignerImpl.enableEditorInlineTableEditing
(DesignerImpl.java:359)
        at org.netbeans.modules.visualweb.html.designsupport.HtmlVisualWebComponent.enableEditing
(HtmlVisualWebComponent.java:356)
        at org.netbeans.modules.visualweb.html.designsupport.HtmlVisualWebComponent.sourceDomLoadFinished
(HtmlVisualWebComponent.java:496)
        at org.netbeans.modules.visualweb.html.designsupport.HtmlVisualWebComponent.access$600
(HtmlVisualWebComponent.java:119)
        at org.netbeans.modules.visualweb.html.designsupport.HtmlVisualWebComponent$3$1.run
(HtmlVisualWebComponent.java:564)
        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:269)
        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)
[catch] at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Comment 1 _ krystyna 2008-07-28 21:37:26 UTC
Created attachment 65859 [details]
from messages.log
Comment 2 Peter Zavadsky 2008-09-02 18:59:34 UTC
This was put on hold. Reopen when resumed.
Comment 3 Quality Engineering 2009-11-02 11:14:20 UTC
NetBeans.org Migration: changing resolution from LATER to WONTFIX