Closed lonely-lockley closed 2 years ago
This happens when compiler backend reports an error
compiler | 08:14:40.736 ERROR [default-nioEventLoopGroup-1-11] i.m.http.server.RouteExecutor - Unexpected error occurred: Unable to compile the source
compiler | [kind=ERROR, line=22, message=cannot find symbol
compiler | symbol: variable request
compiler | location: class com.github.lonelylockley.archinsight.gen.tms.Container]
compiler | org.mdkt.compiler.CompilationException: Unable to compile the source
compiler | [kind=ERROR, line=22, message=cannot find symbol
compiler | symbol: variable request
compiler | location: class com.github.lonelylockley.archinsight.gen.tms.Container]
compiler | at org.mdkt.compiler.InMemoryJavaCompiler.compileAll(InMemoryJavaCompiler.java:106)
This behaviour can be reproduced with the following Insight language script:
container tms
service one
name = One
service two
name = Two
one -> twoo
I can see a lot of errors in BFF logs
Would like to find out a reason