*PLEASE MAKE SURE NO PROPRIETARY, SENSITIVE OR PRIVATE INFORMATION IS
SENT/POSTED HERE*

if you dont mind and have no restrictions on sending some debugging
data, you may want to:

open a command line shell (cmd.exe) as admin and run:

netstat -ano > info.txt

netsh advfirewall firewall show rule name=all verbose >> info.txt

if you can, please download ProcMon from technet.microsoft.com,
collect a snapshot.
make sure you start procmon before you open the browser (you probably
want to filter it)
and send us info.txt and procmon snapshot.

*PLEASE MAKE SURE NO PROPRIETARY, SENSITIVE OR PRIVATE INFORMATION IS
SENT/POSTED HERE*

On Jan 19, 11:42 am, Aim <aim.ra...@gmail.com> wrote:
> I also have upgraded my application to GWT 2.1.1 and plugin on chrome
> has started failing. Although it's working on IE. Strange as most of
> the time it's IE which is trouble maker :)
>
> Thanks,
>
> On Dec 24 2010, 9:20 am, Sethu <writetose...@googlemail.com> wrote:
>
>
>
>
>
>
>
> > Not seeing any alternative. I have raised an issue for 
> > thishttp://code.google.com/p/google-web-toolkit/issues/detail?id=5815
>
> > On Dec 23, 8:17 am, Sethu <writetose...@googlemail.com> wrote:
>
> > > Hi Chris,
>
> > > I did what you told me. I added both 127.0.0.1 and localhost to the
> > > allowed hosts in the GWT plugin of chrome. Actually it says you need
> > > to add one only if you are doing some cross machine debugging. I am
> > > connecting from localhost only.
>
> > > Not sure what more to do. I have started up tomcat within eclipse and
> > > pointed the war folder to it and I am somehow working with it. I need
> > > to deploy the code everytime to test and no it does not help in
> > > debugging client code.
>
> > > Sethu
>
> > > On Dec 22, 8:32 pm, Chris Conroy <con...@google.com> wrote:
>
> > > > You don't need to add entries for localhost since those are allowed by
> > > > default.
>
> > > > When you get the error do you see the GWT toolbox turn gray? Click it, 
> > > > then
> > > > click "Update Your Configuration". It will autofill the options page 
> > > > with
> > > > the host it detected and you can add it to your whitelist. Once added,
> > > > refresh and you should connect and see the toolbox turn red.
>
> > > > On Wed, Dec 22, 2010 at 10:18 AM, Sethu <writetose...@googlemail.com> 
> > > > wrote:
> > > > > Unfortunately I dont have an entry in my hosts file. I added a
> > > > > localhost 127.0.0.1 for an extra measure and tried and still got the
> > > > > same error.
> > > > > Does anyone know why this is happening? The plug ins on chrome,
> > > > > firefox, and IE all of them consistently give me the same error.
>
> > > > > On Dec 22, 7:53 pm, Glenn Davies <glennats...@gmail.com> wrote:
> > > > > > ...and it turns out that there's a simple answer.
>
> > > > > > We use a hosts file entry (e.g. app.local.com) which resolves to
> > > > > 127.0.0.1
> > > > > > so we can use a development SSL certificate on all dev machines. 
> > > > > > Although
> > > > > > this host is 127.0.0.1, you need to add app.local.com to the list of
> > > > > allowed
> > > > > > hosts in the Chrome dev mode plugin as it seems the check is on the 
> > > > > > host
> > > > > > name not the IP address to which the host name resolves - which is 
> > > > > > fair
> > > > > > enough I suppose.
>
> > > > > > Glenn
>
> > > > > --
> > > > > You received this message because you are subscribed to the Google 
> > > > > Groups
> > > > > "Google Web Toolkit" group.
> > > > > To post to this group, send email to 
> > > > > google-web-toolkit@googlegroups.com.
> > > > > To unsubscribe from this group, send email to
> > > > > google-web-toolkit+unsubscr...@googlegroups.com<google-web-toolkit%2Bunsubs
> > > > >  cr...@googlegroups.com>
> > > > > .
> > > > > For more options, visit this group at
> > > > >http://groups.google.com/group/google-web-toolkit?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to