[appengine-java] Logging when using local unit testing

2012-01-27 Thread Jeff Schnitzer
Does anyone have logging working when using the "local unit testing" system (ie LocalServiceTestHelper)? For the life of me I cannot get any log output. System.out works, but the jdk logger does not. I'm running my (TestNG) tests through the eclipse plugin. I'm pretty certain this isn't a TestN

[appengine-java] Turning off logging for spring security when running in App Engine java

2012-01-27 Thread Adrian Pang
Hi, Sorry if this might be a stupid question, but it's driving me insane trying to fix this simple thing... I am using spring security 3.1 in my AppEngine app, and I specified in my log4j.properties (in the src folder) log4j.logger.org.springframework.security=OFF log4j.rootLogger=OFF Yet when I

[appengine-java] Re: Is the Java Google Cloud Storage API supported in v1.6.1

2012-01-27 Thread Alexander Jansen
I have the same issue when trying to read a file from Cloud Storage using the Java API. The documentation states you have to add the appengine service account as a team member in the API-console. However, we're using Cloud Storage within a GoogleApps domain, which only allows users from that domain

[appengine-java] ImagesService optimization??

2012-01-27 Thread Rafael
An example: I did an upload a .JPG image whose resolution is 1296x972 and size 452Kb. I retrieved this image applying the method makeResize to 200x150 resolution. The image size down to 70Kb. But if I save this modified image in my HD, and open with Paint and save the image again the size down

[appengine-java] Re: Failed to initialize App Engine SDK at ... appengine-java-sdk-1.6.0

2012-01-27 Thread lpe
Hi I have this problem on OS X with eclipse 3.6 and 3.7 on app engine sdk > 1.5.5 (1.6.0 and 1.6.1). Even by forcing the use of JRE 1.6.0 in eclipse preferences. My problem came from my version of Eclipse, you need a 64bit version (because on OS X JDK 1.6.0 is only compiled for 64bit architecture)

[appengine-java] Re: app engine server availability

2012-01-27 Thread Mark
Me too, having exact same problem as you Carter. My Dashboard only shows last hour or so of activity http://tinypic.com/r/2yotlco/5. I also have only 1 instance running when I normally would have 3 running. seems like the whole app engine had an issue and got rebooted? On Jan 27, 7:27 am, Carte

Re: [appengine-java] WEB-INF/appengine-generated/datastore-indexes-auto.xml

2012-01-27 Thread Carter Maslan
Just making sure that you know that the xml file is populated lazily as your development server runs your app's specific queries against the datastore. So the file is populated only after your app has run through its query paths on the dev server. On Fri, Jan 27, 2012 at 7:40 AM, John Goche wrot

[appengine-java] WEB-INF/appengine-generated/datastore-indexes-auto.xml

2012-01-27 Thread John Goche
Hello, My eclipse is not placing an *WEB-INF/appengine-generated/* datastore-indexes-auto.xml in place for me as described on http://code.google.com/appengine/docs/java/config/indexconfig.html Anyone know how to get eclipse to generate one automatically? Thanks, John Goche -- You received thi

Re: [appengine-java] Re: app engine server availability

2012-01-27 Thread Carter Maslan
This has been bad for us. We've seen continual failures in our running app starting at: 2012-01-27 05:27:26.339 PST and continuing through: 2012-01-27 06:50:17.318 PST Things appear to be normal now, but we're missing Dashboard graphs for everything prior to 6:50 PST. On Fri, Jan 27, 2012 at 6

[appengine-java] Re: app engine server availability

2012-01-27 Thread Miroslav Genov
Looks like there are latency issues: http://code.google.com/status/appengine/detail/serving-java/2012/01/27#ae-trust-detail-helloworld-get-java-latency Regards, Miroslav -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view t

[appengine-java] Re: app engine server availability

2012-01-27 Thread Miroslav Genov
Hello again, Just wondering, where any of you is experiencing performance issues with an already deployed app ? Regards, Miroslav -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discussion on the web visit https

[appengine-java] Re: app engine server availability

2012-01-27 Thread Miroslav Genov
Same on my side. 98% Will check again in 2 seconds. 99% Will check again in 4 seconds. 99% Will check again in 8 seconds. 99% Will check again in 16 seconds. 99% Will check again in 32 seconds. 99% Will check again in 60 seconds. 99% Will check again in 60 seconds. 99% Will check again in 60 seco

Re: [appengine-java] Re: app engine server availability

2012-01-27 Thread John Goche
The exact error message I'm getting after retrying a few times is: Unable to update app: Version not ready. See the deployment console for more details Unable to update app: Version not ready. The console contins the following message: Will check again in 60 seconds. Will check again in

[appengine-java] Re: app engine server availability

2012-01-27 Thread Chris
Having the same issue. On Jan 27, 8:49 am, John Goche wrote: > Hello, > > Has anyone been experiencing availability problems when deploying to app > engine? > Here is what I am getting: > > Verifying availability: >     Will check again in 1 seconds. >     Will check again in 2 seconds. >     Wil

[appengine-java] app engine server availability

2012-01-27 Thread John Goche
Hello, Has anyone been experiencing availability problems when deploying to app engine? Here is what I am getting: Verifying availability: Will check again in 1 seconds. Will check again in 2 seconds. Will check again in 4 seconds. Will check again in 8 seconds. Will check aga

[appengine-java] Best practice for authentication token driven storage/request of user-specific data

2012-01-27 Thread Alexander Orlov
I have a *stateless* GWT based UI that has to communicate with a backend using an authentication token to authenticate GWT's requests to the server. Now I'm looking for the best practice of how to design my entities so I can retrieve user-specific data using an authentication token. Do I have to

Re: [appengine-java] Log entries show with some 20 mins delay

2012-01-27 Thread OferR
Spot on!! Thanks... Stared it. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine-java/-/Zy4KA869pboJ. To post to this group, send email to go

Re: [appengine-java] Log entries show with some 20 mins delay

2012-01-27 Thread Narinder Kumar
Hello, I also faced similar delays. Please have a look at a similar known issue and the suggested workaround : http://code.google.com/p/googleappengine/issues/detail?id=5494 If your problem is the same as mentioned above, please star the issue as well. Best Regards Narinder On Wed, Jan 25, 201