Zn2O / gwt-google-apis

Automatically exported from code.google.com/p/gwt-google-apis
0 stars 0 forks source link

Exception from Simple Geocoding Demo in Windows/IE7 hosted mode #112

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Found in Release:
r286

Detailed description:

*7 Geocoding Simple demo gets exception: [ERROR] Uncaught exception escaped
java.lang.ExceptionInInitializerError: null
    at
com.google.gwt.maps.client.geocode.StatusCodes.<clinit>(StatusCodes.java:34)
    at
com.google.gwt.maps.client.geocode.Directions$1.callback(Directions.java:144)
    at
com.google.gwt.maps.client.impl.EventImpl$VoidCallback.execute(EventImpl.java:23
1)
    at
com.google.gwt.maps.client.impl.EventImpl.invokeAndReportUncaughtExceptions(Even
tImpl.java:260)
    at
com.google.gwt.maps.client.impl.EventImpl.invokeAndMaybeReportUncaughtExceptions
(EventImpl.java:246)
    at com.google.gwt.maps.client.impl.EventImpl.access$0(EventImpl.java:241)
    at
com.google.gwt.maps.client.impl.EventImpl$VoidCallback.callbackWrapper(EventImpl
.java:227)

Caused by: com.google.gwt.core.client.JavaScriptException: (TypeError):
Object doesn't support this property or method
 message: Object doesn't support this property or method
 number: -2146827850
    at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:487)
    at
com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:255)
    at
com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:1
05)
    at
com.google.gwt.maps.client.impl.__StatusCodesImplImpl.construct(transient
source for com.google.gwt.maps.client.impl.__StatusCodesImplImpl:21)
    at
com.google.gwt.maps.client.impl.StatusCodesImpl.<clinit>(StatusCodesImpl.java:33
)
    at
com.google.gwt.maps.client.geocode.StatusCodes.<clinit>(StatusCodes.java:34)
    at
com.google.gwt.maps.client.geocode.Directions$1.callback(Directions.java:144)
    at
com.google.gwt.maps.client.impl.EventImpl$VoidCallback.execute(EventImpl.java:23
1)
    at
com.google.gwt.maps.client.impl.EventImpl.invokeAndReportUncaughtExceptions(Even
tImpl.java:260)
    at
com.google.gwt.maps.client.impl.EventImpl.invokeAndMaybeReportUncaughtExceptions
(EventImpl.java:246)
    at com.google.gwt.maps.client.impl.EventImpl.access$0(EventImpl.java:241)
    at
com.google.gwt.maps.client.impl.EventImpl$VoidCallback.callbackWrapper(EventImpl
.java:227)
Workaround if you have one:

Links to the relevant GWT Developer Forum posts:

Original issue reported on code.google.com by galgwt.reviews@gmail.com on 21 Apr 2008 at 7:37

GoogleCodeExporter commented 9 years ago

Original comment by galgwt.reviews@gmail.com on 21 Apr 2008 at 7:37

GoogleCodeExporter commented 9 years ago

Original comment by galgwt.reviews@gmail.com on 29 Apr 2008 at 6:31

Attachments:

GoogleCodeExporter commented 9 years ago
I just attached a patch that changes the way that the constants in the 
StatusCodes
class is initialized, and added a unit test.

Original comment by galgwt.reviews@gmail.com on 29 Apr 2008 at 6:32

GoogleCodeExporter commented 9 years ago
Committed as r295,296

Original comment by galgwt.reviews@gmail.com on 30 Apr 2008 at 4:03

GoogleCodeExporter commented 9 years ago

Original comment by galgwt.reviews@gmail.com on 13 Oct 2008 at 8:54

GoogleCodeExporter commented 9 years ago

Original comment by galgwt.reviews@gmail.com on 11 Dec 2008 at 3:08

GoogleCodeExporter commented 9 years ago

Original comment by zundel@google.com on 21 Dec 2009 at 1:57