Re: I'm running Win 7 and IE8, but hosted mode runs in IE7

2009-09-23 Thread ky
Hmm. I've added the meta tag but hosted mode still doesn't render in IE8. This is what the top of my main HTML page looks like: http://www.w3.org/ TR/html4/strict.dtd"> . . . Is something wrong with that? On Sep 23, 3:03 pm, Thomas Broyer wrote: > On 23

Re: I'm running Win 7 and IE8, but hosted mode runs in IE7

2009-09-23 Thread alex.d
as far as i know GWT uses an IE7 mode of your internet explorer when in hosting mode. i don't think you can change that by setting some meta tag. what you can do is using oophm. On 24 Sep., 00:36, ky wrote: > Hmm. I've added the meta tag but hosted mode still doesn't render

Re: I'm running Win 7 and IE8, but hosted mode runs in IE7

2009-09-24 Thread Thomas Broyer
On 24 sep, 00:36, ky wrote: > Hmm. I've added the meta tag but hosted mode still doesn't render in > IE8. This is what the top of my main HTML page looks like: > > http://www.w3.org/ > TR/html4/strict.dtd"> > > > > > > > > >  

Re: I'm running Win 7 and IE8, but hosted mode runs in IE7

2009-09-24 Thread ky
happy : ) Thanks again Thomas : ) On Sep 24, 2:21 am, Thomas Broyer wrote: > On 24 sep, 00:36, ky wrote: > > > > > Hmm. I've added the meta tag but hosted mode still doesn't render in > >IE8. This is what the top of my main HTML page looks like: > >

Re: GWT 1.7.1 don't show app in hosted mode (Jetty bug: FULL head)

2009-10-12 Thread Rajeev Dayal
What OS are you running on? My suspicion is that there is some sort of cookie problem (though I know that you tried to clear your cookies). Do you know if GXT sets some sort of cookie? Is your application code setting cookies? How did you try and clear the cookies? On Sat, Oct 10, 2009 at 8:07 AM,

Re: GWT 1.7.1 don't show app in hosted mode (Jetty bug: FULL head)

2009-10-13 Thread lain
OS is Windows Vista (Business edition). > Do you know if GXT sets some sort of > cookie? Is your application code setting cookies? I don't work with cookies in code, my task can be made without low- level programming. In general, I did not expect that I will configure jetty... But... It is demo

Re: GWT 1.7.1 don't show app in hosted mode (Jetty bug: FULL head)

2009-10-14 Thread Rajeev Dayal
As an FYI, I think the default buffer size on Jetty 6 is 8k, so your current setting will not change anything. However, you should really not need to modify Jetty's parameters in this way. Do you have any idea as to why your request header could be more than 8k in size? Can you compile your app, an

Re: GWT 1.7.1 don't show app in hosted mode (Jetty bug: FULL head)

2009-10-17 Thread lain
> My suspicion is that there is some sort of cookie problem You are completely right. Now my application works fine without any configurations (because cookies expiration date has come, I think), so this bug was really a problem with cookies. But this problem may occur again in the future. =( If

Re: GWT 1.7.1 don't show app in hosted mode (Jetty bug: FULL head)

2009-10-28 Thread Rajeev Dayal
Hm, I would have expected that to work. Can you verify that when this problem happens, you have large cookies in the directories that you tried to clear? I believe that the Vista cookies directory is: C:\Users\ your user name\AppData\Roaming\Microsoft\Windows\Cookies 2009/10/17 lain > > > My s

Re: GWT 1.7.1 don't show app in hosted mode (Jetty bug: FULL head)

2009-11-03 Thread Rodrigo
Hi, Same here. GXT does use cookies for storing theme related things. See: http://www.extjs.com/deploy/gxtdocs/com/extjs/gxt/ui/client/state/StateManager.html It seems it is writing the cookies many times on the file @localhost[1].txt. After deleting this file my application seems to work. I

Re: GWT 1.7.1 don't show app in hosted mode (Jetty bug: FULL head)

2009-11-15 Thread Stephen Graham
keeping the cookies for the hosted mode browser? On Nov 2, 11:45 pm, Rodrigo wrote: > Hi, > > Same here. > > GXT does use cookies for storing theme related things. > > See:http://www.extjs.com/deploy/gxtdocs/com/extjs/gxt/ui/client/state/Sta... > > It seems it is writing th

Re: GWT 1.7.1 don't show app in hosted mode (Jetty bug: FULL head)

2009-11-16 Thread Rajeev Dayal
rg.mortbay.jetty.HttpConnection.handle(HttpConnection.java:381) >at org.mortbay.io.nio.SelectChannelEndPoint.run > (SelectChannelEndPoint.java:396) >at org.mortbay.thread.BoundedThreadPool$PoolThread.run > (BoundedThreadPool.java:442) > > I am running from Eclipse Galileo, on a Mac, GWT

GWT FileUpload crashes on Mac in Safari (and Hosted Mode), works in Firefox

2009-11-17 Thread Greg
Hi, I have been trying to get a local file upload to work in a tab panel. It works fine in Firefox using a vanilla servlet on the backend, but in Safari, when I click the button to submit, it freezes every time. The structure of my page is a little unique, so I will describe it. I have my entry

Re: GWT 1.7.1 don't show app in hosted mode (Jetty bug: FULL head)

2009-11-23 Thread ipsonic
I am getting the same error when running in GWT hosted mode. The app (GXT 2.0.1) runs fine on firefox. Where is this cookie file exactly, I've looked around at the suggested location in this thread and cannot find it? -John On Nov 16, 8:16 am, Rajeev Dayal wrote: > @Stephen: What plat

Re: GWT 1.7.1 don't show app in hosted mode (Jetty bug: FULL head)

2009-11-24 Thread Rajeev Dayal
It depends on your OS. What OS are you using? 2009/11/19 ipsonic > I am getting the same error when running in GWT hosted mode. The app > (GXT 2.0.1) runs fine on firefox. Where is this cookie file exactly, > I've looked around at the suggested location in this thread and ca

Re: How to run GWT 2.0 RC2's hosted mode with another server?

2009-11-30 Thread Chris Ramsdale
Jan, The -style argument has been removed when running in "development" mode (formerly "hosted" mode). It is now configurable via the UI or an Ant property when you compile your code. The UI settings are available by right clicking on the project name, selecting Google-&g

Re: How to run GWT 2.0 RC2's hosted mode with another server?

2009-11-30 Thread Chris Ramsdale
in the lower right hand corner. On Mon, Nov 30, 2009 at 9:00 AM, Chris Ramsdale wrote: > Jan, > > The -style argument has been removed when running in "development" mode > (formerly "hosted" mode). It is now configurable via the UI or an Ant > property when you

Re: Google Gadget: works in hosted mode, but not in web mode (iGoogle)

2009-11-30 Thread Eric Ayers
o read an XML file via RequestBuilder and show it in the > gadget (only for testing purpose) > - If I try it in hosted mode with "onModuleLoad()" method and so on, > it works well > - But if i add it to iGoogle the string variable of response.getText() > is empty in Firefox and in IE

Re: How to run GWT 2.0 RC2's hosted mode with another server?

2009-11-30 Thread Jan Ehrhardt
hand corner. > > > On Mon, Nov 30, 2009 at 9:00 AM, Chris Ramsdale wrote: > >> Jan, >> >> The -style argument has been removed when running in "development" mode >> (formerly "hosted" mode). It is now configurable via the UI or an Ant >>

Re: Google Gadget: works in hosted mode, but not in web mode (iGoogle)

2009-12-01 Thread flokay
OK thanks! So I have made it with RPC now and in hosted mode, it works well again! But if I want to change it in a gadget the compiler writes the following error message: Compiling module com.google.gwt.sample.cnsnews_rpc_gadget.CADENASNews_RPC_Gadget Computing all possible rebind results for

Re: How to run GWT 2.0 RC2's hosted mode with another server?

2009-12-01 Thread Chris Ramsdale
t; the Google Eclipse Plugin you have installed? You can do this via >> Help->Install New Software and clicking on the "already installed" link in >> the lower right hand corner. >> >> >> On Mon, Nov 30, 2009 at 9:00 AM, Chris Ramsdale wrote: >> >

Re: Google Gadget: works in hosted mode, but not in web mode (iGoogle)

2009-12-01 Thread Eric Ayers
checkout the gwt-gadgets project from code and build a fresh .jar along with the version of GWT and xerces you are using. On Tue, Dec 1, 2009 at 10:37 AM, flokay wrote: > OK thanks! > > So I have made it with RPC now and in hosted mode, it works well > again! > But if I want to

Re: How to run GWT 2.0 RC2's hosted mode with another server?

2009-12-03 Thread Jan Ehrhardt
following way: - GWT (Web App launch configuration) app is launched in hosted mode without the build in server. - Instead of a host page in the same project, the host page comes from an independent server. - The hosted browser loads the host page (from the specified URL), d

Re: Google Gadget: works in hosted mode, but not in web mode (iGoogle)

2009-12-03 Thread flokay
kout the gwt-gadgets project from code and build a fresh > .jar along with the version of GWT and xerces you are using. > > > > On Tue, Dec 1, 2009 at 10:37 AM, flokay wrote: > > OK thanks! > > > So I have made it with RPC now and in hosted mode, it works well > >

Re: How to run GWT 2.0 RC2's hosted mode with another server?

2009-12-04 Thread 3ala2
ing way: > >    - GWT (Web App launch configuration) app is launched in hosted mode >    without the build in server. >    - Instead of a host page in the same project, the host page comes from an >    independent server. >    - The hosted browser loads the host page (from the spe

Re: How to run GWT 2.0 RC2's hosted mode with another server?

2009-12-04 Thread Chris Ramsdale
de and > no > > host page or anything else. The current version works the following way: > > > >- GWT (Web App launch configuration) app is launched in hosted mode > >without the build in server. > >- Instead of a host page in the same project, the host

Re: How to run GWT 2.0 RC2's hosted mode with another server?

2009-12-04 Thread Chris Ramsdale
war/*' in my GWT project. With > the current stable version of the plugin and GWT 1.7.1 everything works > well. > So the problem is, that my GWT project does not have any server code and no > host page or anything else. The current version works the following way: > > - GWT (W

Re: How to run GWT 2.0 RC2's hosted mode with another server?

2009-12-10 Thread Henry
of the plugin and GWT 1.7.1 everything works > > > well. > > > So the problem is, that my GWT project does not have any server code and > > no > > > host page or anything else. The current version works the following way: > > > >    - GWT (Web App launch con

Re: How to run GWT 2.0 RC2's hosted mode with another server?

2009-12-10 Thread Henry
WT 1.7.1 everything works > > > > well. > > > > So the problem is, that my GWT project does not have any server code and > > > no > > > > host page or anything else. The current version works the following way: > > > > >    - GWT (We

Re: Google Gadget: works in hosted mode, but not in web mode (iGoogle)

2009-12-14 Thread flokay
I have still difficulties with RPC call in a gadget. In hosted mode it works again, but not in iGoogle. Here is my Code: package com.google.gwt.sample.cnsnews_rpc_gadget.client; import java.io.Serializable; import com.google.gwt.sample.cnsnews_rpc_gadget.client.FakeResponse; import

Re: How to run GWT 2.0 RC2's hosted mode with another server?

2009-12-15 Thread lineman78
ct. With > > the current stable version of the plugin and GWT 1.7.1 everything works > > well. > > So the problem is, that my GWT project does not have any server code and no > > host page or anything else. The current version works the following way: > > >    - G

GWT2.0: POST request for some reasnos converted to OPTIONS in new hosted mode

2009-12-21 Thread Mike Chaliy
My application in hosed mode (http://localhost:) send plain HTTP POST requests for example to the http://localhost/Inventory/. After upgrade from GWT1.7 to GWT2.0, all POST requests are now sent as OPTIONS request. Method: OPTIONS Host: localhost User-Agent: Mozi

Re: Use hosted mode existing tomcat server and not with embadded jetty server

2011-01-28 Thread Ben Imp
Its in the FAQ. In fact, its the first result when you search for Tomcat on the GWT site. I highly recommend reading through the all of the docs there. http://code.google.com/webtoolkit/doc/1.6/FAQ_DebuggingAndCompiling.html#How_do_I_use_my_own_server_in_hosted_mode_instead_of_GWT%27s -Ben On

Re: Use hosted mode existing tomcat server and not with embadded jetty server

2011-01-28 Thread Y2i
Following those instructions will allow debugging client side only, and they require often recompilation of the project which slows down the development. After going through that approach I finally migrated to Jetty and have no regrets. -- You received this message because you are subscribed

Re: Use hosted mode existing tomcat server and not with embadded jetty server

2011-01-30 Thread tarik ghallab
Hi, Thanks for your response after making some analys of situation i come to the result that i dont need to my own server, because i need just i servelet contner and i will work in new application. So i decided to use just jetty speed up the developpment. Iprefer to use jetty Y2i and Ben Imp for yo

Aw: Re: GWT working fine in Hosted mode but not in complied mode

2011-07-18 Thread Jens
Well then take a look at the stack trace of that IndexOutOfBoundsException. If it really points to Console.log() I would change it to GWT's java.util.logging emulation (http://code.google.com/intl/de-DE/webtoolkit/doc/latest/DevGuideLogging.html). If not then you may want to compile your app i

Re: Re: GWT working fine in Hosted mode but not in complied mode

2011-07-18 Thread Magno Machado
Are you using the same browser/locale/etc on devmode and webmode? On Mon, Jul 18, 2011 at 9:14 AM, Jens wrote: > Well then take a look at the stack trace of that IndexOutOfBoundsException. > If it really points to Console.log() I would change it to GWT's > java.util.logging emulation ( > http://

Re: Errors in hosted mode after upgrading from 1.5.0 to 1.5.2 on Windows

2008-09-03 Thread chrizbo
I found my mistake after looking around a bit more. I needed to change the paths in the *.launch, *-compile.cmd and *-shell.cmd that are generated by GWT. Hope this helps someone else. :-P --~--~-~--~~~---~--~~ You received this message because you are subscribed

Hosted Mode won't load my app, just sits there at http://localhost:8888

2008-10-07 Thread Matt Bishop
application in Hosted Mode and found that the browser window would not load my module! It would pop the dev shell, then the browser pointing at http://localhost: but then it would never fill in my module/index.html path. If I manually enter the module/index.html path, nothing happens when I hit GO

GWT Hosted Mode Application not working in eclipse 3.4 on Mac OS X 10.5.5

2009-01-20 Thread
Please help! When I attempt to run / debug a GWT Hosted Mode Application in eclipse on Mac OS X, the browser pops up for a second and then closes. Nothing shows up in console. This is very similar to an old issue 1792 from 2007. I have the JVM option - XstartOnFirstThread set in Cypal Studio

Re: How is it possible to override the Same Origin Policy in Hosted mode?

2009-03-02 Thread Ian Bambury
Don't worry - sorted :-) Ian http://examples.roughian.com 2009/3/2 Ian Bambury > 1.6 seems to have introduced this as a new 'feature' for IE in hosted mode > and it means I can't run PHP on a server on a different port. > Now I seem to remember that the only

Re: GWT2.0: POST request for some reasnos converted to OPTIONS in new hosted mode

2009-12-22 Thread Sripathi Krishnan
Oh wow! Thanks for the great explanation, Thomas. I recently switched to firefox 3.5 and started seeing the Options request. Even though I knew about cross site request support, I couldn't put 2 and 2 together. --Sri 2009/12/21 Thomas Broyer > > > On Dec 21, 4:00 pm, Mike Chaliy wrote: > > M

Re: How to use in GWT 2.0 hosted mode with my own server(Jboss)

2010-02-17 Thread eggsy84
Hi there, I have posted quite a large question on my particular setup in which I was aiming to use my own Tomcat server. The details of my setup might help you. http://groups.google.com/group/google-web-toolkit/browse_thread/thread/6221c9778df17380 Eggsy On Feb 17, 10:12 am, Gregy wrote: > I'

Re: How to use in GWT 2.0 hosted mode with my own server(Jboss)

2010-02-17 Thread Gregy
this my log from Dev mode main.log: Started code server on port 9997 Loading modules ru.makingpages.tokyo.Tokyo Module location: file:/C:/iWork/tokyo/gwt-client/target/classes/ ru/makingpages/tokyo/Tokyo.gwt.xml Loading inherited module 'com.google.gwt.user.User' Translatable

Re: GWT 1.6 hosted mode quits immediately on mac osx using the -war parameter

2009-05-11 Thread Salvador Diaz
1.6 for the first time this weekend. I set up my > project and compiled everything without problems. However, starting > the hosted mode on mac osx 10.5.x (leopard) with Java 5 using the > below mentioned arguments briefly shows the hosted mode console and > then terminates right away

Re: GWT 1.6 hosted mode quits immediately on mac osx using the -war parameter

2009-05-11 Thread Jan
> > project and compiled everything without problems. However, starting > > the hosted mode on mac osx 10.5.x (leopard) with Java 5 using the > > below mentioned arguments briefly shows the hosted mode console and > > then terminates right away without showing any kind of ou

Re: Second try: app works on Linux, but not on Windows (1.6.4 hosted mode)

2009-05-11 Thread Scott Blum
Michael, I'll need you to help debug this. Can you put a break point where the exception is getting thrown and see what Java method is being called? If you're using Eclipse, you can use the Debug menu while debugging to set a "Java exception breakpoint" for ClassCastException (caught and uncaugh

Re: Second try: app works on Linux, but not on Windows (1.6.4 hosted mode)

2009-05-12 Thread mlgm
Scott, thanks for the answer, I was giving up my hope! I did the debugging you asked for and from what I found, I was able to find the problem and a workaround myself :-). I'm not sure though if it should work as it was before. At least with Firefox on Linux it did, but I'm no browser and JavaSc

Re: Second try: app works on Linux, but not on Windows (1.6.4 hosted mode)

2009-05-12 Thread Scott Blum
That would probably explain it. $wnd.event is a special field I think, and if you're manually setting it to a String where someone else expects it to be an Event Object, that could definite explain the cast problem. On Tue, May 12, 2009 at 2:50 PM, mlgm wrote: > > Scott, > > thanks for the answe

Trying to Run StockWatcher Sample, Running Hosted mode Client picks up blank/empty html

2009-06-04 Thread hehaho...@gmail.com
I'm running a fresh install of Eclipse 3.4.2, GWT 1.6.4, and Sun JDK 6 on Windows Vista. The status bar in the client window says "Done" The server says "Initializing AppEngine server" I don't know if it's hanging because I don't know if it's suppose to move past that. The only thing I could thi

Re: Can`t use HttpServlet in hosted mode debugger after migrating to GWT 1.6

2009-06-09 Thread Sumit Chandel
Hi Maxime, The web.xml used by the embedded Jetty should respect the standard servlet specification. In other words, you should be able to define your servlet and have it configured in the embedded Jetty server during hosted mode debugging. A couple of questions to help you get your servlet

Re: Can`t use HttpServlet in hosted mode debugger after migrating to GWT 1.6

2009-06-11 Thread mabead
Thanks for your feedback. The WEB-INFO (instead of WEB-INF) was a typo. The issue is resolved. Here is an explanation of why it failed. First, the request that I wanted to send to my HttpServlet looked like the following: String url = GWT.getModuleBaseURL() + "RESTProxy/system"; Reques

Re: Could not able to render GWT button on the screen in hosted mode.

2010-04-12 Thread Thomas Broyer
On Apr 12, 11:24 am, aditya ch wrote: > Found in GWT Release (e.g. 1.5.3, 1.6 RC): 2.0.3 > > Encountered on OS / Browser (e.g. WinXP, IE6-7, FF3): Every browser > > Detailed description (please be as specific as possible): > Could not able to render GWT button on the scr

Re: Could not able to render GWT button on the screen in hosted mode.

2010-04-12 Thread aditya ch
Not exactly. Earlier I used that for quick compilation and I can surely say it's not on when I'm running on hosted mode. Out of curiosity, How did you find out that ? On Apr 12, 5:40 pm, Thomas Broyer wrote: > On Apr 12, 11:24 am, aditya ch wrote: > > > > > >

Re: Could not able to render GWT button on the screen in hosted mode.

2010-04-12 Thread Sripathi Krishnan
perty for ie.. Thomas playing Sherlock Holmes -:) --Sri On 12 April 2010 18:56, aditya ch wrote: > Not exactly. Earlier I used that for quick compilation and I can > surely say it's not on when I'm running on hosted mode. > Out of curiosity, How did you find out that ? &g

Re: Could not able to render GWT button on the screen in hosted mode.

2010-04-12 Thread Thomas Broyer
On 12 avr, 15:26, aditya ch wrote: > Not exactly. Earlier I used that for quick compilation and I can > surely say it's not on when I'm running on hosted mode. You might be running into issue 4823 or similar. http://code.google.com/p/google-web-toolkit/issues/detail?id=482

Re: Could not able to render GWT button on the screen in hosted mode.

2010-04-12 Thread aditya ch
te: > > > Not exactly. Earlier I used that for quick compilation and I can > > surely say it's not on when I'm running on hosted mode. > > You might be running into issue 4823 or > similar.http://code.google.com/p/google-web-toolkit/issues/detail?id=4823 > Have y

Re: Could not able to render GWT button on the screen in hosted mode.

2010-04-12 Thread aditya ch
> Not exactly. Earlier I used that for quick compilation and I can > > surely say it's not on when I'm running on hosted mode. > > You might be running into issue 4823 or > similar.http://code.google.com/p/google-web-toolkit/issues/detail?id=4823 > Have you tried re

Re: Hosted mode debugging after navigating to a different path in your web app?

2010-04-30 Thread Chris Conroy
On Sat, Apr 24, 2010 at 1:31 PM, markww wrote: > Hi, > > When we're running our apps in hosted mode, we get a url to run like: > >    http://localhost:/projectname.jsp?gwt.codesvr=192.168.1.2:9997 > > in my app, I have some links which will send the user to

Unexpected behviour on server down or violation of same-origin policy in hosted mode

2009-06-15 Thread dikappa
Hi. I'm testing the http request builder in hosted mode, trying to access a server that is down or beyond SOP. When I access a server which is actually down (ie http://localhost:), or one that is beyond SOP (ie http://www.example.com), onResponseReceived is fired, and response.getStatu

How to prevent hosted mode web server from sending charset in the HTTP-Header?

2009-06-29 Thread alex.d
How to prevent hosted mode web server from sending charset in the HTTP- Header? Setting charset in the HTML META Header should actually be enough. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web To

Re: [Ask] How to Run GWT App in Hosted Mode by Using Netbeans 6.5?

2009-07-09 Thread 任胜韦
I have the same question. It seems easier to run the hosted mode using eclipse rather than using netbeans --XiaoR On Thu, Jul 9, 2009 at 6:32 AM, Leonardo Carreira < leonardo.carre...@yahoo.com.sg> wrote: > > Hello All :).. > > i have a simple problem.. How to run GWT App

hosted mode start-up slows to a crawl with large number of static resources

2009-08-27 Thread aircow33
Hi all, I am trying to write a GWT with google maps api that will use my own custom map tiles. There are a lot of map tiles, something like 300k png images. When I try to run it in hosted mode, it copies all 300k png images to the war output directory..which took 3 hours. And once it

Re: Problem with code which works in compiled mode and fails in hosted mode

2010-07-06 Thread CarToro
Hi Alan, It looks like you haven't received many replies yet. I ran into the same problem, but I managed to find a solution. Albeit not the most elegant, it did allow me to carry on working. OK, your problem is around here > The actual lines of code are: >         float [] perspectiveMatrix = cr

Re: Problem with code which works in compiled mode and fails in hosted mode

2010-07-07 Thread CarToro
Hi Alan, I think I misled you with my answer. It turns out that the GWT-G3D had a very similar problem, but not quite the same. I started using the GWT-GL wrapper, and now I'm having the same problem as you are! For some reason, the method glContext.getUniformLocation(shaderProgram, "perspective

changing font-size in Google sample Mail.css has no apparent effect in hosted mode...

2009-10-14 Thread Grary
the window in hosted mode. >From this, should I understand something deeper about interacting with .css with GWT in hosted mode? Thanks for any comment, Grary --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups &quo

Re: GWT FileUpload crashes on Mac in Safari (and Hosted Mode), works in Firefox

2009-12-15 Thread Greg
Has anyone experienced something similar to the below post? Thanks, Greg On Nov 16, 12:53 pm, Greg wrote: > Hi, > > I have been trying to get a local file upload to work in a tab panel. > It works fine in Firefox using a vanilla servlet on the backend, but > in Safari, when I click the button to

Re: GWT FileUpload crashes on Mac in Safari (and Hosted Mode), works in Firefox

2009-12-15 Thread Shawn Brown
> Has anyone experienced something similar to the below post? Safari crash? Yeah after the most recent upgrade it crashed everytime on Leopard. The apple java dev. list suggested using a nightly build of web kit which worked. http://code.google.com/p/google-web-toolkit/issues/detail?id=4220#c2

Re: GWT2.0: POST request for some reasnos converted to OPTIONS in new hosted mode

2009-12-21 Thread Thomas Broyer
On Dec 21, 4:00 pm, Mike Chaliy wrote: > My application in hosed mode (http://localhost:) send plain HTTP > POST requests for example to thehttp://localhost/Inventory/. > > After upgrade from GWT1.7 to GWT2.0, all POST requests are now sent as > OPTIONS request. > > Method:                 O

java.lang.AssertionError after upgrading from gwt 1.5.2 to gwt 1.6.4 (when run in hosted mode)

2011-04-08 Thread scono1986
After upgrading from gwt 1.5.2 to gwt 1.6.4, I run my application in hosted mode, it occurs the following errors: == Error 1 == [ERROR] Uncaught exception escaped java.lang.AssertionError: A widget that has an existing parent widget may not be added to the detach list at

MAC OS Lion: Hosted mode compilation succeed when Service class was renamed to ServiceFoo

2011-08-18 Thread Miroslav Genov
Hello, I'm encountering strange issue when using GWT 2.4 RC1. When I compile my app (from Intellij IDEA) the code is compiled to JS and everything is working like a charm. The problem occurs when I try to use the hosted mode browser. Here is the error that is printed in the hosted mode co

Re: Hosted Mode won't load my app, just sits there at http://localhost:8888

2008-10-07 Thread Matt Bishop
I forgot to mention, the only logging I can find is in system.log: Oct 7 15:11:33 vanjma12 /System/Library/Frameworks/JavaVM.framework/ Versions/1.5.0/Home/bin/java[423]: CPSSetForegroundOperationState(): This call is deprecated and should not be called anymore. Oct 7 15:11:35 vanjma12 java[423

Re: GWT Hosted Mode Application not working in eclipse 3.4 on Mac OS X 10.5.5

2009-01-20 Thread
Ruby On Jan 19, 11:21 pm, "Don Ruby, R&D" wrote: > Please help!  When I attempt to run / debug a GWT Hosted Mode > Application in eclipse on Mac OS X, the browser pops up for a second > and then closes.  Nothing shows up in console.  This is very similar > to an old issu

Error in RPC call in weblogic server, works fine in hosted mode and tomcat server

2009-02-06 Thread Poorna
Hi I need some help regarding an error I get while deploying GWT in server side. Below is the error stack trace. <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1233949279390> http://groups.google.com/group/Google-Web-Toolkit?hl=en -~-

Re: GWT Hosted Mode Application not working in eclipse 3.4 on Mac OS X 10.5.5

2009-02-09 Thread
nRuby > > On Jan 19, 11:21 pm, "DonRuby, R&D" > wrote: > > > Please help!  When I attempt to run / debug a GWT Hosted Mode > > Application in eclipse on Mac OS X, the browser pops up for a second > > and then closes.  Nothing shows up in co

No errors in Hosted Mode and Compiled localy, but deployed to tomcat yields in errors

2010-03-03 Thread Pawel
Hi, I'm using GWT for my Bachelor Thesis. I started developing a Application when GWT 1.7 was out and as I'm afraid something could crash updating to 2.x I'm still working with that version. Well, my Problem is, that in Hosted Mode my application runs without errors. Even wh

Is there a way to disable Jetty INFO-level log messages to Hosted Mode Shell?

2009-05-08 Thread Mark Renouf
I have to use -logLevel INFO because I want to continue seeing my debug log messages from GWT.log. I also want to continue seeing warnings or errors from Jetty (like non 2xx repsonse codes, etc). Is there any way to accomplish this, or should I file an issue? (I didn't see this request reported y

Re: Trying to Run StockWatcher Sample, Running Hosted mode Client picks up blank/empty html

2009-06-04 Thread Alex Rudnick
Hey hehahohee, I'm trying to replicate the problem. I just brought up Eclipse 3.4.2 (the "for Java Developers" distribution) on Vista, and the last message in the Hosted Mode window is "Initializing AppEngine server" -- but the page came up fine in the browser for me! S

Re: Trying to Run StockWatcher Sample, Running Hosted mode Client picks up blank/empty html

2009-06-04 Thread hehaho...@gmail.com
rsion. On Jun 4, 10:52 am, Alex Rudnick wrote: > Hey hehahohee, > > I'm trying to replicate the problem. I just brought up Eclipse 3.4.2 > (the "for Java Developers" distribution) on Vista, and the last > message in the Hosted Mode window is "Initializing App

Re: Trying to Run StockWatcher Sample, Running Hosted mode Client picks up blank/empty html

2009-06-04 Thread hehaho...@gmail.com
> > Hey hehahohee, > > > I'm trying to replicate the problem. I just brought up Eclipse 3.4.2 > > (the "for Java Developers" distribution) on Vista, and the last > > message in the Hosted Mode window is "Initializing AppEngine server" > > -- bu

Re: Trying to Run StockWatcher Sample, Running Hosted mode Client picks up blank/empty html

2009-06-04 Thread hehaho...@gmail.com
gt; > I'm running Eclipse for Java EE developers. Maybe that has something > > to do with it. I'll try running it with the lighter version. > > > On Jun 4, 10:52 am, Alex Rudnick wrote: > > > > Hey hehahohee, > > > > I'm trying to replicate the

Re: Trying to Run StockWatcher Sample, Running Hosted mode Client picks up blank/empty html

2009-06-04 Thread Alex Rudnick
You could try, but I'd be surprised if it makes a difference. It seems like the embedded server isn't being allowed to get connections from clients for some reason. Does Vista have some way other than the Windows Firewall of blocking connections? (I don't have a Vista box handy at the moment). Or

Re: Trying to Run StockWatcher Sample, Running Hosted mode Client picks up blank/empty html

2009-06-04 Thread hehaho...@gmail.com
> I'm running Eclipse for Java EE developers. Maybe that has something > > > to do with it. I'll try running it with the lighter version. > > > > On Jun 4, 10:52 am, Alex Rudnick wrote: > > > > > Hey hehahohee, > > > > > I'm tryi

Re: Trying to Run StockWatcher Sample, Running Hosted mode Client picks up blank/empty html

2009-06-04 Thread hehaho...@gmail.com
e as above with "Compile/ > > > > Browse". > > > > > I'm running Eclipse for Java EE developers. Maybe that has something > > > > to do with it. I'll try running it with the lighter version. > > > > > On Jun 4, 10:52 am, Alex Ru

Re: Trying to Run StockWatcher Sample, Running Hosted mode Client picks up blank/empty html

2009-06-04 Thread hehaho...@gmail.com
t::ERR_INVALID_RESPONSE): Unknown error. > > > > > > Clicking "Complie/Browse" opened a new tab with a blank page in > > > > > Firefox. I changed my default browser to Chrome to see what would > > > > > happen and I got the same error messag

Re: Trying to Run StockWatcher Sample, Running Hosted mode Client picks up blank/empty html

2009-06-04 Thread hehaho...@gmail.com
> > happen and I got the same error message as above with "Compile/ > > > > > Browse". > > > > > > I'm running Eclipse for Java EE developers. Maybe that has something > > > > > to do with it. I'll try running it with the

Re: Trying to Run StockWatcher Sample, Running Hosted mode Client picks up blank/empty html

2009-06-04 Thread Alex Rudnick
Bizarre! OK, keep us posted! On Thu, Jun 4, 2009 at 9:15 PM, hehaho...@gmail.com wrote: > > Eh right click works most of the time. Thanks for the help. If I ever > isolate the problem I'll be sure to post it up. -- Alex Rudnick swe, gwt, atl --~--~-~--~~~---~--~---

Re: Trying to Run StockWatcher Sample, Running Hosted mode Client picks up blank/empty html

2009-06-05 Thread Isaac Truett
ot; opened a new tab with a blank page in >> > > Firefox. I changed my default browser to Chrome to see what would >> > > happen and I got the same error message as above with "Compile/ >> > > Browse". >> >> > > I'm running Eclipse for

Re: Trying to Run StockWatcher Sample, Running Hosted mode Client picks up blank/empty html

2009-06-05 Thread Alex Rudnick
On Fri, Jun 5, 2009 at 8:17 AM, Isaac Truett wrote: > Another thing to look for is: does your run configuration specify an > HTML document? Sometimes the GWT plugin doesn't find my page and just > gives me a run configuration with a blank URL. "Sometimes"? We'd love to know what kinds of times! I

GWT Hosted mode is working perfect but web-mode doesn't work ! It throws exception - StatusCodeException

2010-05-16 Thread broshni
various blogs. Yeah I am now in a very nervy state as gwt in its web- moded is treating me in a very embarassing manner. But it is compiling and working perfectly fine in its hosted-mode and everything works fine as we expected and designed. When I try to integrate GWT with our application i.e

Hosted mode non-starter: "On Mac OS X, ensure that you have Safari 3 installed"

2009-07-07 Thread eighty
setting pointing to trunk, not 1.6.4). Try running the project in Hosted Mode with JRE 1.5. It immediately fails with the following console error: "On Mac OS X, ensure that you have Safari 3 installed". In LowLevelSaf.java on line 135, it seems that LowLevel.init() is throwing an Unsatisfie

Project setup that allows working with both hosted mode and web mode side by side?

2009-07-22 Thread rintcius
Hi, I am looking for a project setup that allows me to work easily with both hosted mode and web mode (including RPC). I am getting the exception below, whenever I start up hosted mode after I have started it in web mode (i.e. war/ directory contains the compiled code for web mode). If I am

Using different jars for GWT and server-side Java for same package in hosted mode

2009-11-18 Thread Bruno Harbulot
Hello, Is it possible to use different jar files for the same package, depending on whether this jar is used for server-side Java or if it's used for GWT code? This problem occurs with the latest development version of Restlet, which provides two different editions of the same package (this is

Re: java.lang.AssertionError after upgrading from gwt 1.5.2 to gwt 1.6.4 (when run in hosted mode)

2011-04-10 Thread Paul Robinson
java.lang.AssertionError: The style name 'margin-top' should be in camelCase format at com.google.gwt.dom.client.Style$.assertCamelCase$(Style.java:63) at com.google.gwt.dom.client.Style$.setProperty$(Style.java:42) at com.google.gwt.user.client.DOM.setStyleAttribute(DOM.

Re: java.lang.AssertionError after upgrading from gwt 1.5.2 to gwt 1.6.4 (when run in hosted mode)

2011-04-10 Thread scono1986
In version gwt 1.5.2 I used "margin-top", my application runs well. So after upgrading to gwt 1.6.4, If I still use "margin-top", apart from the error message (AssertionError), isn't my application affected ? On Apr 11, 4:10 am, Paul Robinson wrote: > > java.lang.AssertionError: The style name 'm

Re: MAC OS Lion: Hosted mode compilation succeed when Service class was renamed to ServiceFoo

2011-08-18 Thread Miroslav Genov
ops, forgot to mention the distribution name - ubuntu -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/CKRHWeTeevkJ. To post to this group, send

Re: MAC OS Lion: Hosted mode compilation succeed when Service class was renamed to ServiceFoo

2011-08-18 Thread Miroslav Genov
Now I just moved the Service class in the parent package ( service.Service ) and hosted mode is working like a charm. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.go

NullPointerException in generated PlaceHistoryMapperImpl (with factory)- how/when to "setFactory" (Problem only in hosted mode)

2012-05-22 Thread tanteanni
PlaceHistoryMapperImpl throws NPEx at "return new PrefixAndToken("ContentMenu", factory.contentMenuPlace().getToken(place));" because factory is null What is going wrong here? One probably important thing: This problem is only (re)producible in hosted mode. If app is deployed

Re: No errors in Hosted Mode and Compiled localy, but deployed to tomcat yields in errors

2010-03-03 Thread obesga
helps On 3 mar, 14:12, Pawel wrote: > Hi, > > I'm using GWT for my Bachelor Thesis. I started developing a > Application when GWT 1.7 was out and as I'm afraid something could > crash updating to 2.x I'm still working with that version. > > Well, my Problem is

Re: No errors in Hosted Mode and Compiled localy, but deployed to tomcat yields in errors

2010-03-03 Thread Pawel
And how can I use that for logging? Do you mean to use that GWT.uncaugthExceptionHandler() in Hosted Mode, or on the real, on a Tomcat running app? I looked GWT.uncaugthExceptionHandler()[1] up in the API, but found no further info on how to use it. > Second, with Firebufg you can use console.log

<    9   10   11   12   13   14   15   >