Re: GWT compiler fail

2010-01-08 Thread lfrohman
After some research, and adding verbose to the compile step, I found
this is a memory
error. I tried various values for the -Xss -Xms and -Xmx options, and
finally got the compile
to succeed.

On Jan 7, 12:28 pm, lfrohman lfroh...@gmail.com wrote:
 On the GWT 2.0 compile, I am getting a

 The following error occurred while executing this line:
 ... Java returned: 137

 but there is no error description. Has anyone seen this?
-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




GWT compiler fail

2010-01-07 Thread lfrohman
On the GWT 2.0 compile, I am getting a

The following error occurred while executing this line:
... Java returned: 137

but there is no error description. Has anyone seen this?
-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




development mode rpc call is an http OPTIONS instead of POST

2010-01-05 Thread lfrohman
After upgrading my application to GWT 2.0, I am getting a
com.google.gwt.user.client.rpc.StatusCodeException on an rpc call in
Development mode.
This only happens in Development mode, and only in Chrome and FF, it
works fine in IE.
When I look at the apache logs for production mode (and development
mode in IE), the rpc
call becomes an http POST:

127.0.0.1 - - [04/Jan/2010:16:25:56 -0800] POST /parvia/piece.rpc
HTTP/1.1 200 1943 http://localhost:/commerce/hosted.html?
commerce Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64;
Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR
3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322; OfficeLiveConnector.
1.4; OfficeLivePatch.1.3)

but in Firefox and Chrome Development mode, the rpc call results in an
http OPTIONS:

127.0.0.1 - - [04/Jan/2010:16:28:24 -0800] OPTIONS /parvia/piece.rpc
HTTP/1.1 200 - http://localhost:/commerce/hosted.html?commerce;
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.5
(KHTML, like Gecko) Chrome/4.0.249.43 Safari/532.5

anyone have an idea what is causing this?

Thanks,
Lance

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.