-
Notifications
You must be signed in to change notification settings - Fork 39
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
apex-nitro upload -4058 enoent #359
Comments
in cred.json Either you are running an older version and should be pointing to SQLcl I'm sorry that the documentation is lacking right now. |
Thanks for your response Vincent! But, unfortunately, it is still not working with proposed changes. Tried to swap path with libDir property, but then it is requesting path property. Adding both properties gives same error as before. Working with windows 10. Thank you again for taking your time and helping. Current content of my cred file: a.) With both path and libDir getting error C:\apex-nitro\test6>apex-nitro upload b.) With libDir only C:\apex-nitro\test6>apex-nitro upload Error: Your apexnitro.config.json is missing SQLcl path. Please review C:\apex-nitro\test6/apexnitro.config.json |
I am getting the exact same behaviour as @lbrumec. How should we proceed, @vincentmorneau? |
Actually, when I use both the path and libDir settings, the error message is different:
This error message is pretty self explanatory, indicating that there is a mismatch between the JDBC versions from OCI and my client. Nevertheless, I still don't know how to solve this =( do you have any tip? |
Hi.
Trying to upload files trough apex-nitro to application.
Nitro is returning error -4058 = enoent
Everything I set as it should be (at least i assume).
//cred.json
{
"path": "C:\Users\lbrumec\apex_n\instantclient_19_10",
"username": "your_username", // my username is entered
"password": "your_password", //my pass is entered
"connectionString": "your_connection_string" //my connection string is entered
}
Am I missing something? I tried many combinations with path and not one is working.
Thank you!
Error description:
errno: -4058,
code: 'ENOENT',
syscall: 'spawnSync C:\instantclient_19_10',
The text was updated successfully, but these errors were encountered: