-
Notifications
You must be signed in to change notification settings - Fork 182
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
Jpype working once and crashing second time in Django #395
Comments
This question was never addressed. Is it still an issue or of interest? |
#81 (comment)
|
Okay if that is the case then a switch to JPype 0.7.0 is in order. We dropped the silly requirement that the threads be attached manually. There is no way for a user to control when a third party gets a hold of a thread and touches Java resources. This was the plague of PyCharm and Spyder. Thus we now automatically make the connection when needed. |
This issue should now be resolved with the release of 0.7.0. Closing this thread. If there is still an issue please file another ticket. |
Hi,
I have python script which using jpype and i integrated it to django. Its working without problem when i run server the first time. But server is crashing by itself when i post second input. Even there is no exception. I dont know what to do.
The text was updated successfully, but these errors were encountered: