[appengine-java] SSLHandshakeException in GAE 1.4.2

2011-02-18 Thread Jing Zhang
Hi, I'm experiencing a problem making a HttpURLConnection to a HTTPS based website. This issue is new in GAE 1.4.2 and did not exist in 1.4.0. The website I'm trying to connect to is: https://sandbox.itunes.apple.com/verifyReceipt The error that is thrown is: (javax.net.ssl.SSLHandshakeExc

Re: [appengine-java] SHA1 checksum of appengine-java-sdk-1.4.2.zip is wrong

2011-02-18 Thread notme
Hello, Thanks for the update. I changed my nickname to "notme", hopefully it will be less confusing. Regards. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to google-appengine-java@googlegroup

Re: [appengine-java] SHA1 checksum of appengine-java-sdk-1.4.2.zip is wrong

2011-02-18 Thread Ikai Lan (Google)
Also, just as a courtesy, can you change your username in this group? I almost ignored this mail because it looked to be coming from "me". -- Ikai Lan Developer Programs Engineer, Google App Engine Blogger: http://googleappengine.blogspot.com Reddit: http://www.reddit.com/r/appengine Twitter: http

[appengine-java] Re: SHA1 checksum of appengine-java-sdk-1.4.2.zip is wrong

2011-02-18 Thread me
Hello, As an update, the sha1 checksum is correct on this page : https://code.google.com/p/googleappengine/downloads/detail?name=appengine-java-sdk-1.4.2.zip&can=2&q=label%3AFeatured (915808a17c88c4afc159a66299ba06c68eb681b5) So it is definitely wrong here : https://code.google.com/appengine/d

Re: [appengine-java] SHA1 checksum of appengine-java-sdk-1.4.2.zip is wrong

2011-02-18 Thread Ikai Lan (Google)
This is my fault. I uploaded a new SDK to fix issues with URLFetch but I didn't change the SHA1 for the downloads page yet. It'll go live in about an hour. This is the has you should be getting: 915808a17c88c4afc159a66299ba06c68eb681b5 (You guys are too good) -- Ikai Lan Developer Programs Engin

[appengine-java] SHA1 checksum of appengine-java-sdk-1.4.2.zip is wrong

2011-02-18 Thread me
Hello, For the appengine-java-sdk-1.4.2.zip SHA1 checksum I get : 915808a17c88c4afc159a66299ba06c68eb681b5 And not 513554e5e8a7412874f7379e06f6f7fb4e81e438 as stated on the download page : https://code.google.com/appengine/downloads.html My download is not corrupted, see below. Can anybody r

[appengine-java] Re: JSTL breaks on development server, but works on remote server

2011-02-18 Thread Mauro
Anyone? On Feb 17, 10:38 am, Mauro wrote: > Hello everyone, > > I'm getting a strange error 500 when trying to test my application on > my local development server. The strange thing is that when I deploy > it to GAE's remote server, then it works fine. > > I've written a bare-bone JSP, which al

[appengine-java] useless?

2011-02-18 Thread vincent digiaro
mine 5/m 1 for (Site entry : SiteBdd){ TaskOptions TOdefault =TaskOptions.Builder.withDefaults(); TOdefault.url("/ Task_Users").param("site",entry.getName()).param("token",token);

[appengine-java] How to use XSLT in JAVA

2011-02-18 Thread Rick Smith
Hi all I am new to google app engine and I need to use XSLT parser. I was able to create an example by using file. TransformerFactory tfactory = TransformerFactory.newInstance(); Transformer transformer = tfactory.newTransformer(new StreamSource(new File(xslID))); transformer.transform(new Stream

[appengine-java] Re: Could Not Verify SSL Certificate

2011-02-18 Thread Tod Jiang
Yes, I got the similar issue, and it's ok in SDK1.4.0 latest spreadsheet api Caused by: javax.net.ssl.SSLHandshakeException: Could not verify SSL certificate for: https://spreadsheets.google On Feb 17, 7:30 pm, Nurettin Omer Hamzaoglu wrote: > Hi, > > After I've update to GAE 1.4.2 I started to

[appengine-java] useless?

2011-02-18 Thread vincent digiaro
Hi, I dont understand why all my tasks are executed at the same time. It looks like my queue.xml is ignored(but i have an error if i change the name of my queue in the xml or in the code) I just want an execution one by one. I use the last gdata and the 1.4.0 sdk (the 1.4.2 always give a ss

[appengine-java] Re: Can't GET with parameters

2011-02-18 Thread Steve Ziegler
Not trying to pore salt into your wounds, bjorn, but I'm not following why you can't use a post instead of a get. Is get a requirement for you? -Steve On Feb 17, 9:57 am, bjorn wrote: > I understand the function of -d, but there are two issues here: 1. it works > differently locally than on the

Re: [appengine-java] SystemProperty.applicationVersion.get() suffix

2011-02-18 Thread Simon Knott
If you look in the "Admin Logs" in the admin console, in the "Version Changes" entries, the minor version is the timestamp that version was deployed. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send ema

[appengine-java] Re: A serious problem was encountered (Error code 203)

2011-02-18 Thread Ian Marshall
Hi Didier, I know that I am not Luis but I too got these error messages. The second post of the above entry did not address my problem. I have just made an entry to googleappengine Issue 4544 (all requests fail with error code 203) at http://code.google.com/p/googleappengine/issues/detail?id=4

Re: [appengine-java] SystemProperty.applicationVersion.get() suffix

2011-02-18 Thread Guillaume Laforge
On Fri, Feb 18, 2011 at 10:19, Marcel Overdijk wrote: > Nice to be in contact Guillaume :-), it has been some time. > We're missing you on Gaelyk ;-) (http://gaelyk.appspot.com/) > Do you know when the timestamp changes? After a new deployment or when a > new instance is started? > Ah good que

Re: [appengine-java] SystemProperty.applicationVersion.get() suffix

2011-02-18 Thread Marcel Overdijk
Nice to be in contact Guillaume :-), it has been some time. Do you know when the timestamp changes? After a new deployment or when a new instance is started? Cheers, Marcel -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To pos

Re: [appengine-java] SystemProperty.applicationVersion.get() suffix

2011-02-18 Thread Guillaume Laforge
In development, it's always 1, as far as I recall, but in production, it's a timestamp like System.currentTimeMillis(). So before the dot, that's *your* app version number, and after the dot, that's some kind of timestamp (and just 1 in local mode). Guillaume On Thu, Feb 17, 2011 at 23:23, Marcel