Can some one at google respond to this plsthis error started happening
today..
I just now started to get this error while deploying to app engine.
> This project was deployed without this error with the same jar until
> last night without any problem. I tried using the --
> enable_jar_splittin
So, I did that, but now I am receiving the following error:
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; line-height: 19.0px; font:
13.0px Courier New}
java.lang.IllegalStateException: Must be called from a blob upload
callback request
Plus, I needed to change my .jsp form code to a "get" versus a
Always On has made an interesting twist.
If you want this to work for free, then ATM Gal Dolbers method appears
to be the best at this stage.
But with Always On not only do sites with low traffic now get faster
start ups... It also means that the URLFetch timeout problem for Ajax
Crawlable appeng
You can solve that handling GETs and POSTs with a common handler.
void doGet(... req,... resp) {
handle(req, resp);
}
void doPost(... req,... resp) {
handle(req, resp);
}
void handle(... req,... resp) {
}
On Tue, Dec 7, 2010 at 6:21 PM, Andy Haaf wrote:
> My blobstore code works just
I just now started to get this error while deploying to app engine.
This project was deployed without this error with the same jar until
last night without any problem. I tried using the --
enable_jar_splitting but the error is still coming..any help is
appreciated..
--
You received this message
My blobstore code works just great in the dev server (running on Mac)
but I receive an error when uploading to production. I receive an
Error: HTTP method GET is not supported by this URLeven though the
sample refers to post. As I said, works fine in Dev. Please help!
--
You received this message
Well, I'll take a wild stab at it since I don't know Java Server Faces, but
since you say it was working and now has stopped. Do you have
true in your appengine-web.xml? If not,
add it. As of 1.4 this is now being adhered to whereas prior to this
sessions were enabled regardless. So perhaps even wi
Yep, still not working as in the past.
So here goes my fundamental question: is it a bug or a feature (http://
globalnerdy.com/wordpress/wp-content/uploads/2007/12/
bug_vs_feature.gif)?
Please answer!
On 4 Gru, 00:50, MarkH wrote:
> I'm still having Eclipse console logging issues with 1.4.0. (OSX
Hello all,
I've suddenly stuck with JavaServer Faces application stopped working
at GAE. Investigation shows that view state is not being stored in
session correctly.
What I also found out is that when the first request is being done
(i.e. with clean session), ajax requests are working; but when
I don't know if these examples will work since they may require whitelisted
classes, but there are quite a few examples of how to read XLS files using
Java:
http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=read+xls+file+java
Let us know which one of these works and which ones don't. It'll
I created an issue 4216 - see the url above.
Hope the GAE guys will get to it soon.
For now it looks like it is safe to keep using 1.3.8 since the actual
app engine is not affected by this.
On Dec 7, 5:22 am, Thomas Meyer wrote:
> I have the same problem - .jsp's work fine after moving the App E
I'd like some clarification on this as well.
According to the javadoc:
attributesRequest - additional attributions requested for this login,
IDP may not may not support these attributes.
So what are some examples of this?
The User object returned from UserService.getCurrentUser() after
open
I have the same problem - .jsp's work fine after moving the App Engine
SDK to the top of the Order and Export list, but JSP-mappings don't
work.
I can also confirm that it works on the App Engine servers, deployed
with the 1.4 SDK.
Mac OS X 10.6.5
Eclipse SDK, Version: 3.5.2
Google Plugin for Ecl
Thank you for the information.
We kinda expected that the current implementation will block...
In case anyone wonders our current worked out design is as following: Do
async get to EC2 (takes ~270ms) and right after that do blocking get to
datastore (with timeout of 300ms).
Because we know URLFet
AFAIK You cannot use the Channel API from Android unless you write the
"Java Client" library yourself. There is a relevant issue opened here:
http://code.google.com/p/googleappengine/issues/detail?id=4189
You can star it if you are interested. It has already 36 votes.
On Dec 7, 2:26 pm, Christi
Currently hasNext() will block on the first batch of results. There is
currently no way to do what you are asking in Java.
On Tue, Dec 7, 2010 at 2:40 AM, Maxim Veksler wrote:
> Hi Max,
>
> Could you please provide input on the following design:
>
> We design for DataSource redundancy. For this
Hi!
I was wondering if there is a way to use the channels API directly
through java. I'd like to use it in Android and i thought it would be a
bit heavyweight to use a JavaScript Implementation just for
communication with the channels API.
--
You received this message because you are subscribed
Hi All,
I'm trying to deploy petstore 2.0 on Google app engine (SDK 1.3.8).
So many limitations from app engine... I had to many changes on JSF
side to deploy the app.
After the deployment process, I'm stuck with JSF rendering issue... no
clue how to proceed with the same.
---
SEVERE: J
Hi Max,
Could you please provide input on the following design:
We design for DataSource redundancy. For this we've built a flow which
obtains data from 2 sources: First from GAE DataSource using PreparedQuery
and if that fails (0.5sec timeout) from our backup service feed which we
access using U
The maximum timeout allowed is 10s..
On Tue, Dec 7, 2010 at 12:42 AM, Michael Weinberg wrote:
> I use 20 seconds timeout when issuing http requests:
>
> URL urlObj = new URL(url);
> URLConnection urlCon = urlObj.openConnection();
> urlCon.setConnectTimeout(2);
> urlCon.setReadTimeout(2);
Hi
My Application requires to upload data in the java datastore ,
I am able to do that using csv , but I want to upload using xls
Because I have images inside the cells which are to be
uploaded to data store , Can anyone provide a working example?
--
You received this message be
I'm trying install Eclipse plugin for GAE with GAE SDK on Eclipse Helios but
following error occurs while installation.
Any Help???
An error occurred while collecting items to be installed
session context was:(profile=epp.package.jee,
phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, op
22 matches
Mail list logo