[google-appengine] Re: Trying to get appengine persistence manager factory work with MYSQL

2013-04-11 Thread Jemwa.P
Shw Jain
I got the same problem, and waiting for help.

Here is my *'**Caused by:*'


No available StoreManager found for the datastore URL key "jdbc". Please make 
sure you have all relevant plugins in the CLASSPATH (e.g datanucleus-rdbms?, 
datanucleus-db4o?), and consider setting the persistence property 
"datanucleus.storeManagerType" to the type of store you are using e.g rdbms, 
db4o
org.datanucleus.exceptions.NucleusUserException: No available StoreManager 
found for the datastore URL key "jdbc". Please make sure you have all relevant 
plugins in the CLASSPATH (e.g datanucleus-rdbms?, datanucleus-db4o?), and 
consider setting the persistence property "datanucleus.storeManagerType" to the 
type of store you are using e.g rdbms, db4o
at 
org.datanucleus.store.FederationManager.initialiseStoreManager(FederationManager.java:197)
at 
org.datanucleus.store.FederationManager.(FederationManager.java:70)
at 
org.datanucleus.ObjectManagerFactoryImpl.initialiseStoreManager(ObjectManagerFactoryImpl.java:153)
at 
org.datanucleus.jdo.JDOPersistenceManagerFactory.freezeConfiguration(JDOPersistenceManagerFactory.java:526)
at 
org.datanucleus.jdo.JDOPersistenceManagerFactory.getPersistenceManagerFactory(JDOPersistenceManagerFactory.java:174)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at 
com.google.appengine.tools.development.agent.runtime.Runtime.invoke(Runtime.java:115)
at javax.jdo.JDOHelper$16.run(JDOHelper.java:1956)
at java.security.AccessController.doPrivileged(Native Method)
at javax.jdo.JDOHelper.invoke(JDOHelper.java:1951)
at 
javax.jdo.JDOHelper.invokeGetPersistenceManagerFactoryOnImplementation(JDOHelper.java:1159)
at javax.jdo.JDOHelper.getPersistenceManagerFactory(JDOHelper.java:803)
at javax.jdo.JDOHelper.getPersistenceManagerFactory(JDOHelper.java:698)
at 
org.datanucleus.jpa.EntityManagerFactoryImpl.initialisePMF(EntityManagerFactoryImpl.java:482)
at 
org.datanucleus.jpa.EntityManagerFactoryImpl.(EntityManagerFactoryImpl.java:355)
at 
org.datanucleus.store.appengine.jpa.DatastoreEntityManagerFactory.(DatastoreEntityManagerFactory.java:63)
at 
org.datanucleus.store.appengine.jpa.DatastorePersistenceProvider.createEntityManagerFactory(DatastorePersistenceProvider.java:35)
at javax.persistence.Persistence.createFactory(Persistence.java:172)
at 
javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:112)
at 
javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:66)
at com.jemhua.service.user.UserReg.doGet(UserReg.java:22)
at com.jemhua.service.user.UserReg.doPost(UserReg.java:49)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at 
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)
at 
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1166)
at 
com.google.appengine.api.socket.dev.DevSocketFilter.doFilter(DevSocketFilter.java:74)
at 
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at 
com.google.appengine.tools.development.ResponseRewriterFilter.doFilter(ResponseRewriterFilter.java:123)
at 
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at 
com.google.appengine.tools.development.HeaderVerificationFilter.doFilter(HeaderVerificationFilter.java:34)
at 
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at 
com.google.appengine.api.blobstore.dev.ServeBlobFilter.doFilter(ServeBlobFilter.java:61)
at 
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at 
com.google.apphosting.utils.servlet.TransactionCleanupFilter.doFilter(TransactionCleanupFilter.java:43)
at 
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at 
com.google.appengine.tools.development.StaticFileFilter.doFilter(StaticFileFilter.java:125)
at 
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at 
com.google.appengine.tools.development.DevAppServerServersFilter.doFilter(DevAppServerServersFilter.java:106)
at 
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at 
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388)
at 
org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
at 
org.mortbay.jetty.servlet.SessionHandler.ha

[google-appengine] Re: SDK 1.7.7 still has sqlite3 import error

2013-04-11 Thread Mahron
Actually it happens even if threadsafe : no. Just not as often.

-- 
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 email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: ImportError on SDK 1.7.7

2013-04-11 Thread timh
See this answer on stackoverflow 
http://stackoverflow.com/questions/15960017/google-app-engine-no-module-named-requests-pydev

and spend some time reading the documentation (link is there in the so 
answer)

T

On Thursday, April 11, 2013 3:30:17 PM UTC+8, Christoph Gerneth wrote:
>
> I get an ImportError on my local dev_appserver.
> i have set up a virtualenv, pip-installed all dependent packages, 
> symlinked from source directory to the site-packacke dir and even when i 
> activate the virtualenv, the import of these modules works just fine:
>
> (TimeTable)christoph@xps:~/workspace/TimeTable/src$ python
> Python 2.7.3 (default, Aug  1 2012, 05:14:39) 
> [GCC 4.6.3] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import icalendar
> >>> 
> >>> help(icalendar)
>
> the 'help' shows, that the source of the modules points to the following 
> path:
> *
> /home/christoph/workspace/TimeTable/local/lib/python2.7/site-packages/icalendar/__init__.py
> *
> Check!
>  
> but when i try to run dev_appserver.py, i always get following error:
> *$ ~/Tools/google_appengine/dev_appserver.py app.yaml*
>
> INFO 2013-04-11 07:02:55,521 server.py:561] default: "GET / HTTP/1.1" 
> 500 -
> ERROR2013-04-11 07:03:24,287 wsgi.py:219] 
> Traceback (most recent call last):
>   File 
> "/home/christoph/Tools/google_appengine/google/appengine/runtime/wsgi.py",line
>  
> 196, in Handle
> handler = _config_handle.add_wsgi_middleware(self._LoadHandler())
>   File 
> "/home/christoph/Tools/google_appengine/google/appengine/runtime/wsgi.py",line
>  
> 255, in _LoadHandler
> handler = __import__(path[0])
>   File "/home/christoph/workspace/TimeTable/src/helloworld.py", line 5, in 
> 
> from stundenplanparser import Timetableparser, ICal
>   File "/home/christoph/workspace/TimeTable/src/stundenplanparser.py",line 
> 20, in 
> from icalendar import Calendar, Event
> ImportError: No module named icalendar
>
>
> There is probably a very simple solution to this problem.
> thanks in advance
>
>

-- 
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 email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Re: Google App Engine SDK 1.7.7 is now available!

2013-04-11 Thread Sekhar
I see it as 31.398 KB. This is on Windows 7 64 bit. I'm deploying through 
Eclipse.

On Wednesday, April 10, 2013 1:38:51 PM UTC-7, Takashi Matsuo (Google) 
wrote:
>
>
> Hi Sekhar,
>
> Weird, I don't have such an error. How big is your 
> appengine-api-1.0-sdk-1.7.7.jar?  Which operating system are you using?
> Anyway, a possible workaround is to use --enable_jar_splitting option when 
> deploying. Can you try that?
>
>
> On Wed, Apr 10, 2013 at 12:15 PM, Sekhar  >wrote:
>
>> I'm getting a "appengine-api-1.0-sdk-1.7.7.jar is too large" error when 
>> deploying. Are we expected to split this manually or is there a workaround?
>>
>>
>> On Tuesday, April 9, 2013 3:44:38 PM UTC-7, Richmond Manzana wrote:
>>>
>>> Hi everyone,
>>>
>>> We're happy to announce that we have released the 1.7.7 SDK.
>>>
>>> This release includes new features such as updates to the Maven Plugin, 
>>> and Outbound Sockets.  We're also happy to announce that we have removed 
>>> the weekly $2.10 minimum spend for billing enabled apps :)
>>>
>>> For more details, please read our blog post and release notes.
>>>
>>> Announcement:
>>> http://googleappengine.**blogspot.com/2013/04/app-**
>>> engine-177-released.html
>>>
>>> Releae notes for Python:
>>> http://code.google.com/p/**googleappengine/wiki/**SdkReleaseNotes
>>>
>>> Release notes for Java:
>>> http://code.google.com/p/**googleappengine/wiki/**SdkForJavaReleaseNotes
>>>
>>> Release notes for Go:
>>> https://code.google.com/p/**googleappengine/wiki/**SdkForGoReleaseNotes
>>>
>>> Cheers!
>>>
>>> Richmond Manzana
>>> Technical Program Manager
>>> Google App Engine
>>>
>>  -- 
>> 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-appengi...@googlegroups.com .
>> To post to this group, send email to 
>> google-a...@googlegroups.com
>> .
>> Visit this group at http://groups.google.com/group/google-appengine?hl=en
>> .
>> For more options, visit https://groups.google.com/groups/opt_out.
>>  
>>  
>>
>
>
>
> -- 
> Takashi Matsuo | Developers Programs Engineer | tma...@google.com
>  

-- 
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 email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Java Source Code for GAE libraries

2013-04-11 Thread Alan Czajkowski
Where can I find source code for the following libraries:
appengine-remote-api.jar
appengine-tools-api.jar
(or any other GAE library other than appengine-api-1.0-sdk-x.y.z.jar)

Thanks,

Alan

-- 
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 email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: Google App Engine SDK 1.7.7 is now available!

2013-04-11 Thread Panjie Setiawan Wicaksono
Hi, with 1.7.7 python SDK i no longer can visit the local endpoint api 
explorer.
Before, i'd visit http://localhost:8080/_ah/api/explorer then redirected to 
https://developers.google.com/apis-explorer/?base=http://localhost:8080/_ah/api#p/
 and 
i can explore my local endpoint api from there.
But now the apis-explorer won't load the local endpoint api, instead it is 
now redirecting me to the front 
https://developers.google.com/apis-explorer/#p/ page.
If i deploy the app first, i can load the apis-explorer just fine (from the 
deployed app endpoint).
I don't know if this is sdk related, but before (with 1.7.6) the 
apis-explorer can be loaded from local development server.

On Wednesday, 10 April 2013 05:44:38 UTC+7, Richmond Manzana wrote:
>
> Hi everyone,
>
> We're happy to announce that we have released the 1.7.7 SDK.
>
> This release includes new features such as updates to the Maven Plugin, 
> and Outbound Sockets.  We're also happy to announce that we have removed 
> the weekly $2.10 minimum spend for billing enabled apps :)
>
> For more details, please read our blog post and release notes.
>
> Announcement:
> http://googleappengine.blogspot.com/2013/04/app-engine-177-released.html
>
> Releae notes for Python:
> http://code.google.com/p/googleappengine/wiki/SdkReleaseNotes
>
> Release notes for Java:
> http://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes
>
> Release notes for Go:
> https://code.google.com/p/googleappengine/wiki/SdkForGoReleaseNotes
>
> Cheers!
>
> Richmond Manzana
> Technical Program Manager
> Google App Engine
>

-- 
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 email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] ImportError on SDK 1.7.7

2013-04-11 Thread Christoph Gerneth
I get an ImportError on my local dev_appserver.
i have set up a virtualenv, pip-installed all dependent packages, symlinked 
from source directory to the site-packacke dir and even when i activate the 
virtualenv, the import of these modules works just fine:

(TimeTable)christoph@xps:~/workspace/TimeTable/src$ python
Python 2.7.3 (default, Aug  1 2012, 05:14:39) 
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import icalendar
>>> 
>>> help(icalendar)

