Skip to content
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

uncaughtException in Bulk Create/Update/Delete/Upsert action when incoming .csv has invalid structure for specified object type #12

Open
stas-fomenko opened this issue Feb 1, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@stas-fomenko
Copy link
Contributor

STR:

  1. simple trigger -> dropbox (or any other component that could pass csv attachment to next step)
  2. csv for step2 (it has invalid structure, required Name field is missing):
Name123123,Description
TestAccount Stas,Description
  1. step3 -> Bulk Create/Update/Delete/Upsert action: selec create operation, account object, some small timeout (5-10-20sec)
  2. Retrieve sample

AR:
Request Timeout and uncaughtException, logs:

Starting your Docker container ...
[INFO  tini (1)] Spawned child process '/run.sh' with pid '6'
Starting application in apprunner...
node: /usr/lib/libstdc++.so.6: no version information available (required by node)
node: /usr/lib/libstdc++.so.6: no version information available (required by node)
Will try to start app at /home/apprunner
node: /usr/lib/libstdc++.so.6: no version information available (required by node)
node: /usr/lib/libstdc++.so.6: no version information available (required by node)
node: /usr/lib/libstdc++.so.6: no version information available (required by node)
node: /usr/lib/libstdc++.so.6: no version information available (required by node)
node: /usr/lib/libstdc++.so.6: no version information available (required by node)
node: /usr/lib/libstdc++.so.6: no version information available (required by node)
invokeModuleFunction – init is not found
Checking if incoming messages is lightweight...
Going to check if incoming message body is lightweight.
No object id header so not lightweight.
Empty headers so not lightweight.
Going to check if passthrough for step is lightweight. { stepId: 'step_2' }
No object id header so not lightweight.
Checking if incoming messages is lightweight...
Checking if incoming messages is lightweight...
Going to check if passthrough for step is lightweight. { stepId: 'step_1' }
Starting Bulk insert action
Going to fetch secret
Got secret
Job error
process.uncaughtException
[INFO  tini (1)] Main child exited normally (with status '1')

AR: error thrown, so user may understand what is gone wrong

@stas-fomenko stas-fomenko added the bug Something isn't working label Feb 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant