Skip to content
Advertisement

Problem with GWT application compilation – Error, status 503

I am new to GWT. I have already generated first applications that worked and I stuck on another one – I cannot run. I got in my browser status 503

Did I forget about something?

Everything in module section of Project Settings it the same as in other apps, pom.xml is all the same maybe I should all some changes to web.xml? Finding some solutions of similar problem, I have deleted in web.xml file this lines:

JavaScript

here is a stacktrace:

JavaScript

Advertisement

Answer

Upgrade the ASM or Jetty versions to the one which supports Java 11+ version. See https://github.com/eclipse/jetty.project/issues/2941

User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement