trinodb / trino-gateway

Home Page:https://trinodb.github.io/trino-gateway/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix UI render failure

mosabua opened this issue · comments

Somehow I get the following failure now when starting Trino Gateway and trying to access the login screen.

io.dropwizard.jersey.errors.LoggingExceptionMapper: Error handling a request: 0c1704d55dbb0f4e
! io.dropwizard.views.common.ViewRenderException: Unable to find a renderer for /template/query-history-view.ftl
! at io.dropwizard.views.common.ViewMessageBodyWriter.writeTo(ViewMessageBodyWriter.java:77)
! ... 66 common frames omitted

This might have to do with the recent removal of the dependency

        <dependency>
            <groupId>io.dropwizard</groupId>
            <artifactId>dropwizard-views-freemarker</artifactId>
        </dependency>

but my initial testing of adding it back in did not fix the issue yet. I need to do more testing I guess.

Could be related to #190