Google Groups Home
Help | Sign in
RPC Javascript Error
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
nathan.modrzewski@gmail.c om  
View profile
 More options Aug 15 2006, 1:00 am
From: "nathan.modrzew...@gmail.com" <nathan.modrzew...@gmail.com>
Date: Tue, 15 Aug 2006 05:00:22 -0000
Local: Tues, Aug 15 2006 1:00 am
Subject: RPC Javascript Error
When using GWT 1.0.21 RPC was working fine. I switched over and started
using GWT 1.1 and am now receiving the following error when I perform a
RPC call.

[WARN] Exception thrown into JavaScript
com.google.gwt.core.client.JavaScriptException: JavaScript TypeError
exception: this.__anchor has no properties
        at
com.google.gwt.dev.shell.moz.ModuleSpaceMoz.invokeNative(ModuleSpaceMoz.jav a:200)
        at
com.google.gwt.dev.shell.moz.ModuleSpaceMoz.invokeNativeBoolean(ModuleSpace Moz.java:59)
        at
com.google.gwt.dev.shell.JavaScriptHost.invokeNativeBoolean(JavaScriptHost. java:39)
        at
com.google.gwt.user.client.impl.HTTPRequestImpl.asyncPostImpl(HTTPRequestIm pl.java:53)
        at
com.google.gwt.user.client.impl.HTTPRequestImpl.asyncPost(HTTPRequestImpl.j ava:34)
        at
com.google.gwt.user.client.impl.HTTPRequestImpl.asyncPost(HTTPRequestImpl.j ava:29)
        at
com.google.gwt.user.client.HTTPRequest.asyncPost(HTTPRequest.java:41)
        at
com.uvive.gwt.vibe.client.services.UserLoginService_Proxy.login(transient
source for
com.uvive.gwt.vibe.client.services.UserLoginService_Proxy:74)
        at
com.uvive.gwt.vibe.client.fullmod.LoginModule$UserLoginClick.onClick(LoginM odule.java:103)
        at
com.google.gwt.user.client.ui.ClickListenerCollection.fireClick(ClickListen erCollection.java:36)

The RPC call does nothing more than pass two strings. Anybody have an
idea why I would be receiving this error? Thanks!


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ianH  
View profile
 More options Aug 18 2006, 10:08 am
From: "ianH" <ian.hay...@gmail.com>
Date: Fri, 18 Aug 2006 14:08:34 -0000
Local: Fri, Aug 18 2006 10:08 am
Subject: Re: RPC Javascript Error
I'm getting the same error whilst trying to debug in web mode like
this:

$ java -cp
/home/ian/booking/src:/home/ian/booking/bin:/home/ian/gwt-linux-1.1.0/gwt-u ser.jar:/home/ian/gwt-linux-1.1.0/gwt-dev-linux.jar
com.google.gwt.dev.GWTShell -noserver http://localhost/~ian/index.php

Everything works fine in hosted mode, but I am using PHP and MySQL
pages so want to use a web server configured as such.

If you find out the fix please let me know,

[ERROR] Uncaught exception escaped
com.google.gwt.core.client.JavaScriptException: JavaScript TypeError
exception: this.__anchor has no properties
        at
com.google.gwt.dev.shell.moz.ModuleSpaceMoz.invokeNative(ModuleSpaceMoz.jav a:200)
        at
com.google.gwt.dev.shell.moz.ModuleSpaceMoz.invokeNativeBoolean(ModuleSpace Moz.java:59)
        at
com.google.gwt.dev.shell.JavaScriptHost.invokeNativeBoolean(JavaScriptHost. java:39)
        at
com.google.gwt.user.client.impl.HTTPRequestImpl.asyncGetImpl(HTTPRequestImp l.java:79)
        at
com.google.gwt.user.client.impl.HTTPRequestImpl.asyncGet(HTTPRequestImpl.ja va:43)
        at
com.google.gwt.user.client.impl.HTTPRequestImpl.asyncGet(HTTPRequestImpl.ja va:38)
        at
com.google.gwt.user.client.HTTPRequest.asyncGet(HTTPRequest.java:67)
        at
com.brittanygites.client.JSONRequester$SearchButtonClickListener.doFetchURL (JSONRequester.java:100)
        at
com.brittanygites.client.JSONRequester$SearchButtonClickListener.onClick(JS ONRequester.java:92)
        at
com.google.gwt.user.client.ui.ClickListenerCollection.fireClick(ClickListen erCollection.java:36)


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
kthackray@gmail.com  
View profile
 More options Aug 21 2006, 3:28 pm
From: "kthack...@gmail.com" <kthack...@gmail.com>
Date: Mon, 21 Aug 2006 19:28:35 -0000
Local: Mon, Aug 21 2006 3:28 pm
Subject: Re: RPC Javascript Error
Same for me with Linux/gwt-linux-1.1.0.tar.gz (w/Eclipse 3.2)!
Anybody had this on windows?

is this a bug?


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
karvan  
View profile
 More options Aug 22 2006, 9:35 am
From: "karvan" <konstantinos.arvani...@gmail.com>
Date: Tue, 22 Aug 2006 06:35:24 -0700
Local: Tues, Aug 22 2006 9:35 am
Subject: Re: RPC Javascript Error
I think this problem comes from some change in the the Focus system.
The com.google.gwt.user.client.ui.impl.FocusImplOld seems to be the
class to blame.

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Scott Blum  
View profile
 More options Aug 22 2006, 11:52 pm
From: "Scott Blum" <sco...@google.com>
Date: Tue, 22 Aug 2006 23:52:39 -0400
Local: Tues, Aug 22 2006 11:52 pm
Subject: Re: RPC Javascript Error
Hi all,

We reproduced this problem on Linux hosted mode, and a fix will be in
the upcoming release.  Sorry for the inconvenience.

Scott


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nathan Modrzewski  
View profile
 More options Aug 23 2006, 11:18 am
From: "Nathan Modrzewski" <nathan.modrzew...@gmail.com>
Date: Wed, 23 Aug 2006 09:18:24 -0600
Local: Wed, Aug 23 2006 11:18 am
Subject: Re: RPC Javascript Error

Thank you sooooooo much. Keep up the great work. Have two large sites that
we are developing that are using GWT from the start.

Thanks again,
  -- Nathan

On 8/22/06, Scott Blum <sco...@google.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google