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
I'm porting some templates from a Play 1 app to Quarkus/Qute and I get the following exception:
2021-10-06 16:10:49,740 ERROR [io.qua.dep.dev.IsolatedDevModeMain] (vert.x-worker-thread-0) Failed to start quarkus: java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[error]: Build step io.quarkus.qute.deployment.QuteProcessor#analyzeTemplates threw an exception: java.lang.IllegalArgumentException: Not a virtual method: )(/
at io.quarkus.qute.Expressions.parseVirtualMethodParams(Expressions.java:39)
at io.quarkus.qute.Parser.createPart(Parser.java:761)
at io.quarkus.qute.Parser.parseExpression(Parser.java:743)
at io.quarkus.qute.Parser.createPart(Parser.java:764)
at io.quarkus.qute.Parser.parseExpression(Parser.java:743)
at io.quarkus.qute.Parser.apply(Parser.java:817)
at io.quarkus.qute.Parser.flushTag(Parser.java:486)
at io.quarkus.qute.Parser.tag(Parser.java:293)
at io.quarkus.qute.Parser.processCharacter(Parser.java:200)
at io.quarkus.qute.Parser.parse(Parser.java:132)
at io.quarkus.qute.EngineImpl.load(EngineImpl.java:138)
And it doesn't tell me which file it is, and I have dozens of them, so no idea where the error is :(
Can we make sure we always display the error location?
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of uname -a or ver
No response
Output of java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.3.0.Final
Build tool (ie. output of mvnw --version or gradlew --version)
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm porting some templates from a Play 1 app to Quarkus/Qute and I get the following exception:
And it doesn't tell me which file it is, and I have dozens of them, so no idea where the error is :(
Can we make sure we always display the error location?
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.3.0.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: