facebook

Internal Error upon right mouse click in designer [Closed]

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #208024 Reply

    Franck
    Member

    Hi,

    When I click the right mouse button in the visual HTML editor I get an internal error:

    java.lang.Throwable:
    event.msg=Invalid procedure call or argument
    event.url=file://C:\Program Files\MyEclipse\eclipse\plugins\com.genuitec.eclipse.webdesigner_3.7.101\fck\fckeditor.html
    event.line=288
    at de.bb.bje.eclipse.editors.JspMultiPageEditor.handleDesignerError(Unknown Source)
    at com.genuitec.eclipse.webdesigner.WebDesignerBrowser$6.handleEvent(WebDesignerBrowser.java:794)
    at org.eclipse.swt.ole.win32.OleEventTable.sendEvent(OleEventTable.java:55)
    at org.eclipse.swt.ole.win32.OleEventSink.notifyListener(OleEventSink.java:146)
    at org.eclipse.swt.ole.win32.OleEventSink.Invoke(OleEventSink.java:120)
    at org.eclipse.swt.ole.win32.OleEventSink.access$1(OleEventSink.java:96)
    at org.eclipse.swt.ole.win32.OleEventSink$1.method6(OleEventSink.java:70)
    at org.eclipse.swt.internal.ole.win32.COMObject.callback6(COMObject.java:115)
    at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
    at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1459)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2380)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1363)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:253)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96)
    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:334)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:128)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
    at org.eclipse.core.launcher.Main.run(Main.java:638)
    at org.eclipse.core.launcher.Main.main(Main.java:622)

    Is this bug already known?

    Cheers,
    Franck

    #208030 Reply

    Riyad Kalla
    Member

    Is this bug already known?

    Hmm, I will check. In the mean time can you give us your system specs so we know which code base to check against?

    #208031 Reply

    Greg
    Member

    Franck,

    I have tried to reproduce the problem on WinXP pro on ME 2.8beta1 but could not. As Riyad said, could you give us some more information about your setup. Also, could you give us the version of IE on your computer, or office if you have that installed. If you do have office, what did you do when you first loaded the designer? Did you cancel the MS installer that launches or not?

    #208257 Reply

    eagnes
    Member

    I have the same error in my environment (I canceled the MS installer):
    – Windows 2000 SP4
    – IE 6.0.2800.1106
    – Office 2000 (only Outlook)
    – Eclipse 2.1.3
    – MyEclipse 2.8.0 Beta 1

    I also tested in following environment and the error occurs too (I not canceled de MS Installer):
    – Windows XP
    – IE 6.0
    – Office 2000
    – Eclipse 2.1.3
    – MyEclipse 2.8.0 Beta 1

    Sorry for english!

    #208258 Reply

    Greg
    Member

    eagnes,

    Thank you for the feedback on your system profile. Could you answer just a few more questions to help us with this problem.

    Is the stacktrace you’re seeing exactly the same as the one Franck described? Is the error happening the first time your right click in an existing document, or sometime later? Can you perform any other actions in the visual editor like adding an image or table?

    Does the right click error happen in every html document that you load, or just some? Does it happen any where in the html page or just in certain places like a form or table?

    One last thing, could you send an example html file that you are getting these errors with. Please indicate where in the document (image,table,body) that you are right-clicking and getting the error. Just send an email with the attached sample html file to support@genuitec.com Reference this forum topic(#2527) and they will forward your message to the appropriate developer. Thanks for your patience.

    #208261 Reply

    eagnes
    Member

    The error is happening in every html document and it happen in anywhere in the html document. I can perform any other any actions in the visual editor without errors.

    When I click right mouse button in visual editor I get the error message and the visual editor is closed. The changes on the html document are lost.

    The default browser in my profile is Mozilla.

    The message error: Internal Design Error

    Error log from Eclipse (workspace\.metadata\.log):

    !ENTRY com.genuitec.eclipse.webdesigner 4 0 Jun 09, 2004 15:56:47.670
    !MESSAGE Internal Designer Error
    !STACK 0
    java.lang.Throwable:
    event.msg=Invalid procedure call or argument
    event.url=file://D:\Desenv\MyEclipse\eclipse\plugins\com.genuitec.eclipse.webdesigner_2.7.101\fck\fckeditor.html
    event.line=288
    at de.bb.bje.eclipse.editors.JspMultiPageEditor.handleDesignerError(Unknown Source)
    at com.genuitec.eclipse.webdesigner.WebDesignerBrowser$6.handleEvent(WebDesignerBrowser.java:794)
    at org.eclipse.swt.ole.win32.OleEventTable.sendEvent(OleEventTable.java:55)
    at org.eclipse.swt.ole.win32.OleEventSink.notifyListener(OleEventSink.java:146)
    at org.eclipse.swt.ole.win32.OleEventSink.Invoke(OleEventSink.java:120)
    at org.eclipse.swt.ole.win32.OleEventSink.access$1(OleEventSink.java:96)
    at org.eclipse.swt.ole.win32.OleEventSink$1.method6(OleEventSink.java:70)
    at org.eclipse.swt.internal.ole.win32.COMObject.callback6(COMObject.java:115)
    at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
    at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1313)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1727)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
    at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
    at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
    at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
    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.core.launcher.Main.basicRun(Main.java:291)
    at org.eclipse.core.launcher.Main.run(Main.java:747)
    at org.eclipse.core.launcher.Main.main(Main.java:583)

    #209818 Reply

    Riyad Kalla
    Member

    Fixed in 3.8Beta2.

    #210756 Reply

    Greg
    Member

    Franck,

    Just to let you know that they problem you reported hasn’t been fixed directly because I have not been able to replicate it. However, more exception handling has been added to the contextmenu creation which should capture the error better. This will allow you to continue to use the designer just without the use of the right click menu. You can still use most features in the html designer. Hopefully, we can solve your problem as we continue to improve the designer.

    #219088 Reply

    Franck
    Member

    Hi,

    With the latest release (3.8.2) this is not happening any more.

    I completely forgot to follow up on this bug. Sorry! 😳

    Cheers,
    Franck

    #219095 Reply

    Riyad Kalla
    Member

    Thank you for following up, we are glad ti know that your problem is solved.

Viewing 10 posts - 1 through 10 (of 10 total)
Reply To: Internal Error upon right mouse click in designer [Closed]

You must be logged in to post in the forum log in