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
WARNING: HTTP 400: template=Failure Template,type=CUSTOM
io.vertx.ext.web.handler.impl.HttpStatusException: Bad Request
Caused by: java.lang.IllegalArgumentException: template=Failure Template,type=CUSTOM
at io.cryostat.recordings.RecordingTargetHelper.parseEventSpecifierToTemplate(RecordingTargetHelper.java:437)
at io.cryostat.net.web.http.api.v1.TargetRecordingsPostHandler.lambda$handleAuthenticated$0(TargetRecordingsPostHandler.java:200)
at io.cryostat.net.TargetConnectionManager.executeConnectedTask(TargetConnectionManager.java:148)
at io.cryostat.net.TargetConnectionManager.executeConnectedTask(TargetConnectionManager.java:126)
at io.cryostat.net.web.http.api.v1.TargetRecordingsPostHandler.handleAuthenticated(TargetRecordingsPostHandler.java:160)
at io.cryostat.net.web.http.AbstractAuthenticatedRequestHandler.handle(AbstractAuthenticatedRequestHandler.java:99)
at io.cryostat.net.web.http.AbstractAuthenticatedRequestHandler.handle(AbstractAuthenticatedRequestHandler.java:69)
at io.vertx.ext.web.impl.BlockingHandlerDecorator.lambda$handle$0(BlockingHandlerDecorator.java:48)
at io.vertx.core.impl.ContextImpl.lambda$executeBlocking$2(ContextImpl.java:313)
at io.vertx.core.impl.TaskQueue.run(TaskQueue.java:76)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:829)
Steps to reproduce:
label
attribute to ex.Broken Template
, or some other multi-word string, save file asBroken.jfc
Broken.jfc
400 Bad Request / IllegalArgumentException
Expected behaviour:
Step 10 should succeed, the recording should be created despite the template having a multi-word label/name.
The text was updated successfully, but these errors were encountered: