The original message was received at 2010-01-13 07:16:01 -0800
from postoffice.(null) [10.0.0.1]
----- The following addresses had permanent fatal errors -----
<[email protected]>
-----Transcript of session follows -----
... while talking to postoffice.(null).:
>>> RCPT To:<[email protected]>
<<< 550 5.1.1 unknown or illegal alias: [email protected]
550 <[email protected]>... User unknown
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.
Reporting-MTA: dns; postoffice.(null)
Received-From-MTA: DNS; postoffice.(null)
Arrival-Date: 2010-01-13 07:16:01 -0800
Final-Recipient: RFC822; [email protected]
Action: failed
Status: 5.1.1
Remote-MTA: DNS; postoffice.(null)
Diagnostic-Code: SMTP;550 5.1.1 unknown or illegal alias: [email protected]
Last-Attempt-Date: 2010-01-13 07:16:01 -0800
--- Begin Message ---
=============================================================================
Today's Topic Summary
=============================================================================
Group: [email protected]
Url: http://groups.google.com/group/google-web-toolkit/topics
- GWT 2.0 RC1 deRPC fails on App Engine? [1 Update]
http://groups.google.com/group/google-web-toolkit/t/4af798cf1fc70ab9
- How to set default font family as Verdana in RichTextEditor [1 Update]
http://groups.google.com/group/google-web-toolkit/t/87d47021e4da79c0
- Query regarding printing a widget [1 Update]
http://groups.google.com/group/google-web-toolkit/t/aeee804bb09fbc29
=============================================================================
Topic: GWT 2.0 RC1 deRPC fails on App Engine?
Url: http://groups.google.com/group/google-web-toolkit/t/4af798cf1fc70ab9
=============================================================================
---------- 1 of 1 ----------
From: Kabe <[email protected]>
Date: Nov 18 09:01PM -0800
Url: http://groups.google.com/group/google-web-toolkit/msg/fbf404e58ad9e86f
I'm trying to use deRPC of GWT 2.0 RC1 on App Engine and i'm getting
the following exception. Is this because sun.misc.Unsafe is
unavailable on App Engine (i'm not sure it isn't, but it seems
possible)? Seems strange that GWT 2.0 RPC would not work on App
Engine. Did i fail to configure something correctly or is this an
intended incompatibility with App Engine?
javax.servlet.ServletContext log: Exception while dispatching incoming
RPC call
java.lang.ExceptionInInitializerError
at com.google.gwt.rpc.server.RPC.decodeRequest(RPC.java:158)
at com.google.gwt.rpc.server.RpcServlet.processCall(RpcServlet.java:
141)
at com.google.gwt.rpc.server.RpcServlet.processPost(RpcServlet.java:
203)
at com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost
(AbstractRemoteServiceServlet.java:62)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:713)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:
487)
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter
(ServletHandler.java:1093)
at com.google.apphosting.runtime.jetty.SaveSessionFilter.doFilter
(SaveSessionFilter.java:35)
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter
(ServletHandler.java:1084)
at
com.google.apphosting.utils.servlet.TransactionCleanupFilter.doFilter
(TransactionCleanupFilter.java:43)
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter
(ServletHandler.java:1084)
at org.mortbay.jetty.servlet.ServletHandler.handle
(ServletHandler.java:360)
at org.mortbay.jetty.security.SecurityHandler.handle
(SecurityHandler.java:216)
at org.mortbay.jetty.servlet.SessionHandler.handle
(SessionHandler.java:181)
at org.mortbay.jetty.handler.ContextHandler.handle
(ContextHandler.java:712)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:
405)
at com.google.apphosting.runtime.jetty.AppVersionHandlerMap.handle
(AppVersionHandlerMap.java:238)
at org.mortbay.jetty.handler.HandlerWrapper.handle
(HandlerWrapper.java:139)
at org.mortbay.jetty.Server.handle(Server.java:313)
at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:
506)
at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete
(HttpConnection.java:830)
at com.google.apphosting.runtime.jetty.RpcRequestParser.parseAvailable
(RpcRequestParser.java:76)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:381)
at
com.google.apphosting.runtime.jetty.JettyServletEngineAdapter.serviceRequest
(JettyServletEngineAdapter.java:139)
at com.google.apphosting.runtime.JavaRuntime.handleRequest
(JavaRuntime.java:239)
at com.google.apphosting.base.RuntimePb$EvaluationRuntime
$6.handleBlockingRequest(RuntimePb.java:5135)
at com.google.apphosting.base.RuntimePb$EvaluationRuntime
$6.handleBlockingRequest(RuntimePb.java:5133)
at com.google.net.rpc.impl.BlockingApplicationHandler.handleRequest
(BlockingApplicationHandler.java:24)
at com.google.net.rpc.impl.RpcUtil.runRpcInApplication(RpcUtil.java:
363)
at com.google.net.rpc.impl.Server$2.run(Server.java:814)
at com.google.tracing.LocalTraceSpanRunnable.run
(LocalTraceSpanRunnable.java:56)
at com.google.tracing.LocalTraceSpanBuilder.internalContinueSpan
(LocalTraceSpanBuilder.java:516)
at com.google.net.rpc.impl.Server.startRpc(Server.java:769)
at com.google.net.rpc.impl.Server.processRequest(Server.java:351)
at com.google.net.rpc.impl.ServerConnection.messageReceived
(ServerConnection.java:437)
at com.google.net.rpc.impl.RpcConnection.parseMessages
(RpcConnection.java:319)
at com.google.net.rpc.impl.RpcConnection.dataReceived
(RpcConnection.java:290)
at com.google.net.async.Connection.handleReadEvent(Connection.java:
436)
at com.google.net.async.EventDispatcher.processNetworkEvents
(EventDispatcher.java:762)
at com.google.net.async.EventDispatcher.internalLoop
(EventDispatcher.java:207)
at com.google.net.async.EventDispatcher.loop(EventDispatcher.java:
101)
at com.google.net.rpc.RpcService.runUntilServerShutdown
(RpcService.java:251)
at com.google.apphosting.runtime.JavaRuntime$RpcRunnable.run
(JavaRuntime.java:396)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.RuntimeException: Unable to get Unsafe instance
at com.google.gwt.rpc.server.CommandSerializationUtil.<clinit>
(CommandSerializationUtil.java:443)
... 45 more
Caused by: java.lang.NoSuchFieldException: theUnsafe
at com.google.appengine.runtime.Request.process-c17519ba124c1455
(Request.java)
at java.lang.Class.getDeclaredField(Class.java:158)
at com.google.gwt.rpc.server.CommandSerializationUtil.<clinit>
(CommandSerializationUtil.java:430)
... 45 more
=============================================================================
Topic: How to set default font family as Verdana in RichTextEditor
Url: http://groups.google.com/group/google-web-toolkit/t/87d47021e4da79c0
=============================================================================
---------- 1 of 1 ----------
From: Brendan <[email protected]>
Date: Nov 21 02:09AM -0800
Url: http://groups.google.com/group/google-web-toolkit/msg/eaa8f79f06b498c3
Supporting RichTextEditor across browsers looks like it can get pretty
intense, and the implementations look inherently programmatic (using
execCommand()), so I think your best bet is setFont() on the widget
itself. Maybe someone else can chime in if there is an easy way to do
it in CSS; I couldn't find one.
More about IE/Mozilla implementation details:
https://developer.mozilla.org/en/Rich-Text_Editing_in_Mozilla
=============================================================================
Topic: Query regarding printing a widget
Url: http://groups.google.com/group/google-web-toolkit/t/aeee804bb09fbc29
=============================================================================
---------- 1 of 1 ----------
From: abhiram wuntakal <[email protected]>
Date: Nov 21 02:40PM +0530
Url: http://groups.google.com/group/google-web-toolkit/msg/e0b37038616f87b1
Hi,
Can someone please suggest a possible solution for this?
Regards,
Abhiram
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=.
--- End Message ---