-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
[Bug] Incorrect script/container behaviour that may result in broken installation/incompatible state #134
Comments
Also see #132 |
I may add that me and @jiaz83 are official JDownloader staff. |
This comment was marked as off-topic.
This comment was marked as off-topic.
@kinslayer1982 but still important to notify about this issue as others might clone/continue this project |
This comment was marked as off-topic.
This comment was marked as off-topic.
@jaymoulin Thank you for your help and work here! Another docker project for JDownloader solved the waiting by just waiting for all java processes to finish instead of waiting for specific pid. Maybe that'll work here as well? |
I feel this one! The only thing you can do is to ignore such comments and keep on going. Back to topic: |
This comment was marked as off-topic.
This comment was marked as off-topic.
This may be a good workaround if java is still a main process. This also may have an impact on performance. I (or anybody willing to PR) should be aware of that to contain this as possible |
Whenever JDownloader is updating itself/Core, the main process is gone, while the helper installation process is applying the updates. The script currently doesn't properly wait for this process to finish, which then may result in incomplete installation of updates. In case of no or broken JDownloader.jar file, it is getting replaced by bundeled/old JDownloader.jar
Whenever the JDownloader.jar is replaced, it is important to also delete Core.jar file and the update directory.
Please feel free to get in contact with our support for further solution finding
1.) properly wait for updater process to finish
2.) update init script to also delete Core.jar file and update directory whenever JDownloader.jar file is replaced
The text was updated successfully, but these errors were encountered: