Skip to content
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

OpenAPI no longer working #121

Closed
melloware opened this issue Oct 14, 2024 · 0 comments · Fixed by #123
Closed

OpenAPI no longer working #121

melloware opened this issue Oct 14, 2024 · 0 comments · Fixed by #123
Assignees
Labels
bug Something isn't working

Comments

@melloware
Copy link
Contributor

melloware commented Oct 14, 2024

cc @nderwin when running mvn quarkus:dev i now get this error trying to hit the app through SwaggerUI.

image

2024-10-14 10:59:34,312 ERROR [io.qua.ver.htt.run.QuarkusErrorHandler] (executor-thread-5) HTTP Request to /jasper/xml/csv failed, error id: 7fec9538-1a83-4e72-894e-9ccc3ec316b2-2: net.sf.jasperreports.engine.JRException: Resource not found at: XmlDatasourceCustomersReport.jasper.
        at net.sf.jasperreports.repo.RepositoryUtil.getResourceFromLocation(RepositoryUtil.java:158)
        at net.sf.jasperreports.repo.RepositoryUtil.getReport(RepositoryUtil.java:117)
        at net.sf.jasperreports.engine.JasperFillManager.getReportSource(JasperFillManager.java:1115)
        at net.sf.jasperreports.engine.JasperFillManager.fillFromRepo(JasperFillManager.java:382)
        at io.quarkiverse.jasperreports.it.JasperReportsXmlResource.fill(JasperReportsXmlResource.java:84)
        at io.quarkiverse.jasperreports.it.JasperReportsXmlResource.csv(JasperReportsXmlResource.java:96)
        at io.quarkiverse.jasperreports.it.JasperReportsXmlResource_ClientProxy.csv(Unknown Source)
        at io.quarkiverse.jasperreports.it.JasperReportsXmlResource$quarkusrestinvoker$csv_fcf335e3100284bd0c0f8a8d7925231362b8ffa2.invoke(Unknown Source)
        at org.jboss.resteasy.reactive.server.handlers.InvocationHandler.handle(InvocationHandler.java:29)
        at io.quarkus.resteasy.reactive.server.runtime.QuarkusResteasyReactiveRequestContext.invokeHandler(QuarkusResteasyReactiveRequestContext.java:141)
        at org.jboss.resteasy.reactive.common.core.AbstractResteasyReactiveContext.run(AbstractResteasyReactiveContext.java:147)
        at io.quarkus.vertx.core.runtime.VertxCoreRecorder$14.runWith(VertxCoreRecorder.java:635)
        at org.jboss.threads.EnhancedQueueExecutor$Task.doRunWith(EnhancedQueueExecutor.java:2516)
        at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2495)
        at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1521)
        at org.jboss.threads.DelegatingRunnable.run(DelegatingRunnable.java:11)
        at org.jboss.threads.ThreadLocalResettingRunnable.run(ThreadLocalResettingRunnable.java:11)
        at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
        at java.base/java.lang.Thread.run(Thread.java:1583)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant