Brief Summary
I cannot use "Run on Payara Server" or "Debug on Payara Server". Both yield this error:
Cannot read properties of undefined (reading '0')
Here's a screenshot:
Expected Outcome
My app should be deployed.
Current Outcome
My app is not deployed.
Reproducer
The code I'm trying to deploy is open source but it's big: https://github.com/IQSS/dataverse
We have instructions on fast redeployment from Netbeans and IntelliJ. I'd like to add VS Code as an option:
Operating System
from sw_vers: ProductName: macOS, ProductVersion: 15.7.1, BuildVersion: 24G231
JDK Version
OpenJDK 64-Bit Server VM Temurin-17.0.16+8 (build 17.0.16+8, mixed mode, sharing)
Ecosystem Tool
Visual Studio IDE Plugin
Brief Summary
I cannot use "Run on Payara Server" or "Debug on Payara Server". Both yield this error:
Cannot read properties of undefined (reading '0')Here's a screenshot:
Expected Outcome
My app should be deployed.
Current Outcome
My app is not deployed.
Reproducer
The code I'm trying to deploy is open source but it's big: https://github.com/IQSS/dataverse
We have instructions on fast redeployment from Netbeans and IntelliJ. I'd like to add VS Code as an option:
Operating System
from sw_vers: ProductName: macOS, ProductVersion: 15.7.1, BuildVersion: 24G231
JDK Version
OpenJDK 64-Bit Server VM Temurin-17.0.16+8 (build 17.0.16+8, mixed mode, sharing)
Ecosystem Tool
Visual Studio IDE Plugin