Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Wtp-wst-dev] Mozilla Error on Linux


Hi Victor,

Given where the error is occuring, I think this is an underlying problem in the SWT Browser widget and not ATF. I'd suggest trying the browser directly (e.g. by opening up the same file without ATF installed), and if that shows anything then transfer the bug to the platform SWT component.

Thanks,
Tim deBoer
deboer@xxxxxxxxxx



Victor Osório <xmv746@xxxxxxxxxxxx>
Sent by: wtp-wst-dev-bounces@xxxxxxxxxxx

08/30/2007 02:30 PM

Please respond to
"Web Standard Tools developer discussions." <wtp-wst-dev@xxxxxxxxxxx>

To
wtp-wst-dev@xxxxxxxxxxx
cc
Subject
[Wtp-wst-dev] Mozilla Error on Linux





Hi,
   I don't know if this is a correct list. But I found a SWT bug using the ATF plug-in.
   We are working on Linux RedHat Enterprise 4. We install the ATF Plug-in like as said in the ATF's page. But in first time we try to run the Mozilla Browser in a new workspace we found a NullPointerException. The bug occurs when the ATF Plug-ins requires the SWT  Mozilla Broswer, in the org.eclipse.swt.browser.Mozilla.getWebBrowser(Mozilla.java:1258), in the first time that I tried to open a mozilla for a workspace, this method throw the InvocationTargetException. When I restart the Eclipse and try to open a Mozilla browser again everything works fine.
   I looked for this bug in the WST Bugzilla, but I found nothing. So I create a new Bug:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=201774

Thanks,
Victor Emanuel

java.lang.reflect.InvocationTargetException

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
   at java.lang.reflect.Method.invoke(Unknown Source)
   at org.eclipse.swt.browser.Mozilla.getWebBrowser(Mozilla.java:1258)
   at org.eclipse.swt.browser.Browser.getWebBrowser(Browser.java:446)
   at org.eclipse.atf.mozilla.ide.ui.browser.MozBrowserEditor.getAdapter(Unknown Source)
   at org.eclipse.atf.mozilla.ide.ui.netmon.MozNetworkMonitorAdapter.connect(Unknown Source)
   at org.eclipse.atf.mozilla.ide.ui.browser.MozBrowserEditor.createPartControl(Unknown Source)
   at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:661)
   at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:426)
   at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:592)
   at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:263)
   at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2721)
   at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2633)
   at org.eclipse.ui.internal.WorkbenchPage.access$12(WorkbenchPage.java:2625)
   at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2577)
   at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
   at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2572)
   at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2556)
   at org.eclipse.ui.actions.OpenWithMenu.openEditor(OpenWithMenu.java:340)
   at org.eclipse.ui.actions.OpenWithMenu.access$0(OpenWithMenu.java:328)
   at org.eclipse.ui.actions.OpenWith
_______________________________________________
wtp-wst-dev mailing list
wtp-wst-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-wst-dev


Back to the top