the 'help' shows, that the source of the modules points to the following 
path:
*
/home/christoph/workspace/TimeTable/local/lib/python2.7/site-packages/icalendar/__init__.py
*
Check!
 
but when i try to run dev_appserver.py, i always get following error:
*$ ~/Tools/google_appengine/dev_appserver.py app.yaml*

INFO 2013-04-11 07:02:55,521 server.py:561] default: "GET / HTTP/1.1" 
500 -
ERROR2013-04-11 07:03:24,287 wsgi.py:219] 
Traceback (most recent call last):
  File 
"/home/christoph/Tools/google_appengine/google/appengine/runtime/wsgi.py",line 
196, in Handle
handler = _config_handle.add_wsgi_middleware(self._LoadHandler())
  File 
"/home/christoph/Tools/google_appengine/google/appengine/runtime/wsgi.py",line 
255, in _LoadHandler
handler = __import__(path[0])
  File "/home/christoph/workspace/TimeTable/src/helloworld.py", line 5, in 

from stundenplanparser import Timetableparser, ICal
  File "/home/christoph/workspace/TimeTable/src/stundenplanparser.py", line 
20, in 
from icalendar import Calendar, Event
ImportError: No module named icalendar


There is probably a very simple solution to this problem.
thanks in advance

-- 
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 email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Re: Google App Engine SDK 1.7.7 is now available!

2013-04-11 Thread Takashi Matsuo
On Thu, Apr 11, 2013 at 10:49 AM, Ludovic Champenois wrote:

> Hi,
> We are tracking this issue internally...Only on windows, and if your app
> is using some JSP right?
> It's a combination of 2 things: the api jar becoming too big (we will
> compress it soon), and the jspc compiler keeping a lock on the files in the
> jspc classpath, making the api jar not deletable (we do not need to upload
> it to the runtime server)... Windows file locking system makes the locked
> file non deletable...
> Until we push a new SDK, the only workaround would be for you to modify
> your local SDK this way:
> 1/ unjar the impacted jar.
> 2/ rejar it with the jar command default (i.e compression) and making sure
> you keep all the META-INF manifest (using the m flag) content in the new
> jar. It contains critical info for the processing.
> This will workaround the issue, while waiting for a new push.
>

To clarify, we're going to release a minor update for 1.7.7. For the
meantime, you can re-jar the file as follows:

cd to the working directory
$ jar xf somewhere\appengine-java-sdk-1.7.7\lib\user\
appengine-api-1.0-sdk-1.7.7.**jar
$ jar cfm somewhere\appengine-api-1.0-sdk-1.7.7.**jar META-INF/MANIFEST.MF *
and replace the old jar with the newly created one.

Sorry for the inconvenience.


>
>
>
> On Wednesday, April 10, 2013 2:35:01 PM UTC-7, Francois MASUREL wrote:
>
>> Yes, without success.
>>
>>
>> François Masurel
>>
>>
>> On Wed, Apr 10, 2013 at 11:28 PM, Takashi Matsuo wrote:
>>
>>>  Hi Francois,
>>>
>>> Thanks for the report. Have you tried it with --enable_jar_splitting?
>>>
>>>
>>> On Wed, Apr 10, 2013 at 1:59 PM, Francois Masurel wrote:
>>>
  Getting also the same "appengine-api-1.0-sdk-1.**7.7.**jar is too
 large" error.

 I'm on Windows 7 x64 with latest GAE and Java 7 SDK and
 the appengine-api-1.0-sdk-1.7.**7.**jar is 30.6MB big.

 Thanx for your help.

 François


 On Wednesday, April 10, 2013 9:15:04 PM UTC+2, Sekhar wrote:
>
> I'm getting a "appengine-api-1.0-sdk-1.7.7.**j**ar is too large"
> error when deploying. Are we expected to split this manually or is there a
> workaround?
>
> On Tuesday, April 9, 2013 3:44:38 PM UTC-7, Richmond Manzana wrote:
>>
>> Hi everyone,
>>
>> We're happy to announce that we have released the 1.7.7 SDK.
>>
>> This release includes new features such as updates to the Maven
>> Plugin, and Outbound Sockets.  We're also happy to announce that we have
>> removed the weekly $2.10 minimum spend for billing enabled apps :)
>>
>> For more details, please read our blog post and release notes.
>>
>> Announcement:
>> http://googleappengine.**blogspo**t.com/2013/04/app-**engine-177-**
>> released.html
>>
>> Releae notes for Python:
>> http://code.google.com/p/**googl**eappengine/wiki/**SdkReleaseNote**s
>>
>> Release notes for Java:
>> http://code.google.com/p/**googl**eappengine/wiki/**SdkForJavaRele**
>> aseNotes
>>
>> Release notes for Go:
>> https://code.google.com/p/**goog**leappengine/wiki/**SdkForGoRelea**
>> seNotes
>>
>> Cheers!
>>
>> Richmond Manzana
>> Technical Program Manager
>> Google App Engine
>>
>  --
 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-appengi...@**googlegroups.com.
 To post to this group, send email to google-a...@googlegroups.**com.

 Visit this group at http://groups.google.com/**
 group/google-appengine?hl=en
 .
 For more options, visit 
 https://groups.google.com/**groups/opt_out
 .



