Bug Report: VS Code Payara Tools Extension - Payara Micro Instance - Missing Environment Variables/FISH-9450 #91
Labels
Status: Accepted
Confirmed defect or accepted improvement to implement, issue has been escalated to Platform Dev
Type: Bug
Label issue as a bug defect
Brief Summary
When deploying to a Payara Micro instance using the VS Code Payara Tools extension the system and shell environment variables are missing.
Expected Outcome
The system and shell environment variables should exist for the Payara Micro instance (e.g., System.getenv()).
Current Outcome
System.getenv() return null rather than the value of the environment variables.
Reproducer
Deploy anything using the VS Code Payara Tools extension to a Payara Micro instance. Compare environment variables (e.g.,
printenv
to /proc/<pid>/environ) of the system to the process started by the extension when deploying.Operating System
Windows 11 (host), Podman 5.1.2, Debian 12 (dev container)
JDK Version
OpenJDK Runtime Environment (build 17.0.11+9-Debian-1deb12u1)
Ecosystem Tool
Visual Studio IDE Plugin
The text was updated successfully, but these errors were encountered: