-
Notifications
You must be signed in to change notification settings - Fork 927
WrapJavaScriptRuntimeException hides the stack-trace from log #420
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
Comments
@ashkansiroos @Daniel15 In principle, now there is no need to use the
|
Closing issues older than a year, please re-open if you think this is still relevant. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Daniel,
First, Thanks a lot for the great library. It is just awesome, specially that it works very well with the engine switcher.
Secondly, I've tried to do some stress testing on my website and I've got an exception saying:
I've looked it up and ended up in WrapJavaScriptRuntimeException where it hides the stack-trace. Could you please let the exception come up, or log it so we can see what is causing the error?
Since the log says that JavaScriptEngineSwitcher is throwing the exception, I've opened an issue here:
Taritsyn/JavaScriptEngineSwitcher#35
but I cannot be sure that JavaScriptEngineSwitcher is the one causing the problem specially since the error is more like if the memory is not released with concurrent threads which can be caused by something else like JSPool. :(
The text was updated successfully, but these errors were encountered: