Has anyone seen this error message when setting up...
# general
j
Has anyone seen this error message when setting up Webstorm and importing all files from the account?
👀 1
d
e
What's in your
deploy.xml
file?
j
@erictgrubaugh - Good to hear from you! This is what is on the file `
Copy code
<deploy>
    <configuration>
        <path>~/AccountConfiguration/*</path>
    </configuration>
    <files>
        <path>~/FileCabinet/*</path>
    </files>
    <objects>
        <path>~/Objects/*</path>
    </objects>
    <translationimports>
        <path>~/Translations/*</path>
    </translationimports>
</deploy>
`
Never had this issue before and I've set up Webstorm with NetSuite several times in the past
e
Well that looks fine
I use WebStorm, but not the SDF plugin, so I'm not sure what it might be
j
no worries. Thank you for checking
d
shot in the dark, what version of JDK are you using? looking at somewhat similar issues here (slack) and here (reddit)
for ref, officially node CLI is v18; and java CLI, VSC and Webstorm are all v17 however both links above had VSC needing to downgrade to 17.0.2
s
if you have something under Web Site Hosting Files, can you try to exclude it?
j
@David B I guess on the latest version. New machine and downloaded a couple of days ago
s
I'd recommend trying the
suitecloud cli
instead and see if it has the same issues.
☝️ 1
d