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
When running this with cdktf deploy I am getting the below error:
[2024-01-19T17:12:16.113] [ERROR] default - jsii.errors.JavaScriptError:
TypeError: Cannot read properties of undefined (reading 'DataProcessStart')
at Kernel._Kernel_findSymbol (/tmp/tmpjc0q2vzg/lib/program.js:10341:28)
at Kernel._Kernel_findCtor (/tmp/tmpjc0q2vzg/lib/program.js:10082:100)
at Kernel._Kernel_create (/tmp/tmpjc0q2vzg/lib/program.js:10106:103)
at Kernel.create (/tmp/tmpjc0q2vzg/lib/program.js:9779:93)
at KernelHost.processRequest (/tmp/tmpjc0q2vzg/lib/program.js:11696:36)
at KernelHost.run (/tmp/tmpjc0q2vzg/lib/program.js:11656:22)
at Immediate._onImmediate (/tmp/tmpjc0q2vzg/lib/program.js:11657:46)
at process.processImmediate (node:internal/timers:478:21)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "~/main.py", line 30, in
[2024-01-19T17:12:16.114] [ERROR] default - stack = DbStack(
^^^^^^^^^^^^^^^^^^
File "/.local/share/virtualenvs/venv/lib/python3.11/site-packages/jsii/_runtime.py", line 118, in call
inst = super(JSIIMeta, cast(JSIIMeta, cls)).call(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/stack/main.py", line 54, in init
externalProcessData = DataProcessStart(
^^^^^^^^^^^^^^^^^
File "/.local/share/virtualenvs/venv/lib/python3.11/site-packages/jsii/_runtime.py", line 118, in call
inst = super(JSIIMeta, cast(JSIIMeta, cls)).call(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/imports/process/data_process_start/init.py", line 82, in init
jsii.create(self.class, self, [scope, id_, config])
File "/.local/share/virtualenvs/venv/lib/python3.11/site-packages/jsii/_kernel/init.py", line 334, in create
response = self.provider.create(
^^^^^^^^^^^^^^^^^^^^^
File "/.local/share/virtualenvs/venv/lib/python3.11/site-packages/jsii/_kernel/providers/process.py", line 365, in create
return self._process.send(request, CreateResponse)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "~/.local/share/virtualenvs/venv/lib/python3.11/site-packages/jsii/_kernel/providers/process.py", line 342, in send
[2024-01-19T17:12:16.114] [ERROR] default - raise RuntimeError(resp.error) from JavaScriptError(resp.stack)
cdktf version: 0.19.1
provider version: 0.1.3
The text was updated successfully, but these errors were encountered:
I have added the below provider in my
cdktf.json
->terraformProviders
[2024-01-19T17:12:16.113] [ERROR] default - jsii.errors.JavaScriptError:
TypeError: Cannot read properties of undefined (reading 'DataProcessStart')
at Kernel._Kernel_findSymbol (/tmp/tmpjc0q2vzg/lib/program.js:10341:28)
at Kernel._Kernel_findCtor (/tmp/tmpjc0q2vzg/lib/program.js:10082:100)
at Kernel._Kernel_create (/tmp/tmpjc0q2vzg/lib/program.js:10106:103)
at Kernel.create (/tmp/tmpjc0q2vzg/lib/program.js:9779:93)
at KernelHost.processRequest (/tmp/tmpjc0q2vzg/lib/program.js:11696:36)
at KernelHost.run (/tmp/tmpjc0q2vzg/lib/program.js:11656:22)
at Immediate._onImmediate (/tmp/tmpjc0q2vzg/lib/program.js:11657:46)
at process.processImmediate (node:internal/timers:478:21)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "~/main.py", line 30, in
[2024-01-19T17:12:16.114] [ERROR] default - stack = DbStack(
^^^^^^^^^^^^^^^^^^
File "
/.local/share/virtualenvs/venv/lib/python3.11/site-packages/jsii/_runtime.py", line 118, in call/stack/main.py", line 54, in initinst = super(JSIIMeta, cast(JSIIMeta, cls)).call(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "
externalProcessData = DataProcessStart(
^^^^^^^^^^^^^^^^^
File "
/.local/share/virtualenvs/venv/lib/python3.11/site-packages/jsii/_runtime.py", line 118, in call/imports/process/data_process_start/init.py", line 82, in initinst = super(JSIIMeta, cast(JSIIMeta, cls)).call(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "
jsii.create(self.class, self, [scope, id_, config])
File "
/.local/share/virtualenvs/venv/lib/python3.11/site-packages/jsii/_kernel/init.py", line 334, in create/.local/share/virtualenvs/venv/lib/python3.11/site-packages/jsii/_kernel/providers/process.py", line 365, in createresponse = self.provider.create(
^^^^^^^^^^^^^^^^^^^^^
File "
return self._process.send(request, CreateResponse)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "~/.local/share/virtualenvs/venv/lib/python3.11/site-packages/jsii/_kernel/providers/process.py", line 342, in send
[2024-01-19T17:12:16.114] [ERROR] default - raise RuntimeError(resp.error) from JavaScriptError(resp.stack)
The text was updated successfully, but these errors were encountered: