https://bz.apache.org/bugzilla/show_bug.cgi?id=63065
--- Comment #4 from Felix Schumacher <[email protected]> --- If you really can't show us the code of your bsh. You could try to wrap your bsh code in a try/catch block like: try { // your code } catch (Throwable e) { log.error("BSH threw an exception", e); } and see, if there is more information in the log file. Alternatively you could remove some code from your bsh and see, if the error (and functionality of course) goes away. Did you change other things in your environment like switching from java 6 to java 8? -- You are receiving this mail because: You are the assignee for the bug.
