[google-appengine] Re: appspot.com started rejecting SSL without SNI causing U-Blox IoT modems to fail, since May

2020-07-31 Thread Bjorn Wesen
C, CN = *.appspot-preview.com i:C = US, O = Google Trust Services, CN = GTS CA 1O1 1 s:C = US, O = Google Trust Services, CN = GTS CA 1O1 i:OU = GlobalSign Root CA - R2, O = GlobalSign, CN = GlobalSign --- Regards /Bjorn Den fredag 31 juli 2020 kl. 02:22:35 UTC+2 skrev Ryan B: >

[google-appengine] appspot.com started rejecting SSL without SNI causing U-Blox IoT modems to fail, since May

2020-07-28 Thread Bjorn Wesen
endpoints are configured in that case. Best regards /Bjorn -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr...@googlegroups.co

[google-appengine] Re: Connecting from app engine instance to compute engine instance directly

2017-04-26 Thread Bjorn Harvold
Definitely a needed feature! -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr...@googlegroups.com. To post to this group, send

[google-appengine] Custom user type

2012-12-10 Thread Bjorn De Bakker
I've been struggling with this for a while, but I can't seem to find any valid explanation for it. I'm developing some application which contains a User-class. This User-class has an attribute e-mail, which is of type EmailAddress. This class contains some business logic and first was

[google-appengine] Re: Channels: Uncaught TypeError: Cannot call method 'bb' of null

2012-06-27 Thread Bjorn Tipling
OK so the issue was that I wasn't waiting long enough before reconnecting after a close event. I had left some debug code in place that only waited 100ms before attempting to reconnect. On Tuesday, June 26, 2012 2:16:55 PM UTC-7, Bjorn Tipling wrote: I'm getting unending JavaScript client

[google-appengine] Channels: Uncaught TypeError: Cannot call method 'bb' of null

2012-06-26 Thread Bjorn Tipling
I'm getting unending JavaScript client errors for channels on app engine. I do not get these in the dev environment. I'm using the Go Appengine if that matters. Any idea of what I could be doing differently? https://skitch.com/btipling/edjwa/gitify 10999Uncaught TypeError: Cannot call method

[google-appengine] Re: Channels: Uncaught TypeError: Cannot call method 'bb' of null

2012-06-26 Thread Bjorn Tipling
I load from appengine. Nobody else is having this issue? On Tuesday, June 26, 2012 2:16:55 PM UTC-7, Bjorn Tipling wrote: I'm getting unending JavaScript client errors for channels on app engine. I do not get these in the dev environment. I'm using the Go Appengine if that matters. Any

[google-appengine] Re: sendmail NOT WORKING anymore...

2012-05-21 Thread Bjorn
I have the same problem, the last mail sent that was received was two days ago, but since then no mails have been received, but there are no errors logged or anything. Didnt change anything, it just stopped working. On Monday, May 21, 2012 7:25:18 PM UTC+2, alex wrote: 1 year is a long

[appengine-java] Re: Deploy button in Eclipse does not prompt for administrator account username

2011-08-22 Thread Bjorn B
I think the issue is that on some installations for Eclipse (STS among other) you get an silent error when clicking on the Google-login button in the bottom left corner. Some odd exception (only vissible in the error pane), and nothing happends. I still haven't worked out how to get around this

[appengine-java] Problem with URLFetchService and cookies

2011-08-10 Thread Bjorn B
I'm trying to move over a project I used to run on a tomcat server to GAE. I'm using Apache HttpClient, and found some great tips on http://esxx.blogspot.com/2009/06/using-apaches-httpclient-on-google-app.html how to get this running. After some modificatications (removing the https scheme) I got

[google-appengine] Re: Simulating HR database in eclipse

