Randname666 opened a new issue, #4923: URL: https://github.com/apache/hop/issues/4923
### Apache Hop version? 2.11.0 ### Java version? 17.0.14 ### Operating system Docker ### What happened? Pipelines fails to submit to remote server due to such error: https://pastebin.com/ejW3wTDB The pipeline has only one dummy node for testing. The command to start the Docker image is as follows: ``` docker run -it --rm \ --env HOP_PROJECT_FOLDER=/project \ --env HOP_PROJECT_NAME=web_project \ --env HOP_SHARED_JDBC_FOLDERS=/lib/jdbc,/jdbc_drivers \ --env HOP_ENVIRONMENT_NAME=web_environment \ --env HOP_ENVIRONMENT_CONFIG_FILE_NAME_PATHS=/environment/web_environment.json \ --env HOP_CONFIG_FOLDER=/config \ -p 8080:8080 \ -v /home/brewuser/hop_project:/project \ -v /home/brewuser/hop_jdbc:/jdbc_drivers \ -v /home/brewuser/hop_environment:/environment \ -v /home/brewuser/hop_config:/config \ -v /home/brewuser/hop_export:/export \ apache/hop-web ``` The Hop Server is running on the same machine which runs the Docker container, outside the Docker container. The command to start the Hop Server as follows: `./hop-server.sh 0.0.0.0 8081 -u cluster -p cluster` The pipeline run configuration for remote is as follows:  The run configuration `local` it refers is as follows:  The configuration for Hop Server is as follows. The IP address shown is the IP address of the host machine which runs the Docker container.  No variable resolvers are configured in metadata. No variables are used in the pipeline besides `Internal.Entry.Current.Folder` and removing this entry doesn't solve the issue. ### Issue Priority Priority: 2 ### Issue Component Component: Hop Web -- 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]
