You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My stacks are programmed in c#. I was able to deploy the stack many times. Since last week i get this error.
I am using aws-cdk 2.151.0 and npm 9.8.1.
I updated npm last week to 10.8.3. After that I got the error and I downgraded it again.
I tried every npm command i found, but nothing helped.
This is the complete error message:
.\.\awstest2>cdk deploy
Unhandled exception. Amazon.JSII.Runtime.JsiiError: Child process exited unexpectedly!
at Amazon.JSII.Runtime.Services.Runtime.ReadResponse()
at Amazon.JSII.Runtime.Services.Client.ReceiveResponse[TResponse]()
at Amazon.JSII.Runtime.Services.Client.Hello()
at Amazon.JSII.Runtime.Services.ServiceContainer.BuildServiceProvider(ILoggerFactory loggerFactoryOverride)
at Amazon.JSII.Runtime.Services.ServiceContainer.<>c.<.cctor>b__8_0()
at System.Lazy`1.ViaFactory(LazyThreadSafetyMode mode)
at System.Lazy`1.ExecutionAndPublication(LazyHelper executionAndPublication, Boolean useDefaultConstructor)
at System.Lazy`1.CreateValue()
at System.Lazy`1.get_Value()
at Amazon.JSII.Runtime.Services.ServiceContainer.get_ServiceProvider()
at Amazon.JSII.Runtime.Deputy.JsiiTypeAttributeBase.Load(Assembly assembly)
at Amazon.JSII.Runtime.Deputy.JsiiTypeAttributeBase.Load(Assembly assembly)
at Amazon.JSII.Runtime.Deputy.DeputyBase..ctor(DeputyProps props)
at Constructs.Construct..ctor(DeputyProps props)
at Amazon.CDK.Stage..ctor(DeputyProps props)
at Amazon.CDK.App..ctor(IAppProps props)
at Awstest2.Program.Main(String[] args) in C:\Users\user1\Git\temp\awstest2\src\Awstest2\Program.cs:line 12
node:internal/child_process:502
throw errnoException(err, 'kill');
^
Error: kill ENOSYS
at ChildProcess.kill (node:internal/child_process:502:13)
at process.<anonymous> (C:\Users\user1\AppData\Local\Temp\2lxho1v3.roj\bin\jsii-runtime.js:3989:42)
at process.emit (node:events:517:28) {
errno: -4054,
code: 'ENOSYS',
syscall: 'kill'
}
Node.js v18.18.0
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
My stacks are programmed in c#. I was able to deploy the stack many times. Since last week i get this error.
I am using aws-cdk 2.151.0 and npm 9.8.1.
I updated npm last week to 10.8.3. After that I got the error and I downgraded it again.
I tried every npm command i found, but nothing helped.
This is the complete error message:
Beta Was this translation helpful? Give feedback.
All reactions