-
Notifications
You must be signed in to change notification settings - Fork 1
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
JVM cannot be restarted #6
Comments
Problem is in the implementation of PSI_java - if multiple nodes try to start JVM on the same system, PBRcontrol will fail as it is not possible. Only one JVM can be running at a time. |
This introduces many problems regarding use of multiple java-bound PBRs and restarting PBRs |
created PULL request #15 |
Once JVM is started, it is never turned off as there is currently no way of knowing whether other devices/nodes are using it. This should not afffect functionality, nor performance. My temporarily limited resources prevent me from thorough testing. @xtrojak, could you look into this? |
Initiation of Java device resulted in following error:
@mgeletka, do you have any idea what might be causing this issue? |
Seems like problem in paths management. |
Issue solved by manual addition of Java class path before the JVM is started (in Device.py file). It is not clear why this step is necessary, but it is working. |
Restarting a node (eg. end and start again) resulted to the following error:
The text was updated successfully, but these errors were encountered: