ajrey77
09/27/2024, 2:55 PMCeligo AI
09/27/2024, 2:55 PMAI generated answer (using internal Slack threads):The error message you're encountering,
sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
, is typically related to SSL certificate issues. It seems like your VS Code is having trouble establishing a secure connection to the target server due to a missing or invalid SSL certificate.
Here are a few potential solutions based on the conversations:
1. Check your SSL certificates: Make sure that the SSL certificates on your system are up-to-date and correctly configured. You might need to import the server's SSL certificate into your Java keystore.
2. Update your SuiteCloud CLI: One of the messages mentioned an error related to an unsupported SuiteTalk endpoint version. Make sure you're using the latest version of the SuiteCloud CLI. You can update it using npm by running npm update -g @oracle/suitecloud-cli
.
3. Switch to a supported IDE: If you continue to have issues with VS Code, you might consider switching to a supported IDE. According to the conversations, NetSuite currently supports Eclipse and WebStorm. There's also mention of an official VS Code extension being developed by NetSuite.
4. Use the SDF CLI: As an alternative, you can use the SuiteCloud Development Framework (SDF) Command Line Interface (CLI) to upload your files. This allows you to use the text editor of your choice.
Remember to always upload to the Sandbox first to avoid any potential issues with your live environment.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
09/27/2024, 2:55 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.815161765
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.814653277
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.808318615
Celigo AI
09/27/2024, 2:55 PM