-
Notifications
You must be signed in to change notification settings - Fork 8
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
Rerunning reports is broken #300
Comments
I started the test environment with Ladybug embedded in the FF!. All code of ladybug, ladybug-frontend en frankframework was built locally from the latest commits. When I pressed the rerun button for the first time then nothing happened. When I pressed it again the screenshot below resulted. I have the following extract from the log file:
|
Op grond van deze bevindingen maak ik hiervoor een frontend issue. Ik zie vreemde HTTP requesten. |
I could reproduce the bug. I built the latest commits of ladybug-frontend, ladybug and frankframework. I used a different Configuration.xml than @MatthijsSmets did. The configuration can be found as follows:
I did the following to start my test setup. I put the following
I put the following
I adjusted the Then I started up by running When my system was up, I went to Test a Pipeline and executed adapter processXml / processXml with input The configuration executed here is listed below:
For the additional files used here, see GitHub. |
When you start Ladybug as part of the Ladybug test webapp, rerunning a report does not work. In the Tomcat window, I have the following message:
[http-nio-80-exec-8] INFO org.apache.cxf.services.ReportApi.FAULT_OUT - REST FAULT_OUT
Content-Type: application/json
ResponseCode: 500
ExchangeId: e9c37597-adf9-4038-9b2c-dcf8d9e77283
Headers: {Date=Tue, 17 Sep 2024 08:57:32 GMT, Content-Type=application/json}
Payload: No rerunner or debugger configured
Steps to reproduce:
mvn clean install
in ladybug-frontend. This should build and install version 0.1.0-SNAPSHOT.The text was updated successfully, but these errors were encountered: