error while starting gwt debugger

Hi,
While starting gwt debugger, I'm getting following error:
00:12:37.499 [WARN] Server class 'javax.el.BeanELResolver' could not be found in the web app, but was found on the system classpath
00:12:37.507 [WARN] Server class 'com.google.gwt.dev.shell.jetty.JDBCUnloader' could not be found in the web app, but was found on the system classpath

login page is opening but I cant login to the ui. Though while running locally, ui login is happening.

Any idea why I'm getting this error?

Thanks

0
1 comment

Hello,

the mentioned messages are printed as 'warnings', not errors, so probably they aren't the cause of your problem (and it's strange that GWT expects to
find these classes in the web app). I think there's something else that prevents your application from working properly. It makes sense to debug or
add additional logging to find the actual cause.

--
Nikolay Chashnikov
JetBrains
http://www.jetbrains.com
"Develop with pleasure!"

0

Please sign in to leave a comment.