enjoyy2 opened a new issue, #5151:
URL: https://github.com/apache/hop/issues/5151

   ### Apache Hop version?
   
   2.8.9
   
   ### Java version?
   
   openjdk17.0.1
   
   ### Operating system
   
   Windows
   
   ### What happened?
   
   I have set some variables in the system props / env variables in windows, i 
have restarted the apache hop gui, then i run a simple  pipeline to see the 
values of that variables, some of them like aws, do not have a value at all, 
the password encoder plugin has a different value than what is set in the 
system env variables, but the aes encoder key has the correct value set in the 
system env variables. seems like the encoder plugin is taken from 
hop-config.json ? since nothing is in hop-cofing related to AES. but yet again 
when i run the hop-gui.bat i see the logs: 
   
   Java identified as 
"C:\Work\openjdk-17.0.1_windows-x64_bin\jdk-17.0.1\bin\java"
   
   HOP_OPTIONS=-Xmx2048m 
-DHOP_AUDIT_FOLDER=C:\Work\ApacheHopProjects\AuditFolder 
-DHOP_CONFIG_FOLDER=C:\dev\dt-generic-hop -DHOP_PASSWORD_ENCODER_PLUGIN=AES 
-DHOP_AES_ENCODER_KEY=LocalDummyKey -DHOP_PLATFORM_OS=Windows 
-DHOP_PLATFORM_RUNTIME=GUI -DHOP_AUTO_CREATE_CONFIG=Y
   
   Command to start Hop will be:
   "C:\Work\openjdk-17.0.1_windows-x64_bin\jdk-17.0.1\bin\java" -classpath 
lib\core\*;lib\beam\*;lib\swt\win64\* -Djava.library.path=lib\core;lib\beam 
-Xmx2048m -DHOP_AUDIT_FOLDER=C:\Work\ApacheHopProjects\AuditFolder 
-DHOP_CONFIG_FOLDER=C:\dev\dt-generic-hop -DHOP_PASSWORD_ENCODER_PLUGIN=AES 
-DHOP_AES_ENCODER_KEY=LocalDummyKey -DHOP_PLATFORM_OS=Windows 
-DHOP_PLATFORM_RUNTIME=GUI -DHOP_AUTO_CREATE_CONFIG=Y 
org.apache.hop.ui.hopgui.HopGui
   
   
![Image](https://github.com/user-attachments/assets/0c9ac987-bfa4-4bef-9c72-921e94b73dab)
   
   seems like some variables are taken from env some are not. 
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: Hop Gui


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to