You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hop.apache.org by "DAJGIT (via GitHub)" <gi...@apache.org> on 2023/02/14 15:12:52 UTC

[GitHub] [hop] DAJGIT commented on issue #2320: [Bug]: The Execution Information Perspective from Remote Location returns a HopException

DAJGIT commented on issue #2320:
URL: https://github.com/apache/hop/issues/2320#issuecomment-1429905593

   To reproduce the issue I'm trying to access the same audit files (JSON) locally and via server at localhost:8080
   
   This is the setup:
   Execution Information Location for the server:
   
   ![image](https://user-images.githubusercontent.com/25872532/218775148-9b2270da-b3c6-41b4-9ffb-c1eb14aa0e44.png)
   
   The server is located at localhost:8080
   ![image](https://user-images.githubusercontent.com/25872532/218775343-d38904bd-0b0a-4cd7-98ee-6a83dd306866.png)
   
   Execution Information Location for local-audit:
   ![image](https://user-images.githubusercontent.com/25872532/218776606-105ef5d0-0a15-4f8c-bd20-24a0a86aa971.png)
   
   Then I can access the same execution information locally and via server:
   ![image](https://user-images.githubusercontent.com/25872532/218777211-3cd253fd-057f-4a9f-84b3-b3c75372cec1.png)
   
   If you access locally everything is Ok, but via server returns a HopException Error when select a transform in the 'Data tab'. The other tabs (Info,Log and Metrics) works OK via server.
   
   Searching for the error message "Please specify the execution ID with parameter id" in the code
   it seems the parameter ID is empty when calling GetExecutionInfoServlet.java (Lines 196-198)
   
   


-- 
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: issues-unsubscribe@hop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org