CarlosJuncher03 commented on issue #8096:
URL: https://github.com/apache/hop/issues/8096#issuecomment-5433111477

   I see; now that you mention it, I tested the pipeline executed by the 
"variable resolver" metadata directly. It seems the Hop server itself isn't 
receiving the REST connection metadata.
   
   Here are the log and the images.
   
   ./hop-server.sh 0.0.0.0 9898
   2026/08/26 21:09:44 - HopServer - Enabling project 'default'
   2026/08/26 21:09:44 - HopServer - Two-way password encoder initialized with 
plugin ID 'Hop' for project 'default'
   2026/08/26 21:09:44 - HopServer - Installing timer to purge stale objects 
after 1440 minutes.
   2026/08/26 21:09:45 - HopServer - Hop Server: Basic authentication is ENABLED
   2026/08/26 21:09:45 - HopServer - Ouvinte criado para servidor web @ 
endereço : 0.0.0.0:9898
   2026/08/26 21:10:12 - Rest Token.0 - ERROR: Erro inicializando transform 
[Rest Token]
   2026/08/26 21:10:12 - Rest Token.0 - ERROR: 
org.apache.hop.core.exception.HopRuntimeException: REST connection 
rest_client_token could not be found
   2026/08/26 21:10:12 - Rest Token.0 -         at 
org.apache.hop.pipeline.transforms.rest.Rest.init(Rest.java:2213)
   2026/08/26 21:10:12 - Rest Token.0 -         at 
org.apache.hop.pipeline.transform.TransformInitThread.run(TransformInitThread.java:78)
   2026/08/26 21:10:12 - Rest Token.0 -         at 
java.base/java.lang.Thread.run(Thread.java:1583)
   2026/08/26 21:10:12 - ad_hoc_token - ERROR: Transform [Rest Token.0] falhou 
durante inicialização!
   2026/08/26 21:11:23 - Rest Token.0 - ERROR: Erro inicializando transform 
[Rest Token]
   2026/08/26 21:11:23 - Rest Token.0 - ERROR: 
org.apache.hop.core.exception.HopRuntimeException: REST connection 
rest_client_token could not be found
   2026/08/26 21:11:23 - Rest Token.0 -         at 
org.apache.hop.pipeline.transforms.rest.Rest.init(Rest.java:2213)
   2026/08/26 21:11:23 - Rest Token.0 -         at 
org.apache.hop.pipeline.transform.TransformInitThread.run(TransformInitThread.java:78)
   2026/08/26 21:11:23 - Rest Token.0 -         at 
java.base/java.lang.Thread.run(Thread.java:1583)
   2026/08/26 21:11:23 - ad_hoc_token - ERROR: Transform [Rest Token.0] falhou 
durante inicialização!
   
   
   
   <img width="2427" height="1327" alt="Image" 
src="https://github.com/user-attachments/assets/b6a36174-b930-4240-ad84-ac51f25da340";
 />


-- 
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