Anyone have an idea how I can deal with this error...
# sdf
s
Anyone have an idea how I can deal with this error?
k
Is it a login issue? I just fixed a similar error on my end by deleting then re-creating my SB1 account connection in WebStorm.
s
thanks, I did try that but same error 😞
weird that it only seems to be the CLI, not the plugin, even though they supposedly share the same credential store?
I'm wondering if the latest plugin release has broken something with the latest CLI
the project deploys/previews successfully using the same account (a sandbox) using the webstorm plugin
a
Which version of NodeCLI do you have? We haven't released the newer version since 4,5 months ago.
s
right - I'm still on 1.2.1
what's strange is this is happening on a recently refreshed sandbox.
I mean, started with my first deploy after the refresh to that system. I haven't had a chance to try any other accounts but perhaps I should. Maybe there's something wonky with this specific account?
a
Make sure you have SDF enabled in that account, Token based authentication amongst other features needed to be enabled. When a sandbox is refreshed, the previous tokens dont work anymore.
s
Thanks Ali, you might have missed my prior comments - what is peculiar here is the webstorm plugin works for this account. The same account manipulated via
suitecloud
fails with the error given. I've chosen the same account via interactive
account:setup
@Ali Syed (NS DevTools QA) do I need to file a case for this? A simple 2 file (no objects) deploy takes almost a minute using the plugin, and fails with `suitecloud`: suitecloud project:deploy com.netsuite.ide.core.account.AccountVerificationServiceImpl.verifyConnection(AccountVerificationServiceImpl.java:24) com.netsuite.ide.core.http.AbstractSessionHttpClient.login(AbstractSessionHttpClient.java:51) com.netsuite.ide.core.suiteapp.delegate.DeployDelegate.deploy(DeployDelegate.java:43) com.netsuite.ide.core.suiteapp.delegate.SuiteCloudServiceImpl.deploy(SuiteCloudServiceImpl.java:94) com.netsuite.sdk.cli.handler.DeployHandler.execute(DeployHandler.java:130) com.netsuite.sdk.cli.SDF.execute(SDF.java:136) com.netsuite.sdk.cli.SDF.main(SDF.java:63) Is there a way to get more information from this stack trace? Or is the source available somewhere so I can debug it myself? This is a bit of a showstopper for me.
a
@stalbert can you download the latest cli. It was published today
And see if you can replicate the issue
npm i -g @oracle/suitecloud-cli
s
ah didn't know, will definitely give it a try
• looks like the problem magically resolved with 1.3.0 🙂
a
Good to know 😄
139 Views