Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pressing Ctrl-F11 twice crashes Repl #72

Closed
laurentpetit opened this issue Mar 15, 2015 · 0 comments
Closed

Pressing Ctrl-F11 twice crashes Repl #72

laurentpetit opened this issue Mar 15, 2015 · 0 comments

Comments

@laurentpetit
Copy link
Member

Original issue 29 created by laurentpetit on 2009-11-08T13:48:42.000Z:

  1. Press Ctrl-F11 in clojure editor window
  2. Press Ctrl-F11 in clojure editor window again

What is the expected output?
I would expect to rerun the clojure code (probably starting a new repl)

What do you see instead
user=> Exception in thread "Thread-0" java.lang.RuntimeException:
java.net.BindException: Address already in use: JVM_Bind
at clojure.lang.AFn.run(AFn.java:42)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.net.BindException: Address already in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
at java.net.ServerSocket.bind(ServerSocket.java:319)
at java.net.ServerSocket.(ServerSocket.java:185)
at java.net.ServerSocket.(ServerSocket.java:97)
at
clojuredev.debug.serverrepl$create_server__3008$fn__3010.invoke(serverrepl.clj:14)
at clojure.lang.AFn.run(AFn.java:38)
... 1 more

Platform
Windows NT
Eclipse 3.4.1 M20080911-1700
Clojure Contrib plug-in 0.0.0.20090120_r394
Clojure plug-in 0.0.0.20090120_r1217
Clojuredev Plug-in 0.0.11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant