You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mvn clean install on the root project to build everything.
cd integration-tests and run mvn -Pnative-docker that does a native build and deploys to docker.
Run docker run -i --rm -p 8080:8080 jasperreports/integration-test:999-SNAPSHOT to run the image just built.
Run curl http://localhost:8080/jasperreports/xml to hit one of the REST Services I get a 500.
The error is very strange its
LogManager error of type FORMAT_FAILURE: Formatting error
Unable to Load Report
Debugging is when the JRXML is compiled this error is thrown but I can't figure out from where. This is the error I get LogManager error of type FORMAT_FAILURE: Formatting error
Can you reproduce i want to make sure its not a weird Windows v Linux thing.
The text was updated successfully, but these errors were encountered:
@gastaldi maybe you can try these instructions.
mvn clean install
on the root project to build everything.cd integration-tests
and runmvn -Pnative-docker
that does a native build and deploys to docker.docker run -i --rm -p 8080:8080 jasperreports/integration-test:999-SNAPSHOT
to run the image just built.curl http://localhost:8080/jasperreports/xml
to hit one of the REST Services I get a 500.The error is very strange its
Debugging is when the JRXML is compiled this error is thrown but I can't figure out from where. This is the error I get
LogManager error of type FORMAT_FAILURE: Formatting error
Can you reproduce i want to make sure its not a weird Windows v Linux thing.
The text was updated successfully, but these errors were encountered: