Re: GWT Maps API fails on host mode

2008-09-23 Thread Eric Ayers

Today I took a fresh install of Ubuntu 8 64 bit and  reproduced the
problem.  I added issue 178 to the Issue tracker:

http://code.google.com/p/gwt-google-apis/issues/detail?id=178


On Sep 22, 8:10 am, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
> Here's a followup suggestion that might help on Ubuntu Hardy:
>
> unziphttp://google-web-toolkit.googlecode.com/svn/tools/redist/mozilla/moz...
> at /usr/lib/mozilla-1.7.13 and set
> export MOZILLA_FIVE_HOME=/usr/lib/mozilla-1.7.13
>
> 2008/9/20 Eric Ayers <[EMAIL PROTECTED]>:
>
> > I admit that the version of Hardy I tested with is not a stock
> > version.   I'm sorry, but I don't know the details of how it differs.
> > I did check to see that the binaries were 64 bit, and that the JVM was
> > 32 bit.
>
> > -Eric.
>
> > On Sat, Sep 20, 2008 at 8:43 AM, Einstein0970 <[EMAIL PROTECTED]> wrote:
>
> >> Hi,
>
> >> I have found a workaround. It seems like Google team tested the 64bit
> >> Ubuntu Hardy and they say it works. I just don't know how this can be.
> >> Anyway, I have installed Sun VirtualBox with a Ubuntu Hardy 32bit and
> >> with the *SAME* setup Eclipse34, gwtmaps 290, JDK1.6, GWT 1.5 and
> >> HelloMaps, MAGIC!!  Averything works like a charm. So I conclude by
> >> writing that one of those components is just not working properly
> >> under Ubuntu 8.04 64bit. I would say it is the hosted mode component
> >> since HelloMaps works fine when deployed on tomcat.
>
> >> This is a bug!
>
> >> - Erick
>
> >> On Sep 18, 9:07 am, Niko <[EMAIL PROTECTED]> wrote:
> >>> Hi
>
> >>> Same problem here : identical stack trace and warning messages.
>
> >>> I was working on several little testing projects in gwt/gwt-ext/
> >>> gwtmaps a month ago.
> >>> Now I'm unable to launch any of them using gwtmaps in the host mode.
> >>> The platform environment (OS/eclipse/jars)  didn't change - same PC,
> >>> none used it.
>
> >>> Thus, if I compile and deploy these projects under my Tomcat, all is
> >>> working fine.
>
> >>> One hour ago, I tried to launch the HelloMaps from the 290 release,
> >>> with the inner launch-scripts.
> >>> Same results : the shell command aborts with Einstein's trace, the
> >>> compile&deploy test is OK
>
> >>> Any kind of idea would be appreciated :o)
>
> >>> ps : I've check that my IE network/proxy settings were still good
>
> >>> On 18 sep, 02:16, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
>
> >>> > I didn't use eclipse at all.  I ran "HelloMaps-shell" from the command
> line.
>
> >>> > On Wed, Sep 17, 2008 at 5:23 PM, Einstein0970 <[EMAIL PROTECTED]>
> wrote:
>
> >>> > > What version of eclipse did you use?
>
> >>> > > On Sep 17, 2:20 pm, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
> >>> > > > I just loaded gwt 1.5.2 and gwt-mapsmilestone r290 onto a machine
> whose
> >>> > > > /etc/issue reports Ubuntu 8.04.1 (64 bit)
>
> >>> > > > JVM is: /usr/lib/jvm/ia32-java-6-sun/jre/bin/java
>
> >>> > > > I ran the stock HelloMaps demo without a problem.
>
> >>> > > > Again, you might try the 'wireshark' tool to make sure that
> requests from
> >>> > > > hosted mode are actually making it off the machine.
>
> >>> > > > On Wed, Sep 17, 2008 at 2:03 PM, Einstein0970 <[EMAIL PROTECTED]>
> wrote:
>
> >>> > > > > Yeah it gets tohttp://maps.google.com/maps?gwt=1&file=api&v=2.x
> >>> > > > > from my machine using firefox 3. No proxies in my way either.
>
> >>> > > > > On Sep 17, 1:58 pm, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
> >>> > > > > > Could it be that you have some sort of proxy setup to get to
> the
> >>> > > > > Internet?
> >>> > > > > > If so, the hosted mode browser probably isn't aware of it.
>
> >>> > > > > > John T. on the GWT team suggested you try 'wireshark' to see
> if the
> >>> > > > > requests
> >>> > > > > > to fetch the GoogleMapsAPI were getting off of the machine.
>
> >>> > > > > > -Eric.
>
> >>> > > > > > On Wed, Sep 17, 2008 at 1:24 PM, Eric Ayers <[EMAIL PROTECTED]
>
> >>> > > wrote:
> >>> > > > > > > I'm wondering if it is some sort of network issue -
> theMapsAPI
> >>> > > has to
> >>> > > > > > > load from a server at google.
>
> >>> > > > > > > Also, even though you shouldn't need a key, you could go to
> >>> > > > > > >http://code.google.com/apis/mapsandgetoneforlocalhost.
>  IIRC,
> >>> > > some
> >>> > > > > > > parts of the API (Geocoding maybe?) do need a key, even if
> its
> >>> > > > > localhost.
>
> >>> > > > > > > On Wed, Sep 17, 2008 at 1:17 PM, Einstein0970 <
>
> [EMAIL PROTECTED]>
>
> >>> > > > > wrote:
>
> >>> > > > > > >> Hi Eric,
>
> >>> > > > > > >> I have installed the latest and greatest JVM32bit and
> stillfails
> >>> > > on
> >>> > > > > > >> the same error.
> >>> > > > > > >> Any other ideas?
>
> >>> > > > > > >> - Erick
>
> >>> > > > > > >> On Sep 15, 8:46 pm, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
> >>> > > > > > >> > We have had reports of GWT being used sucessfully on
> Ubuntu 8
> >>> > > and 9.
> >>> > > > > > >>  One
> >>> > > > > > >> > more thing - I think you must be using the 32 bit JVM or
> you
> >>> > > > > pr

Re: GWT Maps API fails on host mode

2008-09-22 Thread Eric Ayers
Here's a followup suggestion that might help on Ubuntu Hardy:

unzip
http://google-web-toolkit.googlecode.com/svn/tools/redist/mozilla/mozilla-1.7.13.tar.gz
at /usr/lib/mozilla-1.7.13 and set
export MOZILLA_FIVE_HOME=/usr/lib/mozilla-1.7.13

2008/9/20 Eric Ayers <[EMAIL PROTECTED]>:
> I admit that the version of Hardy I tested with is not a stock
> version.   I'm sorry, but I don't know the details of how it differs.
> I did check to see that the binaries were 64 bit, and that the JVM was
> 32 bit.
>
> -Eric.
>
> On Sat, Sep 20, 2008 at 8:43 AM, Einstein0970 <[EMAIL PROTECTED]> wrote:
>>
>> Hi,
>>
>> I have found a workaround. It seems like Google team tested the 64bit
>> Ubuntu Hardy and they say it works. I just don't know how this can be.
>> Anyway, I have installed Sun VirtualBox with a Ubuntu Hardy 32bit and
>> with the *SAME* setup Eclipse34, gwtmaps 290, JDK1.6, GWT 1.5 and
>> HelloMaps, MAGIC!!  Averything works like a charm. So I conclude by
>> writing that one of those components is just not working properly
>> under Ubuntu 8.04 64bit. I would say it is the hosted mode component
>> since HelloMaps works fine when deployed on tomcat.
>>
>> This is a bug!
>>
>> - Erick
>>
>> On Sep 18, 9:07 am, Niko <[EMAIL PROTECTED]> wrote:
>>> Hi
>>>
>>> Same problem here : identical stack trace and warning messages.
>>>
>>> I was working on several little testing projects in gwt/gwt-ext/
>>> gwtmaps a month ago.
>>> Now I'm unable to launch any of them using gwtmaps in the host mode.
>>> The platform environment (OS/eclipse/jars)  didn't change - same PC,
>>> none used it.
>>>
>>> Thus, if I compile and deploy these projects under my Tomcat, all is
>>> working fine.
>>>
>>> One hour ago, I tried to launch the HelloMaps from the 290 release,
>>> with the inner launch-scripts.
>>> Same results : the shell command aborts with Einstein's trace, the
>>> compile&deploy test is OK
>>>
>>> Any kind of idea would be appreciated :o)
>>>
>>> ps : I've check that my IE network/proxy settings were still good
>>>
>>> On 18 sep, 02:16, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
>>>
>>> > I didn't use eclipse at all.  I ran "HelloMaps-shell" from the command
line.
>>>
>>> > On Wed, Sep 17, 2008 at 5:23 PM, Einstein0970 <[EMAIL PROTECTED]>
wrote:
>>>
>>> > > What version of eclipse did you use?
>>>
>>> > > On Sep 17, 2:20 pm, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
>>> > > > I just loaded gwt 1.5.2 and gwt-mapsmilestone r290 onto a machine
whose
>>> > > > /etc/issue reports Ubuntu 8.04.1 (64 bit)
>>>
>>> > > > JVM is: /usr/lib/jvm/ia32-java-6-sun/jre/bin/java
>>>
>>> > > > I ran the stock HelloMaps demo without a problem.
>>>
>>> > > > Again, you might try the 'wireshark' tool to make sure that
requests from
>>> > > > hosted mode are actually making it off the machine.
>>>
>>> > > > On Wed, Sep 17, 2008 at 2:03 PM, Einstein0970 <[EMAIL PROTECTED]>
wrote:
>>>
>>> > > > > Yeah it gets tohttp://maps.google.com/maps?gwt=1&file=api&v=2.x
>>> > > > > from my machine using firefox 3. No proxies in my way either.
>>>
>>> > > > > On Sep 17, 1:58 pm, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
>>> > > > > > Could it be that you have some sort of proxy setup to get to
the
>>> > > > > Internet?
>>> > > > > > If so, the hosted mode browser probably isn't aware of it.
>>>
>>> > > > > > John T. on the GWT team suggested you try 'wireshark' to see
if the
>>> > > > > requests
>>> > > > > > to fetch the GoogleMapsAPI were getting off of the machine.
>>>
>>> > > > > > -Eric.
>>>
>>> > > > > > On Wed, Sep 17, 2008 at 1:24 PM, Eric Ayers <[EMAIL PROTECTED]
>
>>> > > wrote:
>>> > > > > > > I'm wondering if it is some sort of network issue -
theMapsAPI
>>> > > has to
>>> > > > > > > load from a server at google.
>>>
>>> > > > > > > Also, even though you shouldn't need a key, you could go to
>>> > > > > > >http://code.google.com/apis/mapsandgetonefor localhost.
 IIRC,
