Hi Rahul, Why don't you cut out the call and find out? :-)
It's very hard to answer questions like this when there is no code to look at. There are no blindingly desperate problems with GWT that I know of that do this. Since the server side is not anything to do with GWT, then that is very probably not a GWT problem (although connecting to the server might be). In this kind of situation, I'd say that the first stop is the issue tracker. Pretty much everything major has been picked up and even when there is a new release, the chances are that someone else will find it before you do (unless you are the most up-to-date, active and comprehensive user of GWT out of the 20,000 of us here - I'm not, so I check the issue tracker). Coming up with a simple example to demonstrate your problem is the next step. If you take a copy of your problem project and cut it down step by step will a) mean you end up with a good, reproducible example of the problem. But if your experience is anything like mine, you'll cut out one bit which can't possibly cause the problem and discover that the problem goes away. And then you have a Peter Glaze 'Doh!' moment (don't worry if you didn't get that 'Peter Glaze' reference reference, I'd be surprised if anyone does). Anyway, you might well look at a bit of code that you hadn't considered before. If you *do* get it down to a 10-50-line example, then you definitely have a problem, but then it is one that we can all reproduce and play about with. So ... I don't have an answer for you, but if you can come up with a demo of it, I'll have a look. There used to be a problem like this where clicking on the screen allowed the app to continue (something to do with multiple css files if I remember correctly) but I'm sure that was fixed in about 1.3. Just my 2p worth. Ian http://examples.roughian.com 2009/8/27 Rahul <[email protected]> > > Hi, > This is been happening a lot lately with me. > Whenever i am running the hosted mode, the hosted mode just hangs 4 > out of 10 times. At the left end of window, it shows that "Connecting > to site 127.0.0.1" > and if i just close it and start it again the application works or it > just says the same message again as above. After a few tries it starts > working. > This never happens when i am running on IE. Also my application > connects to sqlserver2005, is tht wht is causing this problem? > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
