[WARN] 404 - GET //10.14.0.224:8888/sampleapp/sampleapp.nocache.js

70 views
Skip to first unread message

Abhishek Yadav

unread,
Jul 18, 2022, 1:18:00 PM7/18/22
to GWT Users
Hello Everyone,

I am getting below error when trying to start application through GWT plugin in eclipse. I am using GWT 2.9.0. I have renamed my module to sampleapp and in the html file I have used the below script in html file
 <script type="text/javascript" language="javascript" src="sampleapp/sampleapp.nocache.js"></script>

07:18 20:56:17 |  INFO | [main] | org.eclipse.jetty.server.handler.ContextHandler:doStart(824) | Started c.g.g.d.s.j.WebAppContextWithReload@238d3e2d{}
07:18 20:56:18 |  INFO | [main] | org.eclipse.jetty.server.AbstractConnector:doStart(330) | Started ServerConnector@6e4484d6{HTTP/1.1,[http/1.1]}{0.0.0.0:8888}
07:18 20:56:18 |  INFO | [main] | org.eclipse.jetty.server.Server:doStart(399) | Started @32366ms
[WARN] 404 - GET //10.14.0.224:8888/ sampleapp/sampleapp.nocache.js (10.14.0.224)
   Request headers
      Host: 10.14.0.224:8888
      Connection: keep-alive
      User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
      Accept: */*
      Referer: http://10.14.0.224:8888/sampleapp.html
      Accept-Encoding: gzip, deflate
      Accept-Language: en-US,en;q=0.9
   Response headers
      Cache-Control: must-revalidate,no-cache,no-store
      Content-Type: text/html;charset=iso-8859-1

Frank Hossfeld

unread,
Jul 19, 2022, 10:32:02 AM7/19/22
to GWT Users
Inside your module descriptor, is the rename-to attribute of the module tag also "sampleapp"?

Craig Mitchell

unread,
Jul 20, 2022, 1:03:59 AM7/20/22
to GWT Users
I thought you had to put a "-bindAddress 0.0.0.0" to get access to your actual IP address.

Have you tried accessing it from http://127.0.0.1:8888/ ?

Abhishek Yadav

unread,
Jul 22, 2022, 8:10:20 AM7/22/22
to GWT Users

Thanks Frank & Craig Mitchell.  It is working now.
Reply all
Reply to author
Forward
0 new messages