>>> > > some
>>> > > > > > > parts of the API (Geocoding maybe?) do need a key, even if
its
>>> > > > > localhost.
>>>
>>> > > > > > > On Wed, Sep 17, 2008 at 1:17 PM, Einstein0970 <
[EMAIL PROTECTED]>
>>> > > > > wrote:
>>>
>>> > > > > > >> Hi Eric,
>>>
>>> > > > > > >> I have installed the latest and greatest JVM32bit and
stillfails
>>> > > on
>>> > > > > > >> the same error.
>>> > > > > > >> Any other ideas?
>>>
>>> > > > > > >> - Erick
>>>
>>> > > > > > >> On Sep 15, 8:46 pm, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
>>> > > > > > >> > We have had reports of GWT being used sucessfully on
Ubuntu 8
>>> > > and 9.
>>> > > > > > >>  One
>>> > > > > > >> > more thing - I think you must be using the 32 bit JVM or
you
>>> > > > > probably
>>> > > > > > >> > wouldn't even see hosted mode, but just to be certain,
are you
>>> > > using
>>> > > > > a
>>> > > > > > >> 32
>>> > > > > > >> > bit JVM?   We've had reports of a bad version of the 1.6
JVM
>>> > > causing
>>> > > > > > >> > problems in one distro.  Can you try upgrading or
changing your
>>> > > JVM
>>> > > > > > >> > version?  Any 32 bit 1.5.x 

Re: GWT Maps API fails on host mode

2008-09-20 Thread Eric Ayers

I admit that the version of Hardy I tested with is not a stock
version.   I'm sorry, but I don't know the details of how it differs.
I did check to see that the binaries were 64 bit, and that the JVM was
32 bit.

-Eric.

On Sat, Sep 20, 2008 at 8:43 AM, Einstein0970 <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I have found a workaround. It seems like Google team tested the 64bit
> Ubuntu Hardy and they say it works. I just don't know how this can be.
> Anyway, I have installed Sun VirtualBox with a Ubuntu Hardy 32bit and
> with the *SAME* setup Eclipse34, gwtmaps 290, JDK1.6, GWT 1.5 and
> HelloMaps, MAGIC!!  Averything works like a charm. So I conclude by
> writing that one of those components is just not working properly
> under Ubuntu 8.04 64bit. I would say it is the hosted mode component
> since HelloMaps works fine when deployed on tomcat.
>
> This is a bug!
>
> - Erick
>
> On Sep 18, 9:07 am, Niko <[EMAIL PROTECTED]> wrote:
>> Hi
>>
>> Same problem here : identical stack trace and warning messages.
>>
>> I was working on several little testing projects in gwt/gwt-ext/
>> gwtmaps a month ago.
>> Now I'm unable to launch any of them using gwtmaps in the host mode.
>> The platform environment (OS/eclipse/jars)  didn't change - same PC,
>> none used it.
>>
>> Thus, if I compile and deploy these projects under my Tomcat, all is
>> working fine.
>>
>> One hour ago, I tried to launch the HelloMaps from the 290 release,
>> with the inner launch-scripts.
>> Same results : the shell command aborts with Einstein's trace, the
>> compile&deploy test is OK
>>
>> Any kind of idea would be appreciated :o)
>>
>> ps : I've check that my IE network/proxy settings were still good
>>
>> On 18 sep, 02:16, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
>>
>> > I didn't use eclipse at all.  I ran "HelloMaps-shell" from the command 
>> > line.
>>
>> > On Wed, Sep 17, 2008 at 5:23 PM, Einstein0970 <[EMAIL PROTECTED]> wrote:
>>
>> > > What version of eclipse did you use?
>>
>> > > On Sep 17, 2:20 pm, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
>> > > > I just loaded gwt 1.5.2 and gwt-mapsmilestone r290 onto a machine whose
>> > > > /etc/issue reports Ubuntu 8.04.1 (64 bit)
>>
>> > > > JVM is: /usr/lib/jvm/ia32-java-6-sun/jre/bin/java
>>
>> > > > I ran the stock HelloMaps demo without a problem.
>>
>> > > > Again, you might try the 'wireshark' tool to make sure that requests 
>> > > > from
>> > > > hosted mode are actually making it off the machine.
>>
>> > > > On Wed, Sep 17, 2008 at 2:03 PM, Einstein0970 <[EMAIL PROTECTED]> 
>> > > > wrote:
>>
>> > > > > Yeah it gets tohttp://maps.google.com/maps?gwt=1&file=api&v=2.x
>> > > > > from my machine using firefox 3. No proxies in my way either.
>>
>> > > > > On Sep 17, 1:58 pm, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
>> > > > > > Could it be that you have some sort of proxy setup to get to the
>> > > > > Internet?
>> > > > > > If so, the hosted mode browser probably isn't aware of it.
>>
>> > > > > > John T. on the GWT team suggested you try 'wireshark' to see if the
>> > > > > requests
>> > > > > > to fetch the GoogleMapsAPI were getting off of the machine.
>>
>> > > > > > -Eric.
>>
>> > > > > > On Wed, Sep 17, 2008 at 1:24 PM, Eric Ayers <[EMAIL PROTECTED]>
>> > > wrote:
>> > > > > > > I'm wondering if it is some sort of network issue - theMapsAPI
>> > > has to
>> > > > > > > load from a server at google.
>>
>> > > > > > > Also, even though you shouldn't need a key, you could go to
>> > > > > > >http://code.google.com/apis/mapsandgetonefor localhost.  IIRC,
>> > > some
>> > > > > > > parts of the API (Geocoding maybe?) do need a key, even if its
>> > > > > localhost.
>>
>> > > > > > > On Wed, Sep 17, 2008 at 1:17 PM, Einstein0970 <[EMAIL PROTECTED]>
>> > > > > wrote:
>>
>> > > > > > >> Hi Eric,
>>
>> > > > > > >> I have installed the latest and greatest JVM32bit and stillfails
>> > > on
>> > > > > > >> the same error.
>> > > > > > >> Any other ideas?
>>
>> > > > > > >> - Erick
>>
>> > > > > > >> On Sep 15, 8:46 pm, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
>> > > > > > >> > We have had reports of GWT being used sucessfully on Ubuntu 8
>> > > and 9.
>> > > > > > >>  One
>> > > > > > >> > more thing - I think you must be using the 32 bit JVM or you
>> > > > > probably
>> > > > > > >> > wouldn't even see hosted mode, but just to be certain, are you
>> > > using
>> > > > > a
>> > > > > > >> 32
>> > > > > > >> > bit JVM?   We've had reports of a bad version of the 1.6 JVM
>> > > causing
>> > > > > > >> > problems in one distro.  Can you try upgrading or changing 
>> > > > > > >> > your
>> > > JVM
>> > > > > > >> > version?  Any 32 bit 1.5.x or 1.6.x should work.
>>
>> > > > > > >> > All these things aside, it still looks to me like theMapsAPI
>> > > > > script is
>> > > > > > >> not
>> > > > > > >> > loading. I can't tell you why it would all of a sudden start 
>> > > > > > >> > to
>> > > > > fail.
>>
>> > > > > > >> > On Mon, Sep 15, 2008 at 8:35 PM, Eric Ayers <[EMAIL 
>> > > > > > >> > PROTECTED]>

Re: GWT Maps API fails on host mode

2008-09-20 Thread Einstein0970

Hi,

I have found a workaround. It seems like Google team tested the 64bit
Ubuntu Hardy and they say it works. I just don't know how this can be.
Anyway, I have installed Sun VirtualBox with a Ubuntu Hardy 32bit and
with the *SAME* setup Eclipse34, gwtmaps 290, JDK1.6, GWT 1.5 and
HelloMaps, MAGIC!!  Averything works like a charm. So I conclude by
writing that one of those components is just not working properly
under Ubuntu 8.04 64bit. I would say it is the hosted mode component
since HelloMaps works fine when deployed on tomcat.

This is a bug!

- Erick

On Sep 18, 9:07 am, Niko <[EMAIL PROTECTED]> wrote:
> Hi
>
> Same problem here : identical stack trace and warning messages.
>
> I was working on several little testing projects in gwt/gwt-ext/
> gwtmaps a month ago.
> Now I'm unable to launch any of them using gwtmaps in the host mode.
> The platform environment (OS/eclipse/jars)  didn't change - same PC,
> none used it.
>
> Thus, if I compile and deploy these projects under my Tomcat, all is
> working fine.
>
> One hour ago, I tried to launch the HelloMaps from the 290 release,
> with the inner launch-scripts.
> Same results : the shell command aborts with Einstein's trace, the
> compile&deploy test is OK
>
> Any kind of idea would be appreciated :o)
>
> ps : I've check that my IE network/proxy settings were still good
>
> On 18 sep, 02:16, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
>
> > I didn't use eclipse at all.  I ran "HelloMaps-shell" from the command line.
>
> > On Wed, Sep 17, 2008 at 5:23 PM, Einstein0970 <[EMAIL PROTECTED]> wrote:
>
> > > What version of eclipse did you use?
>
> > > On Sep 17, 2:20 pm, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
> > > > I just loaded gwt 1.5.2 and gwt-mapsmilestone r290 onto a machine whose
> > > > /etc/issue reports Ubuntu 8.04.1 (64 bit)
>
> > > > JVM is: /usr/lib/jvm/ia32-java-6-sun/jre/bin/java
>
> > > > I ran the stock HelloMaps demo without a problem.
>
> > > > Again, you might try the 'wireshark' tool to make sure that requests 
> > > > from
> > > > hosted mode are actually making it off the machine.
>
> > > > On Wed, Sep 17, 2008 at 2:03 PM, Einstein0970 <[EMAIL PROTECTED]> wrote:
>
> > > > > Yeah it gets tohttp://maps.google.com/maps?gwt=1&file=api&v=2.x
> > > > > from my machine using firefox 3. No proxies in my way either.
>
> > > > > On Sep 17, 1:58 pm, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
> > > > > > Could it be that you have some sort of proxy setup to get to the
> > > > > Internet?
> > > > > > If so, the hosted mode browser probably isn't aware of it.
>
> > > > > > John T. on the GWT team suggested you try 'wireshark' to see if the
> > > > > requests
> > > > > > to fetch the GoogleMapsAPI were getting off of the machine.
>
> > > > > > -Eric.
>
> > > > > > On Wed, Sep 17, 2008 at 1:24 PM, Eric Ayers <[EMAIL PROTECTED]>
> > > wrote:
> > > > > > > I'm wondering if it is some sort of network issue - theMapsAPI
> > > has to
> > > > > > > load from a server at google.
>
> > > > > > > Also, even though you shouldn't need a key, you could go to
> > > > > > >http://code.google.com/apis/mapsandgetonefor localhost.  IIRC,
> > > some
> > > > > > > parts of the API (Geocoding maybe?) do need a key, even if its
> > > > > localhost.
>
> > > > > > > On Wed, Sep 17, 2008 at 1:17 PM, Einstein0970 <[EMAIL PROTECTED]>
> > > > > wrote:
>
> > > > > > >> Hi Eric,
>
> > > > > > >> I have installed the latest and greatest JVM32bit and stillfails
> > > on
> > > > > > >> the same error.
> > > > > > >> Any other ideas?
>
> > > > > > >> - Erick
>
> > > > > > >> On Sep 15, 8:46 pm, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
> > > > > > >> > We have had reports of GWT being used sucessfully on Ubuntu 8
> > > and 9.
> > > > > > >>  One
> > > > > > >> > more thing - I think you must be using the 32 bit JVM or you
> > > > > probably
> > > > > > >> > wouldn't even see hosted mode, but just to be certain, are you
> > > using
> > > > > a
> > > > > > >> 32
> > > > > > >> > bit JVM?   We've had reports of a bad version of the 1.6 JVM
> > > causing
> > > > > > >> > problems in one distro.  Can you try upgrading or changing your
> > > JVM
> > > > > > >> > version?  Any 32 bit 1.5.x or 1.6.x should work.
>
> > > > > > >> > All these things aside, it still looks to me like theMapsAPI
> > > > > script is
> > > > > > >> not
> > > > > > >> > loading. I can't tell you why it would all of a sudden start to
> > > > > fail.
>
> > > > > > >> > On Mon, Sep 15, 2008 at 8:35 PM, Eric Ayers <[EMAIL PROTECTED]>
> > > > > wrote:
> > > > > > >> > > What happens when you try to compile and run in web mode?
>
> > > > > > >> > > On Mon, Sep 15, 2008 at 7:31 PM, Einstein0970 <
> > > [EMAIL PROTECTED]>
> > > > > > >> wrote:
>
> > > > > > >> > >> Ran the HelloMaps demo and works great when deployed on my
> > > > > localhost
> > > > > > >> > >> tomcat but same error when ran from the Eclipse IDE
> > > host-mode.
> > > > > BTW,
> > > > > > >> > >> the same app ran well in GWT1.4, Ubuntu 7 and Eclipse 3.3...
> > > 

Re: GWT Maps API fails on host mode

2008-09-19 Thread Niko

Hi

Same problem here : identical stack trace and warning messages.

I was working on several little testing projects in gwt/gwt-ext/
gwtmaps a month ago.
Now I'm unable to launch any of them using gwtmaps in the host mode.
The platform environment (OS/eclipse/jars)  didn't change - same PC,
none used it.

Thus, if I compile and deploy these projects under my Tomcat, all is
working fine.

One hour ago, I tried to launch the HelloMaps from the 290 release,
with the inner launch-scripts.
Same results : the shell command aborts with Einstein's trace, the
compile&deploy test is OK

Any kind of idea would be appreciated :o)

ps : I've check that my IE network/proxy settings were still good

On 18 sep, 02:16, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
> I didn't use eclipse at all.  I ran "HelloMaps-shell" from the command line.
>
> On Wed, Sep 17, 2008 at 5:23 PM, Einstein0970 <[EMAIL PROTECTED]> wrote:
>
> > What version of eclipse did you use?
>
> > On Sep 17, 2:20 pm, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
> > > I just loaded gwt 1.5.2 and gwt-maps milestone r290 onto a machine whose
> > > /etc/issue reports Ubuntu 8.04.1 (64 bit)
>
> > > JVM is: /usr/lib/jvm/ia32-java-6-sun/jre/bin/java
>
> > > I ran the stock HelloMaps demo without a problem.
>
> > > Again, you might try the 'wireshark' tool to make sure that requests from
> > > hosted mode are actually making it off the machine.
>
> > > On Wed, Sep 17, 2008 at 2:03 PM, Einstein0970 <[EMAIL PROTECTED]> wrote:
>
> > > > Yeah it gets tohttp://maps.google.com/maps?gwt=1&file=api&v=2.x
> > > > from my machine using firefox 3. No proxies in my way either.
>
> > > > On Sep 17, 1:58 pm, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
> > > > > Could it be that you have some sort of proxy setup to get to the
> > > > Internet?
> > > > > If so, the hosted mode browser probably isn't aware of it.
>
> > > > > John T. on the GWT team suggested you try 'wireshark' to see if the
> > > > requests
> > > > > to fetch the Google Maps API were getting off of the machine.
>
> > > > > -Eric.
>
> > > > > On Wed, Sep 17, 2008 at 1:24 PM, Eric Ayers <[EMAIL PROTECTED]>
> > wrote:
> > > > > > I'm wondering if it is some sort of network issue - the Maps API
> > has to
> > > > > > load from a server at google.
>
> > > > > > Also, even though you shouldn't need a key, you could go to
> > > > > >http://code.google.com/apis/mapsandgetone for localhost.  IIRC,
> > some
> > > > > > parts of the API (Geocoding maybe?) do need a key, even if its
> > > > localhost.
>
> > > > > > On Wed, Sep 17, 2008 at 1:17 PM, Einstein0970 <[EMAIL PROTECTED]>
> > > > wrote:
>
> > > > > >> Hi Eric,
>
> > > > > >> I have installed the latest and greatest JVM32bit and still fails
> > on
> > > > > >> the same error.
> > > > > >> Any other ideas?
>
> > > > > >> - Erick
>
> > > > > >> On Sep 15, 8:46 pm, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
> > > > > >> > We have had reports of GWT being used sucessfully on Ubuntu 8
> > and 9.
> > > > > >>  One
> > > > > >> > more thing - I think you must be using the 32 bit JVM or you
> > > > probably
> > > > > >> > wouldn't even see hosted mode, but just to be certain, are you
> > using
> > > > a
> > > > > >> 32
> > > > > >> > bit JVM?   We've had reports of a bad version of the 1.6 JVM
> > causing
> > > > > >> > problems in one distro.  Can you try upgrading or changing your
> > JVM
> > > > > >> > version?  Any 32 bit 1.5.x or 1.6.x should work.
>
> > > > > >> > All these things aside, it still looks to me like the Maps API
> > > > script is
> > > > > >> not
> > > > > >> > loading. I can't tell you why it would all of a sudden start to
> > > > fail.
>
> > > > > >> > On Mon, Sep 15, 2008 at 8:35 PM, Eric Ayers <[EMAIL PROTECTED]>
> > > > wrote:
> > > > > >> > > What happens when you try to compile and run in web mode?
>
> > > > > >> > > On Mon, Sep 15, 2008 at 7:31 PM, Einstein0970 <
> > [EMAIL PROTECTED]>
> > > > > >> wrote:
>
> > > > > >> > >> Ran the HelloMaps demo and works great when deployed on my
> > > > localhost
> > > > > >> > >> tomcat but same error when ran from the Eclipse IDE
> > host-mode.
> > > > BTW,
> > > > > >> > >> the same app ran well in GWT1.4, Ubuntu 7 and Eclipse 3.3...
> > > > > >> > >> Can you guys reproduce my errors using HelloMaps in Ubuntu
> > 8.04?
>
> > > > > >> > >> On 15 sep, 16:33, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
> > > > > >> > >> > When you ran the tutorial, did the application in the
> > tutorial
> > > > work
> > > > > >> for
> > > > > >> > >> you
> > > > > >> > >> > (the world's largest ball of twine)?
>
> > > > > >> > >> > Can you show a small segment of code that reproduces the
> > > > problem?
>
> > > > > >> > >> > On Mon, Sep 15, 2008 at 4:26 PM, Einstein0970 <
> > > > [EMAIL PROTECTED]>
> > > > > >> wrote:
>
> > > > > >> > >> > > I use: gwt-maps.jar (0.0.290) from (
> > > > > >>http://code.google.com/p/gwt-
> > > > > >> > >> > > google-apis/wiki/Downloads<
> > > > > >> > >>http://code.google.com/p/gwt-google-apis/wiki/Downloads>
> >

Re: GWT Maps API fails on host mode

2008-09-17 Thread Eric Ayers
I didn't use eclipse at all.  I ran "HelloMaps-shell" from the command line.

On Wed, Sep 17, 2008 at 5:23 PM, Einstein0970 <[EMAIL PROTECTED]> wrote:

>
> What version of eclipse did you use?
>
> On Sep 17, 2:20 pm, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
> > I just loaded gwt 1.5.2 and gwt-maps milestone r290 onto a machine whose
> > /etc/issue reports Ubuntu 8.04.1 (64 bit)
> >
> > JVM is: /usr/lib/jvm/ia32-java-6-sun/jre/bin/java
> >
> > I ran the stock HelloMaps demo without a problem.
> >
> > Again, you might try the 'wireshark' tool to make sure that requests from
> > hosted mode are actually making it off the machine.
> >
> > On Wed, Sep 17, 2008 at 2:03 PM, Einstein0970 <[EMAIL PROTECTED]> wrote:
> >
> > > Yeah it gets tohttp://maps.google.com/maps?gwt=1&file=api&v=2.x
> > > from my machine using firefox 3. No proxies in my way either.
> >
> > > On Sep 17, 1:58 pm, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
> > > > Could it be that you have some sort of proxy setup to get to the
> > > Internet?
> > > > If so, the hosted mode browser probably isn't aware of it.
> >
> > > > John T. on the GWT team suggested you try 'wireshark' to see if the
> > > requests
> > > > to fetch the Google Maps API were getting off of the machine.
> >
> > > > -Eric.
> >
> > > > On Wed, Sep 17, 2008 at 1:24 PM, Eric Ayers <[EMAIL PROTECTED]>
> wrote:
> > > > > I'm wondering if it is some sort of network issue - the Maps API
> has to
> > > > > load from a server at google.
> >
> > > > > Also, even though you shouldn't need a key, you could go to
> > > > >http://code.google.com/apis/mapsandget one for localhost.  IIRC,
> some
> > > > > parts of the API (Geocoding maybe?) do need a key, even if its
> > > localhost.
> >
> > > > > On Wed, Sep 17, 2008 at 1:17 PM, Einstein0970 <[EMAIL PROTECTED]>
> > > wrote:
> >
> > > > >> Hi Eric,
> >
> > > > >> I have installed the latest and greatest JVM32bit and still fails
> on
> > > > >> the same error.
> > > > >> Any other ideas?
> >
> > > > >> - Erick
> >
> > > > >> On Sep 15, 8:46 pm, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
> > > > >> > We have had reports of GWT being used sucessfully on Ubuntu 8
> and 9.
> > > > >>  One
> > > > >> > more thing - I think you must be using the 32 bit JVM or you
> > > probably
> > > > >> > wouldn't even see hosted mode, but just to be certain, are you
> using
> > > a
> > > > >> 32
> > > > >> > bit JVM?   We've had reports of a bad version of the 1.6 JVM
> causing
> > > > >> > problems in one distro.  Can you try upgrading or changing your
> JVM
> > > > >> > version?  Any 32 bit 1.5.x or 1.6.x should work.
> >
> > > > >> > All these things aside, it still looks to me like the Maps API
> > > script is
> > > > >> not
> > > > >> > loading. I can't tell you why it would all of a sudden start to
> > > fail.
> >
> > > > >> > On Mon, Sep 15, 2008 at 8:35 PM, Eric Ayers <[EMAIL PROTECTED]>
> > > wrote:
> > > > >> > > What happens when you try to compile and run in web mode?
> >
> > > > >> > > On Mon, Sep 15, 2008 at 7:31 PM, Einstein0970 <
> [EMAIL PROTECTED]>
> > > > >> wrote:
> >
> > > > >> > >> Ran the HelloMaps demo and works great when deployed on my
> > > localhost
> > > > >> > >> tomcat but same error when ran from the Eclipse IDE
> host-mode.
> > > BTW,
> > > > >> > >> the same app ran well in GWT1.4, Ubuntu 7 and Eclipse 3.3...
> > > > >> > >> Can you guys reproduce my errors using HelloMaps in Ubuntu
> 8.04?
> >
> > > > >> > >> On 15 sep, 16:33, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
> > > > >> > >> > When you ran the tutorial, did the application in the
> tutorial
> > > work
> > > > >> for
> > > > >> > >> you
> > > > >> > >> > (the world's largest ball of twine)?
> >
> > > > >> > >> > Can you show a small segment of code that reproduces the
> > > problem?
> >
> > > > >> > >> > On Mon, Sep 15, 2008 at 4:26 PM, Einstein0970 <
> > > [EMAIL PROTECTED]>
> > > > >> wrote:
> >
> > > > >> > >> > > I use: gwt-maps.jar (0.0.290) from (
> > > > >>http://code.google.com/p/gwt-
> > > > >> > >> > > google-apis/wiki/Downloads<
> > > > >> > >>http://code.google.com/p/gwt-google-apis/wiki/Downloads>
> > > > >> > >> > > )
> >
> > > > >> > >> > > On Sep 15, 3:50 pm, "Eric Ayers" <[EMAIL PROTECTED]>
> wrote:
> > > > >> > >> > > > When you say you are using the latest gwt-maps.jar
> file,
> > > can
> > > > >> you
> > > > >> > >> tell me
> > > > >> > >> > > > what version you downloaded?
> >
> > > > >> > >> > > > On Mon, Sep 15, 2008 at 3:46 PM, Einstein0970 <
> > > > >> [EMAIL PROTECTED]>
> > > > >> > >> wrote:
> >
> > > > >> > >> > > > > Still fails:
> >
> > > > >> > >> > > > > Here's my gwt.xml file: (followed the tut:
> >
> > > > >>http://code.google.com/p/gwt-google-apis/wiki/MapsGettingStarted)
> >
> > > > >> > >> > > > > 
> >
> > > > >> > >> > > > >  
> > > > >> > >> > > > >   
> > > > >> > >> > > > >   
> > > > >> > >> > > > >  http://maps.google.com/maps?
> > > > >> > >> > > > > gwt=1&file=api&v=2.x<
> > > > >> > >> > >Re: GWT Maps API fails on host mode


What version of eclipse did you use?

On Sep 17, 2:20 pm, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
> I just loaded gwt 1.5.2 and gwt-maps milestone r290 onto a machine whose
> /etc/issue reports Ubuntu 8.04.1 (64 bit)
>
> JVM is: /usr/lib/jvm/ia32-java-6-sun/jre/bin/java
>
> I ran the stock HelloMaps demo without a problem.
>
> Again, you might try the 'wireshark' tool to make sure that requests from
> hosted mode are actually making it off the machine.
>
> On Wed, Sep 17, 2008 at 2:03 PM, Einstein0970 <[EMAIL PROTECTED]> wrote:
>
> > Yeah it gets tohttp://maps.google.com/maps?gwt=1&file=api&v=2.x
> > from my machine using firefox 3. No proxies in my way either.
>
> > On Sep 17, 1:58 pm, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
> > > Could it be that you have some sort of proxy setup to get to the
> > Internet?
> > > If so, the hosted mode browser probably isn't aware of it.
>
> > > John T. on the GWT team suggested you try 'wireshark' to see if the
> > requests
> > > to fetch the Google Maps API were getting off of the machine.
>
> > > -Eric.
>
> > > On Wed, Sep 17, 2008 at 1:24 PM, Eric Ayers <[EMAIL PROTECTED]> wrote:
> > > > I'm wondering if it is some sort of network issue - the Maps API has to
> > > > load from a server at google.
>
> > > > Also, even though you shouldn't need a key, you could go to
> > > >http://code.google.com/apis/mapsandget one for localhost.  IIRC, some
> > > > parts of the API (Geocoding maybe?) do need a key, even if its
> > localhost.
>
> > > > On Wed, Sep 17, 2008 at 1:17 PM, Einstein0970 <[EMAIL PROTECTED]>
> > wrote:
>
> > > >> Hi Eric,
>
> > > >> I have installed the latest and greatest JVM32bit and still fails on
> > > >> the same error.
> > > >> Any other ideas?
>
> > > >> - Erick
>
> > > >> On Sep 15, 8:46 pm, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
> > > >> > We have had reports of GWT being used sucessfully on Ubuntu 8 and 9.
> > > >>  One
> > > >> > more thing - I think you must be using the 32 bit JVM or you
> > probably
> > > >> > wouldn't even see hosted mode, but just to be certain, are you using
> > a
> > > >> 32
> > > >> > bit JVM?   We've had reports of a bad version of the 1.6 JVM causing
> > > >> > problems in one distro.  Can you try upgrading or changing your JVM
> > > >> > version?  Any 32 bit 1.5.x or 1.6.x should work.
>
> > > >> > All these things aside, it still looks to me like the Maps API
> > script is
> > > >> not
> > > >> > loading. I can't tell you why it would all of a sudden start to
> > fail.
>
> > > >> > On Mon, Sep 15, 2008 at 8:35 PM, Eric Ayers <[EMAIL PROTECTED]>
> > wrote:
> > > >> > > What happens when you try to compile and run in web mode?
>
> > > >> > > On Mon, Sep 15, 2008 at 7:31 PM, Einstein0970 <[EMAIL PROTECTED]>
> > > >> wrote:
>
> > > >> > >> Ran the HelloMaps demo and works great when deployed on my
> > localhost
> > > >> > >> tomcat but same error when ran from the Eclipse IDE host-mode.
> > BTW,
> > > >> > >> the same app ran well in GWT1.4, Ubuntu 7 and Eclipse 3.3...
> > > >> > >> Can you guys reproduce my errors using HelloMaps in Ubuntu 8.04?
>
> > > >> > >> On 15 sep, 16:33, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
> > > >> > >> > When you ran the tutorial, did the application in the tutorial
> > work
> > > >> for
> > > >> > >> you
> > > >> > >> > (the world's largest ball of twine)?
>
> > > >> > >> > Can you show a small segment of code that reproduces the
> > problem?
>
> > > >> > >> > On Mon, Sep 15, 2008 at 4:26 PM, Einstein0970 <
> > [EMAIL PROTECTED]>
> > > >> wrote:
>
> > > >> > >> > > I use: gwt-maps.jar (0.0.290) from (
> > > >>http://code.google.com/p/gwt-
> > > >> > >> > > google-apis/wiki/Downloads<
> > > >> > >>http://code.google.com/p/gwt-google-apis/wiki/Downloads>
> > > >> > >> > > )
>
> > > >> > >> > > On Sep 15, 3:50 pm, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
> > > >> > >> > > > When you say you are using the latest gwt-maps.jar file,
> > can
> > > >> you
> > > >> > >> tell me
> > > >> > >> > > > what version you downloaded?
>
> > > >> > >> > > > On Mon, Sep 15, 2008 at 3:46 PM, Einstein0970 <
> > > >> [EMAIL PROTECTED]>
> > > >> > >> wrote:
>
> > > >> > >> > > > > Still fails:
>
> > > >> > >> > > > > Here's my gwt.xml file: (followed the tut:
>
> > > >>http://code.google.com/p/gwt-google-apis/wiki/MapsGettingStarted)
>
> > > >> > >> > > > > 
>
> > > >> > >> > > > >  
> > > >> > >> > > > >   
> > > >> > >> > > > >   
> > > >> > >> > > > >  http://maps.google.com/maps?
> > > >> > >> > > > > gwt=1&file=api&v=2.x<
> > > >> > >> > >http://maps.google.com/maps?gwt=1&file=api&v=2.x>"
> > > >> > >> > > > > />
> > > >> > >> > > > >   
>
> > > >> > >> > > > > 
>
> > > >> > >> > > > > On Sep 15, 1:44 pm, "Eric Ayers" <[EMAIL PROTECTED]>
> > wrote:
> > > >> > >> > > > > > Try loading the Maps API before your GWT script.  Or
> > move
> > > >> the
> > > >> > >>

Re: GWT Maps API fails on host mode


You are right, the hosted mode does not get out of my machine. I have
no clue why this is happening. I will continue to investigate. If you
have any ideas, let me know.

On Sep 17, 2:20 pm, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
> I just loaded gwt 1.5.2 and gwt-maps milestone r290 onto a machine whose
> /etc/issue reports Ubuntu 8.04.1 (64 bit)
>
> JVM is: /usr/lib/jvm/ia32-java-6-sun/jre/bin/java
>
> I ran the stock HelloMaps demo without a problem.
>
> Again, you might try the 'wireshark' tool to make sure that requests from
> hosted mode are actually making it off the machine.
>
> On Wed, Sep 17, 2008 at 2:03 PM, Einstein0970 <[EMAIL PROTECTED]> wrote:
>
> > Yeah it gets tohttp://maps.google.com/maps?gwt=1&file=api&v=2.x
> > from my machine using firefox 3. No proxies in my way either.
>
> > On Sep 17, 1:58 pm, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
> > > Could it be that you have some sort of proxy setup to get to the
> > Internet?
> > > If so, the hosted mode browser probably isn't aware of it.
>
> > > John T. on the GWT team suggested you try 'wireshark' to see if the
> > requests
> > > to fetch the Google Maps API were getting off of the machine.
>
> > > -Eric.
>
> > > On Wed, Sep 17, 2008 at 1:24 PM, Eric Ayers <[EMAIL PROTECTED]> wrote:
> > > > I'm wondering if it is some sort of network issue - the Maps API has to
> > > > load from a server at google.
>
> > > > Also, even though you shouldn't need a key, you could go to
> > > >http://code.google.com/apis/mapsandget one for localhost.  IIRC, some
> > > > parts of the API (Geocoding maybe?) do need a key, even if its
> > localhost.
>
> > > > On Wed, Sep 17, 2008 at 1:17 PM, Einstein0970 <[EMAIL PROTECTED]>
> > wrote:
>
> > > >> Hi Eric,
>
> > > >> I have installed the latest and greatest JVM32bit and still fails on
> > > >> the same error.
> > > >> Any other ideas?
>
> > > >> - Erick
>
> > > >> On Sep 15, 8:46 pm, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
> > > >> > We have had reports of GWT being used sucessfully on Ubuntu 8 and 9.
> > > >>  One
> > > >> > more thing - I think you must be using the 32 bit JVM or you
> > probably
> > > >> > wouldn't even see hosted mode, but just to be certain, are you using
> > a
> > > >> 32
> > > >> > bit JVM?   We've had reports of a bad version of the 1.6 JVM causing
> > > >> > problems in one distro.  Can you try upgrading or changing your JVM
> > > >> > version?  Any 32 bit 1.5.x or 1.6.x should work.
>
> > > >> > All these things aside, it still looks to me like the Maps API
> > script is
> > > >> not
> > > >> > loading. I can't tell you why it would all of a sudden start to
> > fail.
>
> > > >> > On Mon, Sep 15, 2008 at 8:35 PM, Eric Ayers <[EMAIL PROTECTED]>
> > wrote:
> > > >> > > What happens when you try to compile and run in web mode?
>
> > > >> > > On Mon, Sep 15, 2008 at 7:31 PM, Einstein0970 <[EMAIL PROTECTED]>
> > > >> wrote:
>
> > > >> > >> Ran the HelloMaps demo and works great when deployed on my
> > localhost
> > > >> > >> tomcat but same error when ran from the Eclipse IDE host-mode.
> > BTW,
> > > >> > >> the same app ran well in GWT1.4, Ubuntu 7 and Eclipse 3.3...
> > > >> > >> Can you guys reproduce my errors using HelloMaps in Ubuntu 8.04?
>
> > > >> > >> On 15 sep, 16:33, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
> > > >> > >> > When you ran the tutorial, did the application in the tutorial
> > work
> > > >> for
> > > >> > >> you
> > > >> > >> > (the world's largest ball of twine)?
>
> > > >> > >> > Can you show a small segment of code that reproduces the
> > problem?
>
> > > >> > >> > On Mon, Sep 15, 2008 at 4:26 PM, Einstein0970 <
> > [EMAIL PROTECTED]>
> > > >> wrote:
>
> > > >> > >> > > I use: gwt-maps.jar (0.0.290) from (
> > > >>http://code.google.com/p/gwt-
> > > >> > >> > > google-apis/wiki/Downloads<
> > > >> > >>http://code.google.com/p/gwt-google-apis/wiki/Downloads>
> > > >> > >> > > )
>
> > > >> > >> > > On Sep 15, 3:50 pm, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
> > > >> > >> > > > When you say you are using the latest gwt-maps.jar file,
> > can
> > > >> you
> > > >> > >> tell me
> > > >> > >> > > > what version you downloaded?
>
> > > >> > >> > > > On Mon, Sep 15, 2008 at 3:46 PM, Einstein0970 <
> > > >> [EMAIL PROTECTED]>
> > > >> > >> wrote:
>
> > > >> > >> > > > > Still fails:
>
> > > >> > >> > > > > Here's my gwt.xml file: (followed the tut:
>
> > > >>http://code.google.com/p/gwt-google-apis/wiki/MapsGettingStarted)
>
> > > >> > >> > > > > 
>
> > > >> > >> > > > >  
> > > >> > >> > > > >   
> > > >> > >> > > > >   
> > > >> > >> > > > >  http://maps.google.com/maps?
> > > >> > >> > > > > gwt=1&file=api&v=2.x<
> > > >> > >> > >http://maps.google.com/maps?gwt=1&file=api&v=2.x>"
> > > >> > >> > > > > />
> > > >> > >> > > > >   
>
> > > >> > >> > > > > 
>
> > > >> > >> > > > > On Sep 15, 1:44 pm, "Eric Ayers" <[EMAIL PRO

Re: GWT Maps API fails on host mode

I just loaded gwt 1.5.2 and gwt-maps milestone r290 onto a machine whose
/etc/issue reports Ubuntu 8.04.1 (64 bit)

JVM is: /usr/lib/jvm/ia32-java-6-sun/jre/bin/java

I ran the stock HelloMaps demo without a problem.

Again, you might try the 'wireshark' tool to make sure that requests from
hosted mode are actually making it off the machine.

On Wed, Sep 17, 2008 at 2:03 PM, Einstein0970 <[EMAIL PROTECTED]> wrote:

>
> Yeah it gets to http://maps.google.com/maps?gwt=1&file=api&v=2.x
> from my machine using firefox 3. No proxies in my way either.
>
> On Sep 17, 1:58 pm, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
> > Could it be that you have some sort of proxy setup to get to the
> Internet?
> > If so, the hosted mode browser probably isn't aware of it.
> >
> > John T. on the GWT team suggested you try 'wireshark' to see if the
> requests
> > to fetch the Google Maps API were getting off of the machine.
> >
> > -Eric.
> >
> > On Wed, Sep 17, 2008 at 1:24 PM, Eric Ayers <[EMAIL PROTECTED]> wrote:
> > > I'm wondering if it is some sort of network issue - the Maps API has to
> > > load from a server at google.
> >
> > > Also, even though you shouldn't need a key, you could go to
> > >http://code.google.com/apis/mapsand get one for localhost.  IIRC, some
> > > parts of the API (Geocoding maybe?) do need a key, even if its
> localhost.
> >
> > > On Wed, Sep 17, 2008 at 1:17 PM, Einstein0970 <[EMAIL PROTECTED]>
> wrote:
> >
> > >> Hi Eric,
> >
> > >> I have installed the latest and greatest JVM32bit and still fails on
> > >> the same error.
> > >> Any other ideas?
> >
> > >> - Erick
> >
> > >> On Sep 15, 8:46 pm, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
> > >> > We have had reports of GWT being used sucessfully on Ubuntu 8 and 9.
> > >>  One
> > >> > more thing - I think you must be using the 32 bit JVM or you
> probably
> > >> > wouldn't even see hosted mode, but just to be certain, are you using
> a
> > >> 32
> > >> > bit JVM?   We've had reports of a bad version of the 1.6 JVM causing
> > >> > problems in one distro.  Can you try upgrading or changing your JVM
> > >> > version?  Any 32 bit 1.5.x or 1.6.x should work.
> >
> > >> > All these things aside, it still looks to me like the Maps API
> script is
> > >> not
> > >> > loading. I can't tell you why it would all of a sudden start to
> fail.
> >
> > >> > On Mon, Sep 15, 2008 at 8:35 PM, Eric Ayers <[EMAIL PROTECTED]>
> wrote:
> > >> > > What happens when you try to compile and run in web mode?
> >
> > >> > > On Mon, Sep 15, 2008 at 7:31 PM, Einstein0970 <[EMAIL PROTECTED]>
> > >> wrote:
> >
> > >> > >> Ran the HelloMaps demo and works great when deployed on my
> localhost
> > >> > >> tomcat but same error when ran from the Eclipse IDE host-mode.
> BTW,
> > >> > >> the same app ran well in GWT1.4, Ubuntu 7 and Eclipse 3.3...
> > >> > >> Can you guys reproduce my errors using HelloMaps in Ubuntu 8.04?
> >
> > >> > >> On 15 sep, 16:33, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
> > >> > >> > When you ran the tutorial, did the application in the tutorial
> work
> > >> for
> > >> > >> you
> > >> > >> > (the world's largest ball of twine)?
> >
> > >> > >> > Can you show a small segment of code that reproduces the
> problem?
> >
> > >> > >> > On Mon, Sep 15, 2008 at 4:26 PM, Einstein0970 <
> [EMAIL PROTECTED]>
> > >> wrote:
> >
> > >> > >> > > I use: gwt-maps.jar (0.0.290) from (
> > >>http://code.google.com/p/gwt-
> > >> > >> > > google-apis/wiki/Downloads<
> > >> > >>http://code.google.com/p/gwt-google-apis/wiki/Downloads>
> > >> > >> > > )
> >
> > >> > >> > > On Sep 15, 3:50 pm, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
> > >> > >> > > > When you say you are using the latest gwt-maps.jar file,
> can
> > >> you
> > >> > >> tell me
> > >> > >> > > > what version you downloaded?
> >
> > >> > >> > > > On Mon, Sep 15, 2008 at 3:46 PM, Einstein0970 <
> > >> [EMAIL PROTECTED]>
> > >> > >> wrote:
> >
> > >> > >> > > > > Still fails:
> >
> > >> > >> > > > > Here's my gwt.xml file: (followed the tut:
> >
> > >>http://code.google.com/p/gwt-google-apis/wiki/MapsGettingStarted)
> >
> > >> > >> > > > > 
> >
> > >> > >> > > > >  
> > >> > >> > > > >   
> > >> > >> > > > >   
> > >> > >> > > > >  http://maps.google.com/maps?
> > >> > >> > > > > gwt=1&file=api&v=2.x<
> > >> > >> > >http://maps.google.com/maps?gwt=1&file=api&v=2.x>"
> > >> > >> > > > > />
> > >> > >> > > > >   
> >
> > >> > >> > > > > 
> >
> > >> > >> > > > > On Sep 15, 1:44 pm, "Eric Ayers" <[EMAIL PROTECTED]>
> wrote:
> > >> > >> > > > > > Try loading the Maps API before your GWT script.  Or
> move
> > >> the
> > >> > >> loading
> > >> > >> > > of
> > >> > >> > > > > the
> > >> > >> > > > > > Maps script into your .gwt.xml file.  There is an
> example
> > >> of the
> > >> > >> > > latter
> > >> > >> > > > > in
> > >> > >> > > > > > the online documentation at:
> > >> 

Re: GWT Maps API fails on host mode


Yeah it gets to http://maps.google.com/maps?gwt=1&file=api&v=2.x
from my machine using firefox 3. No proxies in my way either.

On Sep 17, 1:58 pm, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
> Could it be that you have some sort of proxy setup to get to the Internet?
> If so, the hosted mode browser probably isn't aware of it.
>
> John T. on the GWT team suggested you try 'wireshark' to see if the requests
> to fetch the Google Maps API were getting off of the machine.
>
> -Eric.
>
> On Wed, Sep 17, 2008 at 1:24 PM, Eric Ayers <[EMAIL PROTECTED]> wrote:
> > I'm wondering if it is some sort of network issue - the Maps API has to
> > load from a server at google.
>
> > Also, even though you shouldn't need a key, you could go to
> >http://code.google.com/apis/mapsand get one for localhost.  IIRC, some
> > parts of the API (Geocoding maybe?) do need a key, even if its localhost.
>
> > On Wed, Sep 17, 2008 at 1:17 PM, Einstein0970 <[EMAIL PROTECTED]> wrote:
>
> >> Hi Eric,
>
> >> I have installed the latest and greatest JVM32bit and still fails on
> >> the same error.
> >> Any other ideas?
>
> >> - Erick
>
> >> On Sep 15, 8:46 pm, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
> >> > We have had reports of GWT being used sucessfully on Ubuntu 8 and 9.
> >>  One
> >> > more thing - I think you must be using the 32 bit JVM or you probably
> >> > wouldn't even see hosted mode, but just to be certain, are you using a
> >> 32
> >> > bit JVM?   We've had reports of a bad version of the 1.6 JVM causing
> >> > problems in one distro.  Can you try upgrading or changing your JVM
> >> > version?  Any 32 bit 1.5.x or 1.6.x should work.
>
> >> > All these things aside, it still looks to me like the Maps API script is
> >> not
> >> > loading. I can't tell you why it would all of a sudden start to fail.
>
> >> > On Mon, Sep 15, 2008 at 8:35 PM, Eric Ayers <[EMAIL PROTECTED]> wrote:
> >> > > What happens when you try to compile and run in web mode?
>
> >> > > On Mon, Sep 15, 2008 at 7:31 PM, Einstein0970 <[EMAIL PROTECTED]>
> >> wrote:
>
> >> > >> Ran the HelloMaps demo and works great when deployed on my localhost
> >> > >> tomcat but same error when ran from the Eclipse IDE host-mode. BTW,
> >> > >> the same app ran well in GWT1.4, Ubuntu 7 and Eclipse 3.3...
> >> > >> Can you guys reproduce my errors using HelloMaps in Ubuntu 8.04?
>
> >> > >> On 15 sep, 16:33, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
> >> > >> > When you ran the tutorial, did the application in the tutorial work
> >> for
> >> > >> you
> >> > >> > (the world's largest ball of twine)?
>
> >> > >> > Can you show a small segment of code that reproduces the problem?
>
> >> > >> > On Mon, Sep 15, 2008 at 4:26 PM, Einstein0970 <[EMAIL PROTECTED]>
> >> wrote:
>
> >> > >> > > I use: gwt-maps.jar (0.0.290) from (
> >>http://code.google.com/p/gwt-
> >> > >> > > google-apis/wiki/Downloads<
> >> > >>http://code.google.com/p/gwt-google-apis/wiki/Downloads>
> >> > >> > > )
>
> >> > >> > > On Sep 15, 3:50 pm, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
> >> > >> > > > When you say you are using the latest gwt-maps.jar file, can
> >> you
> >> > >> tell me
> >> > >> > > > what version you downloaded?
>
> >> > >> > > > On Mon, Sep 15, 2008 at 3:46 PM, Einstein0970 <
> >> [EMAIL PROTECTED]>
> >> > >> wrote:
>
> >> > >> > > > > Still fails:
>
> >> > >> > > > > Here's my gwt.xml file: (followed the tut:
>
> >>http://code.google.com/p/gwt-google-apis/wiki/MapsGettingStarted)
>
> >> > >> > > > > 
>
> >> > >> > > > >  
> >> > >> > > > >   
> >> > >> > > > >   
> >> > >> > > > >  http://maps.google.com/maps?
> >> > >> > > > > gwt=1&file=api&v=2.x<
> >> > >> > >http://maps.google.com/maps?gwt=1&file=api&v=2.x>"
> >> > >> > > > > />
> >> > >> > > > >   
>
> >> > >> > > > > 
>
> >> > >> > > > > On Sep 15, 1:44 pm, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
> >> > >> > > > > > Try loading the Maps API before your GWT script.  Or move
> >> the
> >> > >> loading
> >> > >> > > of
> >> > >> > > > > the
> >> > >> > > > > > Maps script into your .gwt.xml file.  There is an example
> >> of the
> >> > >> > > latter
> >> > >> > > > > in
> >> > >> > > > > > the online documentation at:
> >> > >> > >http://code.google.com/p/gwt-google-apis/
>
> >> > >> > > > > > On Mon, Sep 15, 2008 at 12:55 PM, Einstein0970 <
> >> > >> [EMAIL PROTECTED]>
> >> > >> > > wrote:
>
> >> > >> > > > > > > Hi,
>
> >> > >> > > > > > > I have tried all possibilities:
>
> >> > >> > > > > > > 1-  >> > >> > > > > > > 2- 
> >> > >> > > > > > > Still receive same error.
>
> >> > >> > > > > > > Here are my files:
> >> > >> > > > > > > 
> >> > >> > > > > > >        
>
> >> > >> > > > > > >                
> >> > >> > > > > > >                <

Re: GWT Maps API fails on host mode

Could it be that you have some sort of proxy setup to get to the Internet?
If so, the hosted mode browser probably isn't aware of it.

John T. on the GWT team suggested you try 'wireshark' to see if the requests
to fetch the Google Maps API were getting off of the machine.

-Eric.

On Wed, Sep 17, 2008 at 1:24 PM, Eric Ayers <[EMAIL PROTECTED]> wrote:

> I'm wondering if it is some sort of network issue - the Maps API has to
> load from a server at google.
>
> Also, even though you shouldn't need a key, you could go to
> http://code.google.com/apis/maps and get one for localhost.  IIRC, some
> parts of the API (Geocoding maybe?) do need a key, even if its localhost.
>
>
> On Wed, Sep 17, 2008 at 1:17 PM, Einstein0970 <[EMAIL PROTECTED]> wrote:
>
>>
>> Hi Eric,
>>
>> I have installed the latest and greatest JVM32bit and still fails on
>> the same error.
>> Any other ideas?
>>
>> - Erick
>>
>> On Sep 15, 8:46 pm, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
>> > We have had reports of GWT being used sucessfully on Ubuntu 8 and 9.
>>  One
>> > more thing - I think you must be using the 32 bit JVM or you probably
>> > wouldn't even see hosted mode, but just to be certain, are you using a
>> 32
>> > bit JVM?   We've had reports of a bad version of the 1.6 JVM causing
>> > problems in one distro.  Can you try upgrading or changing your JVM
>> > version?  Any 32 bit 1.5.x or 1.6.x should work.
>> >
>> > All these things aside, it still looks to me like the Maps API script is
>> not
>> > loading. I can't tell you why it would all of a sudden start to fail.
>> >
>> >
>> >
>> > On Mon, Sep 15, 2008 at 8:35 PM, Eric Ayers <[EMAIL PROTECTED]> wrote:
>> > > What happens when you try to compile and run in web mode?
>> >
>> > > On Mon, Sep 15, 2008 at 7:31 PM, Einstein0970 <[EMAIL PROTECTED]>
>> wrote:
>> >
>> > >> Ran the HelloMaps demo and works great when deployed on my localhost
>> > >> tomcat but same error when ran from the Eclipse IDE host-mode. BTW,
>> > >> the same app ran well in GWT1.4, Ubuntu 7 and Eclipse 3.3...
>> > >> Can you guys reproduce my errors using HelloMaps in Ubuntu 8.04?
>> >
>> > >> On 15 sep, 16:33, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
>> > >> > When you ran the tutorial, did the application in the tutorial work
>> for
>> > >> you
>> > >> > (the world's largest ball of twine)?
>> >
>> > >> > Can you show a small segment of code that reproduces the problem?
>> >
>> > >> > On Mon, Sep 15, 2008 at 4:26 PM, Einstein0970 <[EMAIL PROTECTED]>
>> wrote:
>> >
>> > >> > > I use: gwt-maps.jar (0.0.290) from (
>> http://code.google.com/p/gwt-
>> > >> > > google-apis/wiki/Downloads<
>> > >>http://code.google.com/p/gwt-google-apis/wiki/Downloads>
>> > >> > > )
>> >
>> > >> > > On Sep 15, 3:50 pm, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
>> > >> > > > When you say you are using the latest gwt-maps.jar file, can
>> you
>> > >> tell me
>> > >> > > > what version you downloaded?
>> >
>> > >> > > > On Mon, Sep 15, 2008 at 3:46 PM, Einstein0970 <
>> [EMAIL PROTECTED]>
>> > >> wrote:
>> >
>> > >> > > > > Still fails:
>> >
>> > >> > > > > Here's my gwt.xml file: (followed the tut:
>> > >> > > > >
>> http://code.google.com/p/gwt-google-apis/wiki/MapsGettingStarted)
>> >
>> > >> > > > > 
>> >
>> > >> > > > >  
>> > >> > > > >   
>> > >> > > > >   
>> > >> > > > >  http://maps.google.com/maps?
>> > >> > > > > gwt=1&file=api&v=2.x<
>> > >> > >http://maps.google.com/maps?gwt=1&file=api&v=2.x>"
>> > >> > > > > />
>> > >> > > > >   
>> >
>> > >> > > > > 
>> >
>> > >> > > > > On Sep 15, 1:44 pm, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
>> > >> > > > > > Try loading the Maps API before your GWT script.  Or move
>> the
>> > >> loading
>> > >> > > of
>> > >> > > > > the
>> > >> > > > > > Maps script into your .gwt.xml file.  There is an example
>> of the
>> > >> > > latter
>> > >> > > > > in
>> > >> > > > > > the online documentation at:
>> > >> > >http://code.google.com/p/gwt-google-apis/
>> >
>> > >> > > > > > On Mon, Sep 15, 2008 at 12:55 PM, Einstein0970 <
>> > >> [EMAIL PROTECTED]>
>> > >> > > wrote:
>> >
>> > >> > > > > > > Hi,
>> >
>> > >> > > > > > > I have tried all possibilities:
>> >
>> > >> > > > > > > 1- > > >> > > > > > > 2- > >
>> > >> > > > > > > Still receive same error.
>> >
>> > >> > > > > > > Here are my files:
>> > >> > > > > > > 
>> > >> > > > > > >
>> >
>> > >> > > > > > >
>> > >> > > > > > >
>> > >> > > > > > >
>> > >> > > > > > >Wrapper HTML for MobiGolf
>> >
>> > >> > > > > > >
>> > >> > > > > > >
> > >> > > > > > >
> > >> > > > > > >
> > >> > > > > > >Wrapper HTML for MobiGolf
> >
> > >> > > > > > >
> > >> > > > > > >
> > >> > > > > > >
> > >> > > > > > >
> > >> > > > > > > > >> > > > > > > content='com.mobigolf.gwt.MobiGolf'/>
> >
> > >> > > > > > >
> > >> > > > > > >
> > >> > > > > > >
> > >> > > > > > >Re: GWT Maps API fails on host mode


Hi Eric,

I have installed the latest and greatest JVM32bit and still fails on
the same error.
Any other ideas?

- Erick

On Sep 15, 8:46 pm, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
> We have had reports of GWT being used sucessfully on Ubuntu 8 and 9.  One
> more thing - I think you must be using the 32 bit JVM or you probably
> wouldn't even see hosted mode, but just to be certain, are you using a 32
> bit JVM?   We've had reports of a bad version of the 1.6 JVM causing
> problems in one distro.  Can you try upgrading or changing your JVM
> version?  Any 32 bit 1.5.x or 1.6.x should work.
>
> All these things aside, it still looks to me like the Maps API script is not
> loading. I can't tell you why it would all of a sudden start to fail.
>
>
>
> On Mon, Sep 15, 2008 at 8:35 PM, Eric Ayers <[EMAIL PROTECTED]> wrote:
> > What happens when you try to compile and run in web mode?
>
> > On Mon, Sep 15, 2008 at 7:31 PM, Einstein0970 <[EMAIL PROTECTED]> wrote:
>
> >> Ran the HelloMaps demo and works great when deployed on my localhost
> >> tomcat but same error when ran from the Eclipse IDE host-mode. BTW,
> >> the same app ran well in GWT1.4, Ubuntu 7 and Eclipse 3.3...
> >> Can you guys reproduce my errors using HelloMaps in Ubuntu 8.04?
>
> >> On 15 sep, 16:33, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
> >> > When you ran the tutorial, did the application in the tutorial work for
> >> you
> >> > (the world's largest ball of twine)?
>
> >> > Can you show a small segment of code that reproduces the problem?
>
> >> > On Mon, Sep 15, 2008 at 4:26 PM, Einstein0970 <[EMAIL PROTECTED]> wrote:
>
> >> > > I use: gwt-maps.jar (0.0.290) from (http://code.google.com/p/gwt-
> >> > > google-apis/wiki/Downloads<
> >>http://code.google.com/p/gwt-google-apis/wiki/Downloads>
> >> > > )
>
> >> > > On Sep 15, 3:50 pm, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
> >> > > > When you say you are using the latest gwt-maps.jar file, can you
> >> tell me
> >> > > > what version you downloaded?
>
> >> > > > On Mon, Sep 15, 2008 at 3:46 PM, Einstein0970 <[EMAIL PROTECTED]>
> >> wrote:
>
> >> > > > > Still fails:
>
> >> > > > > Here's my gwt.xml file: (followed the tut:
> >> > > > >http://code.google.com/p/gwt-google-apis/wiki/MapsGettingStarted)
>
> >> > > > > 
>
> >> > > > >  
> >> > > > >   
> >> > > > >   
> >> > > > >  http://maps.google.com/maps?
> >> > > > > gwt=1&file=api&v=2.x<
> >> > >http://maps.google.com/maps?gwt=1&file=api&v=2.x>"
> >> > > > > />
> >> > > > >   
>
> >> > > > > 
>
> >> > > > > On Sep 15, 1:44 pm, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
> >> > > > > > Try loading the Maps API before your GWT script.  Or move the
> >> loading
> >> > > of
> >> > > > > the
> >> > > > > > Maps script into your .gwt.xml file.  There is an example of the
> >> > > latter
> >> > > > > in
> >> > > > > > the online documentation at:
> >> > >http://code.google.com/p/gwt-google-apis/
>
> >> > > > > > On Mon, Sep 15, 2008 at 12:55 PM, Einstein0970 <
> >> [EMAIL PROTECTED]>
> >> > > wrote:
>
> >> > > > > > > Hi,
>
> >> > > > > > > I have tried all possibilities:
>
> >> > > > > > > 1-  >> > > > > > > 2- 
> >> > > > > > > Still receive same error.
>
> >> > > > > > > Here are my files:
> >> > > > > > > 
> >> > > > > > >        
>
> >> > > > > > >                
> >> > > > > > >                
> >> > > > > > >                
> >> > > > > > >                Wrapper HTML for MobiGolf
>
> >> > > > > > >                
> >> > > > > > >                
> >> > > > > > >                
> >> > > > > > >                
> >> > > > > > >                 >> > > > > > > content='com.mobigolf.gwt.MobiGolf'/>
>
> >> > > > > > >                
> >> > > > > > >                
> >> > > > > > >                
> >> > > > > > >                 >> > > > > href='MobiGolf.css'/>
>
> >> > > > > > >        
>
> >> > > > > > >        
> >> > > > > > >        
> >> > > > > > >        
> >> > > > > > >        
> >> > > > > > >        
> >> > > > > > >        
>
> >> > > > > > >                
> >> > > > > > >                
> >> > > > > 

Re: GWT Maps API fails on host mode


Yes I am using a 32bit JVM. I will try to install an other 32bit
jvmbut this bug's a though one. I have installed a vista vmware
image and installed the same setup and it works perfectly. This must
have something to do with the jvm ... but it still run on tomcat. I
will let you know what happend with the new jvm.

On 15 sep, 20:46, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
> We have had reports of GWT being used sucessfully on Ubuntu 8 and 9.  One
> more thing - I think you must be using the 32 bit JVM or you probably
> wouldn't even see hosted mode, but just to be certain, are you using a 32
> bit JVM?   We've had reports of a bad version of the 1.6 JVM causing
> problems in one distro.  Can you try upgrading or changing your JVM
> version?  Any 32 bit 1.5.x or 1.6.x should work.
>
> All these things aside, it still looks to me like the Maps API script is not
> loading. I can't tell you why it would all of a sudden start to fail.
>
>
>
> On Mon, Sep 15, 2008 at 8:35 PM, Eric Ayers <[EMAIL PROTECTED]> wrote:
> > What happens when you try to compile and run in web mode?
>
> > On Mon, Sep 15, 2008 at 7:31 PM, Einstein0970 <[EMAIL PROTECTED]> wrote:
>
> >> Ran the HelloMaps demo and works great when deployed on my localhost
> >> tomcat but same error when ran from the Eclipse IDE host-mode. BTW,
> >> the same app ran well in GWT1.4, Ubuntu 7 and Eclipse 3.3...
> >> Can you guys reproduce my errors using HelloMaps in Ubuntu 8.04?
>
> >> On 15 sep, 16:33, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
> >> > When you ran the tutorial, did the application in the tutorial work for
> >> you
> >> > (the world's largest ball of twine)?
>
> >> > Can you show a small segment of code that reproduces the problem?
>
> >> > On Mon, Sep 15, 2008 at 4:26 PM, Einstein0970 <[EMAIL PROTECTED]> wrote:
>
> >> > > I use: gwt-maps.jar (0.0.290) from (http://code.google.com/p/gwt-
> >> > > google-apis/wiki/Downloads<
> >>http://code.google.com/p/gwt-google-apis/wiki/Downloads>
> >> > > )
>
> >> > > On Sep 15, 3:50 pm, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
> >> > > > When you say you are using the latest gwt-maps.jar file, can you
> >> tell me
> >> > > > what version you downloaded?
>
> >> > > > On Mon, Sep 15, 2008 at 3:46 PM, Einstein0970 <[EMAIL PROTECTED]>
> >> wrote:
>
> >> > > > > Still fails:
>
> >> > > > > Here's my gwt.xml file: (followed the tut:
> >> > > > >http://code.google.com/p/gwt-google-apis/wiki/MapsGettingStarted)
>
> >> > > > > 
>
> >> > > > >  
> >> > > > >   
> >> > > > >   
> >> > > > >  http://maps.google.com/maps?
> >> > > > > gwt=1&file=api&v=2.x<
> >> > >http://maps.google.com/maps?gwt=1&file=api&v=2.x>"
> >> > > > > />
> >> > > > >   
>
> >> > > > > 
>
> >> > > > > On Sep 15, 1:44 pm, "Eric Ayers" <[EMAIL PROTECTED]> wrote:
> >> > > > > > Try loading the Maps API before your GWT script.  Or move the
> >> loading
> >> > > of
> >> > > > > the
> >> > > > > > Maps script into your .gwt.xml file.  There is an example of the
> >> > > latter
> >> > > > > in
> >> > > > > > the online documentation at:
> >> > >http://code.google.com/p/gwt-google-apis/
>
> >> > > > > > On Mon, Sep 15, 2008 at 12:55 PM, Einstein0970 <
> >> [EMAIL PROTECTED]>
> >> > > wrote:
>
> >> > > > > > > Hi,
>
> >> > > > > > > I have tried all possibilities:
>
> >> > > > > > > 1-  >> > > > > > > 2- 
> >> > > > > > > Still receive same error.
>
> >> > > > > > > Here are my files:
> >> > > > > > > 
> >> > > > > > >        
>
> >> > > > > > >                
> >> > > > > > >                
> >> > > > > > >                
> >> > > > > > >                Wrapper HTML for MobiGolf
>
> >> > > > > > >                
> >> > > > > > >                
> >> > > > > > >                
> >> > > > > > >                
> >> > > > > > >                 >> > > > > > > content='com.mobigolf.gwt.MobiGolf'/>
>
> >> > > > > > >                
> >> > > > > > >                
> >> > > > > > >                
> >> > > > > > >                 >> > > > > href='MobiGolf.css'/>
>
> >> > > > > > >        
>
> >> > > > > > >        
> >> > > > > > >        
> >> > > > > > >        
> >> > > > > > >        
> >> > > > > > >        
>> > > > > > >
>> > > > > > >
>> > > > > > >Wrapper HTML for MobiGolf
>> >
>> > > > > > >
>> > > > > > >
>> > > > > > >
>> > > > > > >
>> > > > > > >> > > > > > > content='com.mobigolf.gwt.MobiGolf'/>
>> >
>> > > > > > >
>> > > > > > >
>> > > > > > >
>> > > > > > >> > > > > href='MobiGolf.css'/>
>> >
>> > > > > > >
>> >
>> > > > > > >
>> > > > > > >
>> > > > > > >
>> > > > > > >
>> > > > > > >
>> > > > > > >
>> >
>> > > > > > >
>> > > > > > >
>> > > > > > >
>> > > > > > >
>> > > > > > >
>> > > > > > >