-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: The Execution Information Perspective from Remote Location returns a HopException #2320
Comments
What type of location are you using on the server? |
Thanks for the detailed response. I managed to reproduce the issue, caused by a typo. |
mattcasters
added a commit
to mattcasters/hop
that referenced
this issue
Feb 15, 2023
…m Remote Location returns a HopException
mattcasters
added a commit
to mattcasters/hop
that referenced
this issue
Feb 15, 2023
…m Remote Location returns a HopException (file name change)
mattcasters
added a commit
to mattcasters/hop
that referenced
this issue
Feb 15, 2023
…m Remote Location returns a HopException
mattcasters
added a commit
to mattcasters/hop
that referenced
this issue
Feb 15, 2023
…m Remote Location returns a HopException (file name change)
I appreciate your quick response, thank you! |
hansva
added a commit
that referenced
this issue
Feb 15, 2023
Fix for issue #2320 : The Execution Information Perspective from Remote Location returns a HopException
mattcasters
added a commit
to mattcasters/hop
that referenced
this issue
Feb 17, 2023
…m Remote Location returns a HopException (IT bug fix)
mattcasters
added a commit
to mattcasters/hop
that referenced
this issue
Feb 17, 2023
…m Remote Location returns a HopException (IT bug fix)
hansva
added a commit
that referenced
this issue
Feb 17, 2023
Fix for issue #2320 : Execution Information Perspective for Remote Location fails
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Apache Hop version?
2.2.0 / 2.3.0
Java version?
11
Operating system
Linux
What happened?
The Execution Information Perspective from Remote Location returns a HopException Error when select a transform in the 'Data tab'. The other tabs (Info,Log and Metrics) works OK.
HopException:
Error getting execution data from remote location
Cannot construct instance of
org.apache.hop.execution.ExecutionData
(although at least one Creator exists): no String-argument constructor/factory method to deserialize from String value ('org.apache.hop.core.exception.HopException:Please specify the execution ID with parameter 'id'
at org.apache.hop.www.GetExecutionInfoServlet.doGet(GetExecutionInfoServlet.java:198)
If you test the same but in Local-Audit works OK:
![image](https://user-images.githubusercontent.com/25872532/218757864-fac8334e-8e2d-4048-9e59-fb42e542fc74.png)
Issue Priority
Priority: 3
Issue Component
Component: Hop Gui
The text was updated successfully, but these errors were encountered: