jdee icon indicating copy to clipboard operation
jdee copied to clipboard

"No answer from beanshell"

Open liar666 opened this issue 9 years ago • 1 comments

I just got a new error "No answer [or was it response?] from the beanshell".

I think part of my previous problems might be related to that to. particularly the ones related in issues: https://github.com/jdee-emacs/jdee/issues/30 https://github.com/jdee-emacs/jdee/issues/31 https://github.com/jdee-emacs/jdee/issues/32

liar666 avatar Mar 03 '16 15:03 liar666

Since I think I found it, I want to share the solution: I had an emacs opened with some code. In parallel, I changed some stuff in the config files (both .emacs and some prj.el , notably the jdee-sourcepath - removed prj.el inside directories and created a more general one in "higher" directory, see : https://github.com/jdee-emacs/jdee/issues/44). Then all new emacs opened had a jdee that didn't work anymore. The solution was simply to close all emacs windows and reopen everything.

Might that be that the jdee-server (or something else) is shared across emacs/sessions and when several emacs/sessions are opened with different configs, it does not work correctly anymore?

Would restarting the server (or shared stuff) on (any) jdee-related config change be a good idea?

liar666 avatar Mar 03 '16 16:03 liar666