2011-07-18 Thread Bjorn Roche
I've been playing around with this and have found no fix. I can't find a place to report bugs :( On Jul 9, 4:56 pm, bejayoharen beayoha...@gmail.com wrote: Hey all, I am interested in using the high replication datastore for an app I've been writing. I don't need to transfer the data, which

[appengine-java] Collections in JPA

2011-05-20 Thread bjorn
Hey there, I am using JPA and according to Dan Sanderson's Programming Google App Engine book (pg 213) Collection types are stored in iteration order, which I had assumed meant that they were also restored in iteration order. However, I have a collection (an array list) that does not seem to

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

2011-02-20 Thread bjorn
Yes, all my calls could be posts, but that's not very restful. -- 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@googlegroups.com. To unsubscribe from this group, send email

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

2011-02-20 Thread Bjorn Roche
that prevents a get from having a body: http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.3 bjorn On Sun, Feb 20, 2011 at 4:13 PM, Alexander Maslov alexmas...@gmail.comwrote: In other words, you are asking Google to support something that is out of standard. If each software developer

[appengine-java] Re: Authorize.net compatibility

2011-02-20 Thread bjorn
A little more experimenting and it looks like the system works, but the provided java library has issues. I think this is because it uses apache http client for url connections, but I didn't dig deep enough to see for sure. bjorn -- You received this message because you are subscribed

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

2011-02-17 Thread bjorn
I understand the function of -d, but there are two issues here: 1. it works differently locally than on the server, and 2. lots of APIs can and should use GETs with bodies. Maybe the RFCs don't allow it, but sometimes the RFCs don't represent the real world. In the real world, I may want to

[appengine-java] Trouble launching after update (eclipse)

2011-02-16 Thread bjorn
/bjorn/Documents/studiomaven/api/trunk/app-engine/StudioMaven API/war/WEB-INF/appengine-web.xml Successfully processed /Users/bjorn/Documents/studiomaven/api/trunk/app-engine/StudioMaven API/war/WEB-INF/web.xml If I set the project GAE version back to 1.3.7 it runs fine locally. Any ideas what

[appengine-java] Can't GET with parameters

2011-02-16 Thread bjorn
, what if my ReST API is using an API Key? Is there some workaround for this other than forcing users (and my test suite) into URL-style parameters? Thanks. bjorn HTTP/1.0 400 Bad Request Content-Type: text/html; charset=UTF-8 Content-Length: 1350 Date: Thu, 17 Feb 2011 00:34

[google-appengine] Re: Prerelease SDK 1.4.2 is available for download

2011-02-14 Thread Bjorn
I have the same problem with spreadsheets, though not with feeds such as docs.google.com/feeds/default/private/full it seems. Only occuring when I tried 1.4.2 On Feb 10, 8:57 pm, Lior Harsat lior.har...@gmail.com wrote: Hi Ikai, I have been testing the SDK and I found one bug which seems

[google-appengine] Authentication and XMPP

2011-01-16 Thread Bjorn Roche
?). Any advice here is appreciated. Thanks, bjorn - Bjorn Roche http://www.xonami.com Audio Collaboration -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google

[google-appengine] XMPP

2010-09-15 Thread Bjorn Roche
way, and I have some suggestions, but I imagine you can come up with some things on your own. Imagine trying to implement a handshake or other simple conversation like this. No thank you! bjorn - Bjorn Roche XO Audio, LLC Audio Software Digital Audio

Re: [google-appengine] 2 Gig filesize limit in blobstore

2010-09-01 Thread Bjorn Roche
hope that it will go up. bjorn On 1 September 2010 14:15, bejayoharen bj...@xowave.com wrote: Sorry if I missed this somewhere, but I am considering building an app using GAE for a big new project. I've been reading everything through carefully and it seems very cool and exciting. Most

[google-appengine] Re: DB Model design, fan-out, lots of writes?

2009-12-01 Thread Bjorn L
i too am facing a similar problem, was thinking of a design similar to yours. anyone have any comments on Chris' design? On Nov 5, 5:35 pm, Chris cskjoldb...@gmail.com wrote: Hi All I'm looking for some input onDb.Modeldesign for the following scenario: 1) A User can send a message which