Menu

#11 Unhandled event loop exception

open
nobody
None
5
2006-01-24
2006-01-24
Anonymous
No

*System: eclipse 3.1.1, unbuntu-breezy, AMD Athlon(tm)
XP 2200+

*with blackdown-j2re1.4 the error message is:
Unhandled event loop exception
Reason:
com/sshtools/j2ssh/sftp/FileAttributes

*with sun-j2re1.5 the error message is:
Unhandled event loop exception
Reason:
com/sshtools/j2ssh/transport/HostKeyVerification

Discussion

  • Chris Thomas

    Chris Thomas - 2006-01-27

    Logged In: YES
    user_id=682144

    Is this happening every time? or just once now and again?
    can you use the console and copy/paste me what it tells
    you? that can sometimes lead me to either identify the
    problem as something I recognise, or a totally new problem
    in itself.

    thanks

    chris (chris_a_thomas)

     
  • Chris Thomas

    Chris Thomas - 2006-02-02

    Logged In: YES
    user_id=682144

    hmmm, could this be a unix problem? do you have access to a
    windows machine that you can test it on? I'm wondering about
    cross platform compatibilty lately, because I've had another
    bug report from a MacOSX user who says it doesnt work either.

    Can you tell me in what situation you get this problem, the
    information you've given is not sufficient for me to even
    start looking for a problem.

    chris

     
  • Nobody/Anonymous

    Logged In: NO

    Same issue.

    Using Mac OSX 10.4.5 (PPC)
    Everything working fine with Eclipse 3.1 using esftp 1.0.8
    Also tested fine with Eclipse 3.1.2 using esftp 1.0.8

    Cannot get esftp 1.0.9 to work. In the console it has a
    single message 'Dirty' whenever I try to save and upload.

    CONSOLE OUTPUT

    !ENTRY org.eclipse.ui 4 4 2006-02-16 12:30:46.813
    !MESSAGE Unhandled event loop exception
    Unhandled event loop exception
    Reason:

    !ENTRY org.eclipse.ui 4 0 2006-02-16 12:30:46.816
    !MESSAGE com/sshtools/j2ssh/sftp/FileAttributes
    !STACK 0
    java.lang.NoClassDefFoundError:
    com/sshtools/j2ssh/sftp/FileAttributes
    at
    org.kmem.kosh.sftp.SftpPlugin.getTransfer(SftpPlugin.java:153)
    at org.kmem.kosh.sftp.SftpPlugin.add(SftpPlugin.java:180)
    at
    org.kmem.kosh.sftp.actions.Selection.sendList(Selection.java:109)
    at
    org.kmem.kosh.sftp.actions.Selection.buildList(Selection.java:98)
    at
    org.kmem.kosh.sftp.actions.PutSelection.run(PutSelection.java:46)
    at
    org.kmem.kosh.sftp.actions.PutSaveSelection.run(PutSaveSelection.java:55)
    at
    org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:246)
    at
    org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:223)
    at
    org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:538)
    at
    org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
    at
    org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:441)
    at
    org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1380)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1404)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1389)
    at
    org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1237)
    at
    org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3061)
    at
    org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713)
    at
    org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
    at
    org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
    at
    org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
    at
    org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
    at
    org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
    at
    org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
    at
    org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
    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:585)
    at
    org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
    at org.eclipse.core.launcher.Main.run(Main.java:973)
    at org.eclipse.core.launcher.Main.main(Main.java:948)
    com/sshtools/j2ssh/sftp/FileAttributes

    ====================================

    Well done on the plugin - it ROCKS! The final piece of the
    puzzle (hotkeys) will streamline my workflow enormously. I
    also love the console output instead of a pesky popup.

    Hope you are able to fix this problem soon. If there is
    anything I can do to help, please let me know.

    Cheers,

    Rhys

     
  • Rhys Cazenove

    Rhys Cazenove - 2006-02-16

    Logged In: YES
    user_id=1082286

    Oops was not logged for last message. To clarify, the
    console message in eclipse had 'Dirty', while the OSX
    console had teh debug output.

    Cheers,

    Rhys

     
  • Chris Thomas

    Chris Thomas - 2006-02-16

    Logged In: YES
    user_id=682144

    the dirty message is to say whether the file was saved or
    not, dirty means the file you are uploading, requires saving
    before you can upload it. It will not say that, with a file
    which is already saved.

    as for the FileAttributes problem you mentioned, hmmm, weird
    that, I'll put some effort into over the weekend, making a
    debug option in the preferences and we can output lots of
    debug info to show us exactly where the problem is.

    thanks rhys

     
  • Chris Thomas

    Chris Thomas - 2006-02-17

    Logged In: YES
    user_id=682144

    ryan, if you have msn or can be in touch with me this
    weekend over debugging your problem, please do so, my msn is

    chris underscore thomas at hotmail dot com

    or of course, my email address, I'll send you some debug
    versions and we can try to nail it, please make some time to
    try out somethings for me, if it's possible, great,
    otherwise, you'll have to hope when you are ready, I've got
    time to spare.

    thanks ryan

    chris

     
  • Chris Thomas

    Chris Thomas - 2006-02-17

    Logged In: YES
    user_id=682144

    sorry, I meant rhys, not ryan :( I did that to denny (danny)
    as well, I really should use a bigger font onscreen

    :(

     
  • Chris Thomas

    Chris Thomas - 2007-07-18

    Logged In: YES
    user_id=682144
    Originator: NO

    Is this still a problem? rhys, can you give me any further explanation ?

     

Log in to post a comment.