Hello Orville, I'm quite perplexed by the server exception. On GAE, the file system is totally not available. Do you try to read a property file, or something like that? In that case, I suggest you to use the (because GAE is a servlet container) the WAR "protocols", instead of the "FILE" one.
Best regards, Thierry Boileau Hello, > > I have not successfully deployed using Restlet/GAE yet so am still a > newbie. I have been able to get the GWT and Java SE clients to access the > GAE server but when I try to use Android, the following message appears: > > Cannot get the contact due to: Internal Connector Error > > > When GAE runs, it shows the following warning: > > No available client connector supports the required protocols: 'FILE' . > Please add the JAR of a matching connector to your classpath. > > > I suspect the GAE warning and the Android error are related. Hopefully, > the reason why it doesn't work will be obvious to someone on this forum. > > Thank you in advance for any assistance, > > Orville > > ------------------------------------------------------ > > http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2750239 > ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2752287

