-
Notifications
You must be signed in to change notification settings - Fork 245
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
java: host process exit does not cleanly exist child jsii-runtime process #456
Labels
bug
This issue is a bug.
closed-for-staleness
effort/medium
Medium work item – a couple days of effort
language/java
Related to Java bindings
p1
Comments
eladb
changed the title
java: host exit does not cleanly exist child jsii-runtime process
java: host process exit does not cleanly exist child jsii-runtime process
Apr 15, 2019
eladb
pushed a commit
to aws/aws-cdk
that referenced
this issue
Apr 15, 2019
Since the java client for jsii does not cleanly shutdown the jsii-runtime process, the implicit "app.run()" does not work, and the app cannot be synthesized. Fixes #2289 Related: aws/jsii#456
4 tasks
eladb
pushed a commit
to aws/aws-cdk
that referenced
this issue
Apr 15, 2019
Since the java client for jsii does not cleanly shutdown the jsii-runtime process, the implicit "app.run()" does not work, and the app cannot be synthesized. Fixes #2289 Related: aws/jsii#456
I believe Python also still requires app.synth() and doesn't run correctly unless app.synth() is explicitly included in the customer's code. |
This issue has not received any attention in 2 years. If you want to keep this issue open, please leave a comment below and auto-close will be canceled. |
github-actions
bot
added
closing-soon
This issue will automatically close in 4 days unless further comments are made.
closed-for-staleness
and removed
closing-soon
This issue will automatically close in 4 days unless further comments are made.
labels
Jun 25, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
This issue is a bug.
closed-for-staleness
effort/medium
Medium work item – a couple days of effort
language/java
Related to Java bindings
p1
See aws/aws-cdk#2289
The CDK utilizes the
process.exit
event to implicitly invokeapp.run()
and this fails on java.The text was updated successfully, but these errors were encountered: