Hi
thanks for your answer. Regards Rodrigue From: [email protected] [mailto:[email protected]] On Behalf Of Deepak Singh Sent: Sunday, November 14, 2010 4:11 PM To: [email protected] Subject: Re: Application works in devlopment mode but not in war file Hi, yes i solved it. Actually i was using InlineLabel("text", Direction) So in development mode it was working fine but while in war file it was throwing error in setting the Direction what i am using. So i changed it to Label('Text') only and did not use Direction and it worked fine. Regards Deepak On Sun, Nov 14, 2010 at 6:43 PM, Rodrigue <[email protected]> wrote: Hi! did you solve your problem. If yes, I would like to know how. I'm facing a similar problem currently. It seems like the rpc calls are not working correctly when deployed in a war file, whereas all work perfect when running in development mode. Thanks for any help On 10 Nov., 17:22, Deepak Singh <[email protected]> wrote: > Hi, > > There is no stack trace on the server and on firebug as well as developer > tools. It simply displays the error in asinle line. > > When using my GWT application in a local environment, everything works as it > should. The problem comes in after I compile and deploy my application. > > Uncaught com.google.gwt.event.shared.UmbrellaException: One or more exceptions > caught, see full set in UmbrellaException#getCauses (anonymous function) > > This error is thrown by one of the cache file generated by GWT at compile > time. But this never happens on the locally deployed program (deployed from > Eclipse, "Run as Web Application" i.e running in development mode). > > Also, I am not using the result of async call anywhere before the call > arrives. > > Thanks > > Deepak > > On Thu, Nov 4, 2010 at 3:08 AM, David Chandler <[email protected]>wrote: > > > > > > > > > Hi Deepak, > > > Please post the stack trace from the server. > > > Thanks, > > /dmc > > > On Wed, Nov 3, 2010 at 4:33 PM, Deepak Singh <[email protected]> > > wrote: > > > Hi, > > > My application works well in development mode but when war file is > > deployed > > > in tomcat 5.5, it fails at the time of rpc call with following error > > > Uncaught com.google.gwt.event.shared.UmbrellaException: One or more > > > exceptions caught, see full set in UmbrellaException#getCauses > > > Any idea pls. I am using GWT 2.1 with Spring 3.0 > > > > -- > > > 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] <mailto:google-web-toolkit%[email protected]> <google-web-toolkit%2Bunsubs [email protected]> > > . > > > For more options, visit this group at > > >http://groups.google.com/group/google-web-toolkit?hl=en. > > > -- > > David Chandler > > Developer Programs Engineer, Google Web Toolkit > >http://googlewebtoolkit.blogspot.com/ > > > -- > > 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] <mailto:google-web-toolkit%[email protected]> <google-web-toolkit%2Bunsubs [email protected]> > > . > > 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 [email protected]. To unsubscribe from this group, send email to [email protected] <mailto:google-web-toolkit%[email protected]> . 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 [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. -- 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.
