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
Not too surprising but when I provide an invalid workflow name in the *.wfconfig file then the workflow tool fails with an exception. There is no exception when providing invalid assertions.
Probably it would be good to simply disable the 'Perform Analysis' action when the workflow file is not valid.
Apr 07, 2020 9:42:53 AM org.eclipse.lsp4j.jsonrpc.RemoteEndpoint fallbackResponseError SEVERE: Internal error: java.lang.RuntimeException: java.lang.IllegalArgumentException: No workflow with name BrewingFlowFa in SuperBrewer3000 java.util.concurrent.CompletionException: java.lang.RuntimeException: java.lang.IllegalArgumentException: No workflow with name BrewingFlowFa in SuperBrewer3000 at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:314) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:319) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:645) at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:478) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.lang.RuntimeException: java.lang.IllegalArgumentException: No workflow with name BrewingFlowFa in SuperBrewer3000 at com.eclipsesource.workflow.analyzer.application.WorkflowAnalyzerServerImpl.doRunAnalysis(WorkflowAnalyzerServerImpl.java:36) at com.eclipsesource.workflow.analyzer.application.WorkflowAnalyzerServerImpl.lambda$0(WorkflowAnalyzerServerImpl.java:26) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) ... 2 more Caused by: java.lang.IllegalArgumentException: No workflow with name BrewingFlowFa in SuperBrewer3000 at com.eclipsesource.workflow.analyzer.coffee.AnalyzeWorkflow.lambda$1(AnalyzeWorkflow.java:59) at java.base/java.util.Optional.orElseThrow(Optional.java:408) at com.eclipsesource.workflow.analyzer.coffee.AnalyzeWorkflow.(AnalyzeWorkflow.java:59) at com.eclipsesource.workflow.analyzer.coffee.AnalyzeWorkflow.(AnalyzeWorkflow.java:51) at com.eclipsesource.workflow.analyzer.application.WorkflowAnalyzerServerImpl.doRunAnalysis(WorkflowAnalyzerServerImpl.java:34) ... 4 more
The text was updated successfully, but these errors were encountered:
Not too surprising but when I provide an invalid workflow name in the *.wfconfig file then the workflow tool fails with an exception. There is no exception when providing invalid assertions.
Probably it would be good to simply disable the 'Perform Analysis' action when the workflow file is not valid.
Apr 07, 2020 9:42:53 AM org.eclipse.lsp4j.jsonrpc.RemoteEndpoint fallbackResponseError SEVERE: Internal error: java.lang.RuntimeException: java.lang.IllegalArgumentException: No workflow with name BrewingFlowFa in SuperBrewer3000 java.util.concurrent.CompletionException: java.lang.RuntimeException: java.lang.IllegalArgumentException: No workflow with name BrewingFlowFa in SuperBrewer3000 at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:314) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:319) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:645) at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:478) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.lang.RuntimeException: java.lang.IllegalArgumentException: No workflow with name BrewingFlowFa in SuperBrewer3000 at com.eclipsesource.workflow.analyzer.application.WorkflowAnalyzerServerImpl.doRunAnalysis(WorkflowAnalyzerServerImpl.java:36) at com.eclipsesource.workflow.analyzer.application.WorkflowAnalyzerServerImpl.lambda$0(WorkflowAnalyzerServerImpl.java:26) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) ... 2 more Caused by: java.lang.IllegalArgumentException: No workflow with name BrewingFlowFa in SuperBrewer3000 at com.eclipsesource.workflow.analyzer.coffee.AnalyzeWorkflow.lambda$1(AnalyzeWorkflow.java:59) at java.base/java.util.Optional.orElseThrow(Optional.java:408) at com.eclipsesource.workflow.analyzer.coffee.AnalyzeWorkflow.(AnalyzeWorkflow.java:59) at com.eclipsesource.workflow.analyzer.coffee.AnalyzeWorkflow.(AnalyzeWorkflow.java:51) at com.eclipsesource.workflow.analyzer.application.WorkflowAnalyzerServerImpl.doRunAnalysis(WorkflowAnalyzerServerImpl.java:34) ... 4 more
The text was updated successfully, but these errors were encountered: