Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4433024
By: j_blackburn

Hi,

I'm trying to debug the simple Hellow World app from the tutorial.  Clicking
Run, "Hellow World" is successfully printed to the console.  If I try to debug,
however, I get an "Unexpected error trying to set up the debugger" with the
following stack:
java.net.SocketException: Socket closed
        at java.net.PlainSocketImpl.socketAccept(Native Method)
        at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:384)
        at java.net.ServerSocket.implAccept(ServerSocket.java:450)
        at java.net.ServerSocket.accept(ServerSocket.java:421)
        at 
org.python.pydev.debug.model.remote.ListenConnector.run(ListenConnector.java
:40)
        at java.lang.Thread.run(Thread.java:595)

This is on Java 1.5 platform (Sun HotSpot JRE 1.5.0_07) with Python 2.4.1 on
an x86_64 machine.

Another problem I've seen is, when viewing the Preferences -> PyDev ->Scripting
PyDev dialog, I get:
"Unable to create selected Preference Page"
"An error occurred while automatically activating bundle org.python.pydev.jython
(1586)"

PyDev was installed from the feature zip downloaded from Sourceforge, and the
Configuration dialog in Eclipse doesn't show any errors.

Does anyone have any idea on what might be going wrong?

Many thanks,

James

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to