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

System status endpoint doesn't work #610

Closed
lukashornych opened this issue Jun 18, 2024 · 0 comments · Fixed by #616
Closed

System status endpoint doesn't work #610

lukashornych opened this issue Jun 18, 2024 · 0 comments · Fixed by #616
Labels
bug Something isn't working

Comments

@lukashornych
Copy link
Collaborator

When the system status is fetched, internal error is thrown:

java.util.MissingFormatArgumentException: Format specifier '%s'
	at java.base/java.util.Formatter.format(Formatter.java:2688)
	at java.base/java.util.Formatter.format(Formatter.java:2625)
	at java.base/java.lang.String.format(String.java:4145)
	at io.evitadb.externalApi.system.SystemProviderRegistrar.renderStatus(SystemProviderRegistrar.java:114)
	at io.evitadb.externalApi.system.SystemProviderRegistrar.lambda$register$7(SystemProviderRegistrar.java:200)
	at io.undertow.server.handlers.PathHandler.handleRequest(PathHandler.java:104)
	at io.evitadb.externalApi.http.CorsFilter.handleRequest(CorsFilter.java:79)
	at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)
	at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)
	at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
	at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)
	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)
	at java.base/java.lang.Thread.run(Thread.java:840)
@lukashornych lukashornych added the bug Something isn't working label Jun 18, 2024
novoj added a commit that referenced this issue Jun 24, 2024
@novoj novoj linked a pull request Jun 24, 2024 that will close this issue
novoj added a commit that referenced this issue Jun 24, 2024
…snt-work

fix(#610): corrected system status endpoint
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