Re: JVM crash in hosted mode

2009-02-05 Thread Florian
What OS do you use for development vitaka? I use a Red Hat based distribution called Scientific Linux. On Feb 4, 9:46 am, vitaka vit...@gmail.com wrote: I have exactly the same problem. I am developing a web application that allows users log in with OpenID, and when user is redirected to his

Re: JVM crash in hosted mode

2009-02-04 Thread vitaka
I have exactly the same problem. I am developing a web application that allows users log in with OpenID, and when user is redirected to his provider's page through an https connection, hosted mode browser crashes. --~--~-~--~~~---~--~~ You received this message

Re: JVM crash in hosted mode

2009-02-01 Thread Florian
After deployment it works just fine so I guess its a problem with the hosted mode. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: JVM crash in hosted mode

2009-02-01 Thread Florian
After deployment it works just fine so I guess its a problem with the hosted mode. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: JVM crash in hosted mode

2009-01-29 Thread Florian
I am currently using 1.5.3 I added the gwt-log to the xml: !-- Add gwt-log support, default level `DEBUG` -- inherits name=com.allen_sauer.gwt.log.gwt-log-DEBUG / set-property name=log_RemoteLogger value=ENABLED / set-property name=log_WindowLogger value=ENABLED / The code: Log.debug(The

Re: JVM crash in hosted mode

2009-01-28 Thread olivier FRESSE
never seen that... What's your GWT version, and can you post the log trace ? 2009/1/27 Florian florian.hueb...@psi.ch Hello everyone, Whenever I try to run or debug my JVM crashes when GWT development browser tries to access a https page. Probably the credentials are missing butt a crash

JVM crash in hosted mode

2009-01-27 Thread Florian
Hello everyone, Whenever I try to run or debug my JVM crashes when GWT development browser tries to access a https page. Probably the credentials are missing butt a crash seems to be a rather odd reaction to that... Anybody ever noticed some similar problems? best regards Florian