>>>
>>>
>>>
>>> --
>>> Takashi Matsuo | Developers Programs Engineer | tma...@google.com
>>>
>>> --
>>> You received this message because you are subscribed to a topic in the
>>> Google Groups "Google App Engine" group.
>>> To unsubscribe from this topic, visit https://groups.google.com/d/**
>>> topic/google-appengine/**r5JNlfkqq94/unsubscribe?hl=en
>>> .
>>>  To unsubscribe from this group and all its topics, send an email to
>>> google-appengi...@**googlegroups.com.
>>> To post to this group, send email to google-a...@googlegroups.**com.
>>>
>>> Visit this group at http://groups.google.com/**
>>> group/google-appengine?hl=en
>>> .
>>> For more options, visit 
>>> https

Re: [google-appengine] Re: Google App Engine SDK 1.7.7 is now available!

2013-04-11 Thread Ludovic Champenois
Hi,
We are tracking this issue internally...Only on windows, and if your app is 
using some JSP right?
It's a combination of 2 things: the api jar becoming too big (we will 
compress it soon), and the jspc compiler keeping a lock on the files in the 
jspc classpath, making the api jar not deletable (we do not need to upload 
it to the runtime server)... Windows file locking system makes the locked 
file non deletable...
Until we push a new SDK, the only workaround would be for you to modify 
your local SDK this way:
1/ unjar the impacted jar.
2/ rejar it with the jar command default (i.e compression) and making sure 
you keep all the META-INF manifest (using the m flag) content in the new 
jar. It contains critical info for the processing.
This will workaround the issue, while waiting for a new push.




On Wednesday, April 10, 2013 2:35:01 PM UTC-7, Francois MASUREL wrote:
>
> Yes, without success.
>
>
> François Masurel
>
>
> On Wed, Apr 10, 2013 at 11:28 PM, Takashi Matsuo 
> 
> > wrote:
>
>> Hi Francois,
>>
>> Thanks for the report. Have you tried it with --enable_jar_splitting?
>>
>>
>> On Wed, Apr 10, 2013 at 1:59 PM, Francois Masurel 
>> 
>> > wrote:
>>
>>> Getting also the same "appengine-api-1.0-sdk-1.7.7.**jar is too large" 
>>> error.
>>>
>>> I'm on Windows 7 x64 with latest GAE and Java 7 SDK and 
>>> the appengine-api-1.0-sdk-1.7.7.**jar is 30.6MB big.
>>>
>>> Thanx for your help.
>>>
>>> François
>>>
>>>
>>> On Wednesday, April 10, 2013 9:15:04 PM UTC+2, Sekhar wrote:

 I'm getting a "appengine-api-1.0-sdk-1.7.7.**jar is too large" error 
 when deploying. Are we expected to split this manually or is there a 
 workaround?

 On Tuesday, April 9, 2013 3:44:38 PM UTC-7, Richmond Manzana wrote:
>
> Hi everyone,
>
> We're happy to announce that we have released the 1.7.7 SDK.
>
> This release includes new features such as updates to the Maven 
> Plugin, and Outbound Sockets.  We're also happy to announce that we have 
> removed the weekly $2.10 minimum spend for billing enabled apps :)
>
> For more details, please read our blog post and release notes.
>
> Announcement:
> http://googleappengine.**blogspot.com/2013/04/app-**
> engine-177-released.html
>
> Releae notes for Python:
> http://code.google.com/p/**googleappengine/wiki/**SdkReleaseNotes
>
> Release notes for Java:
> http://code.google.com/p/**googleappengine/wiki/**
> SdkForJavaReleaseNotes
>
> Release notes for Go:
> https://code.google.com/p/**googleappengine/wiki/**
> SdkForGoReleaseNotes
>
> Cheers!
>
> Richmond Manzana
> Technical Program Manager
> Google App Engine
>
  -- 
>>> 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-appengi...@googlegroups.com .
>>> To post to this group, send email to 
>>> google-a...@googlegroups.com
>>> .
>>> Visit this group at 
>>> http://groups.google.com/group/google-appengine?hl=en.
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>  
>>>  
>>>
>>
>>
>>
>> -- 
>> Takashi Matsuo | Developers Programs Engineer | 
>> tma...@google.com
>>  
>> -- 
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "Google App Engine" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/google-appengine/r5JNlfkqq94/unsubscribe?hl=en
>> .
>> To unsubscribe from this group and all its topics, send an email to 
>> google-appengi...@googlegroups.com .
>> To post to this group, send email to 
>> google-a...@googlegroups.com
>> .
>> Visit this group at http://groups.google.com/group/google-appengine?hl=en
>> .
>> For more options, visit https://groups.google.com/groups/opt_out.
>>  
>>  
>>
>
>

-- 
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 email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] security issue (strange behavior)

2013-04-11 Thread @Mlaynes

my page : http://igguestbook.appspot.com/
( a guestbook with some of geolocation and OAuth2.0 Authrization & 
Authentication )

over one month I have "attacks" of robots or hackers who type sexual ads on 
my guestbook I'm trying to control ...

I have restricted the submits on my page from the front-side (javascript) 
.. and from  the server side (GAE-Java backend) .. but the ads are still 
trying to write on my page .. and now, save ads "empty" ..

. and now my page sometimes throws: Error: Server Error

sometimes by the attacks, my page has exceeded  "Datastore Read Operation" 
quota .. but I see that now hasn't exceeded .. But still throw : "Error : 
Server Error"








any idea ?

best regards

@Mlaynes

http://mlaynessanchez.blogspot.com



 

 

 


 


-- 
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 email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Text

2013-04-11 Thread Moises Belchin
You can use Python string interpolation

new_text = '%s %s' % (text1, text2)

Regards.


Saludos.
Moisés Belchín.


2013/4/11 Julie Smith 

> Please be more specific in your questions!
>
> It depends on the language. For example, in Python
> *new_string = string1 + string2*
>
>
> On 11 April 2013 15:13, Newbee  wrote:
>
>> How to concatenate Text in GAE
>>
>> --
>> 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 email to google-appengine@googlegroups.com.
>> Visit this group at http://groups.google.com/group/google-appengine?hl=en
>> .
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>>
>>
>
>  --
> 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 email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
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 email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Text

2013-04-11 Thread Julie Smith
Please be more specific in your questions!

It depends on the language. For example, in Python
*new_string = string1 + string2*


On 11 April 2013 15:13, Newbee  wrote:

> How to concatenate Text in GAE
>
> --
> 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 email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
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 email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.