Re: [appengine-java] Problem running GAE + GWT wizzard project

2010-01-25 Thread Andrei Cosmin Fifiiţă
Well, not really, I don't really see the connection between browser cookies
and my error, witch is an exception inside AppEngine code.

On Fri, Jan 22, 2010 at 5:04 PM, Rajeev Dayal  wrote:

> Hi,
>
> Can you try clearing your browser's cookies and seeing if this fixes the
> problem?
>
>
> Rajeev
>
>
> On Thu, Jan 14, 2010 at 7:00 AM, Ice13ill wrote:
>
>> Hello, i'm using gwt + gae in Eclipse Galileo and i'm trying to run
>> the project created with the Web Application wizzard. After the
>> project is created using GWT and GAE sdk (2.0 and 1.3.0) i tried
>> running the application, but i get this exception when loading the
>> page:
>>
>> Initializing AppEngine server
>> The server is running at http://localhost:/
>> Jan 14, 2010 12:00:10 PM com.google.apphosting.utils.jetty.JettyLogger
>> warn
>> WARNING: EXCEPTION
>> java.lang.NullPointerException
>>at
>> java.util.concurrent.ConcurrentHashMap.put(ConcurrentHashMap.java:
>> 881)
>>at
>> com.google.appengine.tools.development.LocalHttpRequestEnvironment.
>> (LocalHttpRequestEnvironment.java:45)
>>at com.google.appengine.tools.development.JettyContainerService
>> $ApiProxyHandler.handle(JettyContainerService.java:348)
>>at org.mortbay.jetty.handler.HandlerWrapper.handle
>> (HandlerWrapper.java:139)
>>at org.mortbay.jetty.Server.handle(Server.java:313)
>>at
>> org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:
>> 506)
>>at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete
>> (HttpConnection.java:830)
>>at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:514)
>>at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)
>>at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:381)
>>at org.mortbay.io.nio.SelectChannelEndPoint.run
>> (SelectChannelEndPoint.java:396)
>>at org.mortbay.thread.BoundedThreadPool$PoolThread.run
>> (BoundedThreadPool.java:442)
>>
>>
>> I did not found any posts regarding this problem. I'm just trying to
>> run the created app by the wizzard, that's all
>>
>> I'm running it in Ubuntu 9.04, Mozilla Firefox, Eclipse galileo, Java
>> 1.6.0_14 sdk
>>
>> Pls help!
>>
>> --
>> 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-j...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-appengine-java+unsubscr...@googlegroups.com
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/google-appengine-java?hl=en.
>>
>>
>>
>>
>  --
> 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-j...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>

-- 
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-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Problem running GAE + GWT wizzard project

2010-01-25 Thread Andrei Cosmin Fifiiţă
Lol?

I tried to start the app created by the wizard on the operating system where
i had that problem and i tested clearing the cookies in my browser. and it
worked. I don't understand why ? I don't see a link between the exception
thrown in the console and the browser's cookies :|

On Mon, Jan 25, 2010 at 6:51 PM, Sarangan Rajamanickam <
sarangan.rajamanic...@gmail.com> wrote:

> Hi,
>
> Could you check whether the eclipse shows error when you create a new Web
> application project? For example, when you create a new Web application
> project (without making any changes) Check whether the eclipse indicates any
> errors - especially regarding annotations. If so, change the compliance
> level to Java 1.5. (Just by selecting the error location, eclipse will give
> the option to change the compliance level to Java 1.5 for the whole project.
> Select it). Now, try executing it. It should work fine.
>
> Hope this helps.
>
> Regards,
> Sarangan Rajamanickam
> Email: sarangan.rajamanic...@gmail.com
> Blog: http://mindlive.blogspot.com
> Website: http://saranganr.x10hosting.com/
>
>
> 2010/1/25 Andrei Cosmin Fifiiţă 
>
>> Well, not really, I don't really see the connection between browser
>> cookies and my error, witch is an exception inside AppEngine code.
>>
>> On Fri, Jan 22, 2010 at 5:04 PM, Rajeev Dayal  wrote:
>>
>>> Hi,
>>>
>>> Can you try clearing your browser's cookies and seeing if this fixes the
>>> problem?
>>>
>>>
>>> Rajeev
>>>
>>>
>>> On Thu, Jan 14, 2010 at 7:00 AM, Ice13ill wrote:
>>>
>>>> Hello, i'm using gwt + gae in Eclipse Galileo and i'm trying to run
>>>> the project created with the Web Application wizzard. After the
>>>> project is created using GWT and GAE sdk (2.0 and 1.3.0) i tried
>>>> running the application, but i get this exception when loading the
>>>> page:
>>>>
>>>> Initializing AppEngine server
>>>> The server is running at http://localhost:/
>>>> Jan 14, 2010 12:00:10 PM com.google.apphosting.utils.jetty.JettyLogger
>>>> warn
>>>> WARNING: EXCEPTION
>>>> java.lang.NullPointerException
>>>>at
>>>> java.util.concurrent.ConcurrentHashMap.put(ConcurrentHashMap.java:
>>>> 881)
>>>>at
>>>>
>>>> com.google.appengine.tools.development.LocalHttpRequestEnvironment.
>>>> (LocalHttpRequestEnvironment.java:45)
>>>>at com.google.appengine.tools.development.JettyContainerService
>>>> $ApiProxyHandler.handle(JettyContainerService.java:348)
>>>>at org.mortbay.jetty.handler.HandlerWrapper.handle
>>>> (HandlerWrapper.java:139)
>>>>at org.mortbay.jetty.Server.handle(Server.java:313)
>>>>at
>>>> org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:
>>>> 506)
>>>>at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete
>>>> (HttpConnection.java:830)
>>>>at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:514)
>>>>at
>>>> org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)
>>>>at
>>>> org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:381)
>>>>at org.mortbay.io.nio.SelectChannelEndPoint.run
>>>> (SelectChannelEndPoint.java:396)
>>>>at org.mortbay.thread.BoundedThreadPool$PoolThread.run
>>>> (BoundedThreadPool.java:442)
>>>>
>>>>
>>>> I did not found any posts regarding this problem. I'm just trying to
>>>> run the created app by the wizzard, that's all
>>>>
>>>> I'm running it in Ubuntu 9.04, Mozilla Firefox, Eclipse galileo, Java
>>>> 1.6.0_14 sdk
>>>>
>>>> Pls help!
>>>>
>>>> --
>>>> 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-j...@googlegroups.com.
>>>> To unsubscribe from this group, send email to
>>>> google-appengine-java+unsubscr...@googlegroups.com
>>>> .
>>>> For more options, visit this group at
>>>> http://groups.google.com/group/google-appengine-java?hl=en.
>>>>
>>>>
>>>>
>>>>
>>>  --
>>> You r

Re: [appengine-java] Re: Timeout using GData API

2010-03-29 Thread Andrei Cosmin Fifiiţă
I noticed that too... I'll try async fetch... Hope it works...

2010/3/29 Kenyth 

> FYI, I appended messages to this issue (
> http://code.google.com/p/googleappengine/issues/detail?id=1559 ) to
> describe my case. Surprisingly, this issue claims to be fixed on Sep
> 03, 2009?!
>
> On Mar 29, 2:21 pm, Kenyth  wrote:
> > The same issue here. Has someone found a solution so far?
> >
> > On Mar 26, 3:55 am, "Shinichiroh Takezaki [Virtual Technology]"
> >
> >  wrote:
> > > Hi
> >
> > > I made a patch that the GData API library to execute asynchronously.
> >
> > > see:
> http://code.google.com/p/reflexworks/source/browse/trunk/gdataclientp...
> >
> > > source:
> http://code.google.com/p/reflexworks/source/browse/#svn/trunk/gdatacl...
> >
> > > Takezaki
> >
> > > 2010/3/19 Alexandru Farcas 
> >
> > > > i have the same problem ...
> >
> > > > in some cases, for some searches I get this error and is very
> annoying
> > > > because I can not increase the timeout ...
> > > > It's very urgent to me ... so, if anyone can help me/us to resolve
> > > > this "problem"...
> >
> > > > On Mar 18, 1:25 pm, Ice13ill  wrote:
> > > > > Everybody says that using the setConntectionTimeout() can set the
> > > > > maximum timeout to 10 seconds.
> > > > > I also tried setting service.setConnectionTimeout() (witch sets the
> > > > > timeout for the HttpUrlConnectiion object used to fetch data) but
> with
> > > > > no effect (contrary to what it says here:
> > > >
> http://code.google.com/appengine/docs/java/urlfetch/overview.html#Req...).
> > > > > I have read somewhere that this pb was fixed in an early release
> but
> > > > > it doesn't appear so.
> > > > > Can anyone help ?
> >
> > > > > On Jan 20, 7:42 am, smile laugh  wrote:
> >
> > > > > > I also get same error
> >
> > > > > > is there someone can help me out
> >
> > > > --
> > > > 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-j...@googlegroups.com.
> > > > To unsubscribe from this group, send email to
> > > > google-appengine-java+unsubscr...@googlegroups.com
> 
> >
> > > > .
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/google-appengine-java?hl=en.
> >
> > > --
> > > _/ 有限会社バーチャルテクノロジー 竹嵜 伸一郎
> > > _/ Virtual Technology, Ready to Cloud
> > > _/http://www.virtual-tech.net/
>
> --
> 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-j...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>

-- 
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-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Re: How to exclude requests to /stats when viewing appstats?

2010-04-02 Thread Andrei Cosmin Fifiiţă
Well, the pb is i don't know exactly. I actually need all of them... well
except /stats :P

On 1 April 2010 22:19, Peter Ondruska  wrote:

> Well, then let the filter filter explicitly those url-patterns you
> want to check stats for.
>
> On 1 dub, 16:20, Ice13ill  wrote:
> > I'm trying to use appstats to view the requests to my app. But i can't
> > exclude the requests to /stats/ as stated in the dev guide:
> >
> > "This installs the filter for all URLs, with the  of /*.
> > (This includes the Appstats web-based administration interface
> > discussed in the next section, which you may prefer to exclude from
> > recording.) You can specify a different pattern to limit Appstats to
> > URLs that match the pattern."
> >
> > I tried creating a filter witch treats request to url-pattern /stats/*
> > and placing it before the AppstatsFilter mapping in the web.xml file,
> > but it just shows a blank page, not the appstats GUI.
> >
> > Is there an exclusion tag or regex to use within the url-patter tag ?
>
> --
> 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-j...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>

-- 
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-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Re: AppEngine session advice

2010-05-27 Thread Andrei Cosmin Fifiiţă
Well the sequence described was run a few times... enough to say that i can
recreate it: as u said, this pb appears after 3-4 maybe 5 min of not using
the app.

But if what you said is happening... how can I resolve this issue ?

On 28 May 2010 00:37, Mike  wrote:

> It might be helpful to see the entire trace for a series of runs.
>
> Is the app only slow after a period of not being used?  If so, have
> you looked into the possibility that the app is being swapped out, and
> so the JVM is being re-created and spun up for the next call?
>
> On May 27, 4:20 am, Ice13ill  wrote:
> > Well, for me it's kinda strange, because i think i don't really
> > understand what's going on...
> > Let's say I want to get all my documents using gdata for docs list
> > (just an example). So, first I call getUserCredentials() (which makes
> > a query to datastore to get parameters: 31 ms) then an url_fetch (for
> > gdata: 50ms) and then another query to get other docs from datastore
> > (40ms) (app stats).
> > What i don't understand is this:
> >  - first query is made after about 2500 ms
> >  - between first call (first datastore query) and the second call (url
> > fetch) there are about 900 ms, 500ms between second and third
> >  - RPC total: 121 ms (sum of those 3 calls), Grand total : 4000 ms
> >
> > I don't understand those large gaps. Am I reading it wrong ?
> >
> > So I don't think the call to UserServiceFactory.getUserService() is
> > long taking... It's like the my session enters a sleep state if i
> > don't use the app for about 2-3 minutes (can this be related to
> >  ?).
> >
> > On May 26, 11:36 pm, Mike  wrote:
> >
> >
> >
> > > Some questions:
> >
> > > 1) Did you run the server trace on your code to see what was slow?
> >
> > > 2) One idea -- rather than calling UserServiceFactory.getUserService()
> > > every time in the servlet -- why not hang onto that in the Servlet
> > > (say, by doing that once in the constructor) and using it over and
> > > over (so long as the Servlet is long-lived, all subsequent calls will
> > > be much faster).
> >
> > > 3) What have you tried, and what are you seeing?
> >
> > > Cheers
> > > Mike
> >
> > > On May 25, 5:18 am, Ice13ill  wrote:
> >
> > > > I'm building an app that uses Google account auth.
> > > > The application also uses a custom persistent entity (UserProfile)
> for
> > > > users that are registered (so basically there are functionalities
> that
> > > > can be used for free and others by registering).
> > > > At the beginning, the app was simple, so at every request the user
> was
> > > > checked by calling .getUserService().getCurrentUser() (including at
> > > > first login obviously). But it seams that a call to that method can
> > > > sometimes take about 3-5 seconds and also, clearly it is not he best
> > > > way.
> > > > So I need some advice implementing the session part, using what is
> > > > described in the appengine documentation (session-enable + memcache +
> > > > etc) . It does'n seem hard, but I know that some hints&tips could
> help
> > > > me at the beginning.
> > > > Thanks.
> >
> > > > --
> > > > 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-j...@googlegroups.com.
> > > > To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com
> .
> > > > For more options, visit this group athttp://
> groups.google.com/group/google-appengine-java?hl=en.
>
> --
> 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-j...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>

-- 
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-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Re: Facebook Federated Login

2011-07-08 Thread Andrei Cosmin Fifiiţă
I already use Federated login for google and yahoo (getting the login link
with a simple call to createLoginUrl(domain, attrbutes, ...) , so i wanted
to know if i could use this for facebook also

On 7 July 2011 23:29, Nichole  wrote:

> Or use OpenAuth instead?
>
> On Jul 5, 10:33 pm, Shash Joshi  wrote:
> > I have used it, and it works great!
>
> --
> 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 to
> google-appengine-java+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>

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



Re: [appengine-java] Re: Facebook Federated Login

2011-07-08 Thread Andrei Cosmin Fifiiţă
Thank you.

On 8 July 2011 11:43, Ravi Sharma  wrote:

> No You can not use federated login for facebook..
>
> i have used facebook login like this
>
>
> http://techsravi.blogspot.com/2011/05/facebook-login-on-google-app-enginejava.html
>
>
> 2011/7/8 Andrei Cosmin Fifiiţă 
>
>> I already use Federated login for google and yahoo (getting the login link
>> with a simple call to createLoginUrl(domain, attrbutes, ...) , so i wanted
>> to know if i could use this for facebook also
>>
>> On 7 July 2011 23:29, Nichole  wrote:
>>
>>> Or use OpenAuth instead?
>>>
>>> On Jul 5, 10:33 pm, Shash Joshi  wrote:
>>> > I have used it, and it works great!
>>>
>>> --
>>> 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 to
>>> google-appengine-java+unsubscr...@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/google-appengine-java?hl=en.
>>>
>>>
>>  --
>> 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 to
>> google-appengine-java+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/google-appengine-java?hl=en.
>>
>
>  --
> 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 to
> google-appengine-java+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>

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



Re: [appengine-java] GWT + GAE Deployment

2011-08-03 Thread Andrei Cosmin Fifiiţă
As far I know, build automatically does not affect the GWT compiler

On 4 August 2011 07:09, acellam guy  wrote:

> From eclipse
> Project-build automatically
> Also check on your gwt  properties
>
> On Aug 3, 2011 11:37 PM, "Renan Mobile" 
> wrote:
> > I 'm curious too!
> >
> > --
> > Atenciosamente,
> > Renan Franca
> > -
> > Presidente
> > 
> > - Renan Mobile ltda: http://renanmobile.com - Soluções em Dispositivos
> > Móveis (Smartphones) com integração via web.
> > - Soluções em:
> > Android (Smartphones);
> > Google Web Toolkit (Web);
> > Em 03/08/2011 16:41, "objectuser"  escreveu:
> >> What settings are those?
> >>
> >> --
> >> 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/-/1m7bPo0q3ysJ.
> >> To post to this group, send email to
> > google-appengine-java@googlegroups.com.
> >> To unsubscribe from this group, send email to
> > google-appengine-java+unsubscr...@googlegroups.com.
> >> For more options, visit this group at
> > http://groups.google.com/group/google-appengine-java?hl=en.
> >>
> >
> > --
> > 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 to
> google-appengine-java+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
> >
>
> --
> 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 to
> google-appengine-java+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>

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



Re: [appengine-java] Re: GWT + GAE Deployment

2011-08-08 Thread Andrei Cosmin Fifiiţă
Thank you for your answers. I thought that GWT's compiler had some features
i didn't know about :)

On 8 August 2011 10:18, Heiko Roth  wrote:

> GWT Compilation just consumes time.
> That's it. You can't accelerate compiling.
> Don't deploy that much ;-)
>
> Iuse two eclipse projects. One project is just for deploying and with
> the other I can work while deploying.
>
> --
> 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 to
> google-appengine-java+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>

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



Re: [appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-16 Thread Andrei Cosmin Fifiiţă
I also removed the dot from the sender's email, but it didn't work. Do I
also have to remove the user from Permissions list, and add it (send
invitation) again without the dot ?

On 16 August 2011 01:17, Greg  wrote:

> I had the same problem - the application broke even though there had been
> no changes in a month.  Changing the sender to a gmail address without the
> dot solved it, as advertised.
> It was not encouraging that there was still no fix by Google, and that the
> workaround was necessary.  As someone else pointed out, having to change the
> sender means that some users will no longer get the e-mails because of
> overly-tight spam filters.
>
> --
> 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/-/FBcpjq6gJP4J.
>
> To post to this group, send email to
> google-appengine-java@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>

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



Re: [appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-16 Thread Andrei Cosmin Fifiiţă
The sender is not Billing administrator. The users that i tested (that
didn't contain a dot) worked without being billing admins.
Also, I believe there can only be one billing administrator right ?

On 16 August 2011 13:06, Taiga  wrote:

> Hi.
>
> My Application's sender success to sending email
> meet these requirements:
>
> * The application enable billing.
> * The sender is "Billing Administrator".
>
> Does your application's sender have the role of "Billing Administrator" ?
>
> (I got these requirements on Google-App-Engine-Japan group's user.)
>
> -- Taiga 
>
> 2011年8月16日火曜日17時58分02秒 UTC+9 Ice13ill:
>>
>> I also removed the dot from the sender's email, but it didn't work. Do I
>> also have to remove the user from Permissions list, and add it (send
>> invitation) again without the dot ?
>>
>> On 16 August 2011 01:17, Greg  wrote:
>>
>>> I had the same problem - the application broke even though there had been
>>> no changes in a month.  Changing the sender to a gmail address without the
>>> dot solved it, as advertised.
>>> It was not encouraging that there was still no fix by Google, and that
>>> the workaround was necessary.  As someone else pointed out, having to change
>>> the sender means that some users will no longer get the e-mails because of
>>> overly-tight spam filters.
>>>
>>> --
>>> 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/-/**FBcpjq6gJP4J
>>> .
>>>
>>> To post to this group, send email to google-app...@googlegroups.com**.
>>> To unsubscribe from this group, send email to google-appengine...@**
>>> googlegroups.com.
>>>
>>> For more options, visit this group at http://groups.google.com/**
>>> group/google-appengine-java?**hl=en
>>> .
>>>
>>
>>  --
> 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/-/MmGhZslkGesJ.
>
> To post to this group, send email to
> google-appengine-java@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>

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



Re: [appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-16 Thread Andrei Cosmin Fifiiţă
Well, i still cannot use my original email address without the dot (i
changed the sender in my code), but it seams that others managed to
succeed... is there something i'm missing?
On Aug 16, 2011 1:41 PM, "Taiga"  wrote:
> Hi, Ice13ill
> Thank you. I tried to send mail from user not Billing Administrator,
> and Success!
> The billing admins' role does not matter about this problem, I got.
>
> -- Taiga 
>
> 2011年8月16日火曜日19時09分13秒 UTC+9 Ice13ill:
>>
>> The sender is not Billing administrator. The users that i tested (that
>> didn't contain a dot) worked without being billing admins.
>> Also, I believe there can only be one billing administrator right ?
>>
>> On 16 August 2011 13:06, Taiga  wrote:
>>
>>> Hi.
>>>
>>> My Application's sender success to sending email
>>> meet these requirements:
>>>
>>> * The application enable billing.
>>> * The sender is "Billing Administrator".
>>>
>>> Does your application's sender have the role of "Billing Administrator"
?
>>>
>>> (I got these requirements on Google-App-Engine-Japan group's user.)
>>>
>>> -- Taiga 
>>>
>>> 2011年8月16日火曜日17時58分02秒 UTC+9 Ice13ill:

 I also removed the dot from the sender's email, but it didn't work. Do
I
 also have to remove the user from Permissions list, and add it (send
 invitation) again without the dot ?

 On 16 August 2011 01:17, Greg  wrote:

> I had the same problem - the application broke even though there had
> been no changes in a month. Changing the sender to a gmail address
without
> the dot solved it, as advertised.
> It was not encouraging that there was still no fix by Google, and that

> the workaround was necessary. As someone else pointed out, having to
change
> the sender means that some users will no longer get the e-mails
because of
> overly-tight spam filters.
>
> --
> 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/-/**FBcpjq6gJP4J<
https://groups.google.com/d/msg/google-appengine-java/-/FBcpjq6gJP4J>
> .
>
> To post to this group, send email to google...@googlegroups.com**.
> To unsubscribe from this group, send email to google-appengine...@**
> googlegroups.com.
>
> For more options, visit this group at http://groups.google.com/**
> group/google-appengine-java?**hl=en<
http://groups.google.com/group/google-appengine-java?hl=en>
> .
>

 --
>>> 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/-/MmGhZslkGesJ.
>>>
>>> To post to this group, send email to google-app...@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> google-appengine...@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/google-appengine-java?hl=en.
>>>
>>
>>
>
> --
> 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/-/icFDFOG-VsUJ.
> To post to this group, send email to
google-appengine-java@googlegroups.com.
> To unsubscribe from this group, send email to
google-appengine-java+unsubscr...@googlegroups.com.
> For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en.
>

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



Re: [appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-16 Thread Andrei Cosmin Fifiiţă
So that means i have to remove the user from Permissions and add it again?
On Aug 16, 2011 1:59 PM, "Asmaa EL MOKHTARI" 
wrote:
> hi Andrei,
>
> You must log in to your App Engine account by the sender mail without dot
> "."
>
>
>
> 2011/8/16 Andrei Cosmin Fifiiţă 
>
>> Well, i still cannot use my original email address without the dot (i
>> changed the sender in my code), but it seams that others managed to
>> succeed... is there something i'm missing?
>> On Aug 16, 2011 1:41 PM, "Taiga"  wrote:
>> > Hi, Ice13ill
>> > Thank you. I tried to send mail from user not Billing Administrator,
>> > and Success!
>> > The billing admins' role does not matter about this problem, I got.
>> >
>> > -- Taiga 
>> >
>> > 2011年8月16日火曜日19時09分13秒 UTC+9 Ice13ill:
>> >>
>> >> The sender is not Billing administrator. The users that i tested (that
>> >> didn't contain a dot) worked without being billing admins.
>> >> Also, I believe there can only be one billing administrator right ?
>> >>
>> >> On 16 August 2011 13:06, Taiga  wrote:
>> >>
>> >>> Hi.
>> >>>
>> >>> My Application's sender success to sending email
>> >>> meet these requirements:
>> >>>
>> >>> * The application enable billing.
>> >>> * The sender is "Billing Administrator".
>> >>>
>> >>> Does your application's sender have the role of "Billing
Administrator"
>> ?
>> >>>
>> >>> (I got these requirements on Google-App-Engine-Japan group's user.)
>> >>>
>> >>> -- Taiga 
>> >>>
>> >>> 2011年8月16日火曜日17時58分02秒 UTC+9 Ice13ill:
>> >>>>
>> >>>> I also removed the dot from the sender's email, but it didn't work.
Do
>> I
>> >>>> also have to remove the user from Permissions list, and add it (send
>> >>>> invitation) again without the dot ?
>> >>>>
>> >>>> On 16 August 2011 01:17, Greg  wrote:
>> >>>>
>> >>>>> I had the same problem - the application broke even though there
had
>> >>>>> been no changes in a month. Changing the sender to a gmail address
>> without
>> >>>>> the dot solved it, as advertised.
>> >>>>> It was not encouraging that there was still no fix by Google, and
>> that
>> >>>>> the workaround was necessary. As someone else pointed out, having
to
>> change
>> >>>>> the sender means that some users will no longer get the e-mails
>> because of
>> >>>>> overly-tight spam filters.
>> >>>>>
>> >>>>> --
>> >>>>> 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/-/**FBcpjq6gJP4J<
>> https://groups.google.com/d/msg/google-appengine-java/-/FBcpjq6gJP4J>
>>
>> >>>>> .
>> >>>>>
>> >>>>> To post to this group, send email to google...@googlegroups.com**.
>> >>>>> To unsubscribe from this group, send email to google-appengine...@
**
>> >>>>> googlegroups.com.
>> >>>>>
>> >>>>> For more options, visit this group at http://groups.google.com/**
>> >>>>> group/google-appengine-java?**hl=en<
>> http://groups.google.com/group/google-appengine-java?hl=en>
>>
>> >>>>> .
>> >>>>>
>> >>>>
>> >>>> --
>> >>> 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/-/MmGhZslkGesJ.
>> >>>
>> >>> To post to this group, send email to google-app...@googlegroups.com.
>> >>> To unsubscribe from this group, send email to
>> >>> google-appengine...@googlegroups.com.
>> >>> For more options, visit this group at
>> >>> http://groups.google.com/

Re: [appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-16 Thread Andrei Cosmin Fifiiţă
The original email is at gmail.com, as well as the email that works. My app
has the federated login option selected, but it has nothing to do with the
users that send the emails.
On Aug 16, 2011 2:19 PM, "Taiga"  wrote:
> Please let me confirm this, one more, before remove the user.
>
> Do your original email address uses "federated login" ?
> (and do your good-working tested email does not uses federated login ?)
>
> There are some trouble about sending email from federated login user.
> (I got the information on Google-App-Engine-Japan group's log.)
>
> -- Taiga 
>
> 2011年8月16日火曜日20時01分06秒 UTC+9 Ice13ill:
>>
>> So that means i have to remove the user from Permissions and add it
again?
>> On Aug 16, 2011 1:59 PM, "Asmaa EL MOKHTARI" 
>> wrote:
>> > hi Andrei,
>> >
>> > You must log in to your App Engine account by the sender mail without
dot
>> > "."
>> >
>> >
>> >
>> > 2011/8/16 Andrei Cosmin Fifiiţă 
>> >
>> >> Well, i still cannot use my original email address without the dot (i
>> >> changed the sender in my code), but it seams that others managed to
>> >> succeed... is there something i'm missing?
>> >> On Aug 16, 2011 1:41 PM, "Taiga"  wrote:
>> >> > Hi, Ice13ill
>> >> > Thank you. I tried to send mail from user not Billing Administrator,
>> >> > and Success!
>> >> > The billing admins' role does not matter about this problem, I got.
>> >> >
>> >> > -- Taiga 
>> >> >
>> >> > 2011年8月16日火曜日19時09分13秒 UTC+9 Ice13ill:
>> >> >>
>> >> >> The sender is not Billing administrator. The users that i tested
>> (that
>> >> >> didn't contain a dot) worked without being billing admins.
>> >> >> Also, I believe there can only be one billing administrator right ?
>> >> >>
>> >> >> On 16 August 2011 13:06, Taiga  wrote:
>> >> >>
>> >> >>> Hi.
>> >> >>>
>> >> >>> My Application's sender success to sending email
>> >> >>> meet these requirements:
>> >> >>>
>> >> >>> * The application enable billing.
>> >> >>> * The sender is "Billing Administrator".
>> >> >>>
>> >> >>> Does your application's sender have the role of "Billing
>> Administrator"
>> >> ?
>> >> >>>
>> >> >>> (I got these requirements on Google-App-Engine-Japan group's
user.)
>> >> >>>
>> >> >>> -- Taiga 
>> >> >>>
>> >> >>> 2011年8月16日火曜日17時58分02秒 UTC+9 Ice13ill:
>> >> >>>>
>> >> >>>> I also removed the dot from the sender's email, but it didn't
work.
>> Do
>> >> I
>> >> >>>> also have to remove the user from Permissions list, and add it
>> (send
>> >> >>>> invitation) again without the dot ?
>> >> >>>>
>> >> >>>> On 16 August 2011 01:17, Greg  wrote:
>> >> >>>>
>> >> >>>>> I had the same problem - the application broke even though there

>> had
>> >> >>>>> been no changes in a month. Changing the sender to a gmail
address
>> >> without
>> >> >>>>> the dot solved it, as advertised.
>> >> >>>>> It was not encouraging that there was still no fix by Google,
and
>> >> that
>> >> >>>>> the workaround was necessary. As someone else pointed out,
having
>> to
>> >> change
>> >> >>>>> the sender means that some users will no longer get the e-mails
>> >> because of
>> >> >>>>> overly-tight spam filters.
>> >> >>>>>
>> >> >>>>> --
>> >> >>>>> 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/-/**FBcpjq6gJP4J<
>> >> https://groups.google.com/d/msg/google-appengine-java/-/F

Re: [appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-16 Thread Andrei Cosmin Fifiiţă
I removed the user and add it again, sending invitation to the address
without dot. When I accepted the invitation, i logged in typing the address
without the dot. After accepting the invitation the email was registered as
it was originally created (with a dot), so it did not work :(
I don't know what's the problem...

On 16 August 2011 14:30, Asmaa EL MOKHTARI wrote:

> for me, i don't use the federated login.
>
>
> 2011/8/16 Andrei Cosmin Fifiiţă 
>
>> The original email is at gmail.com, as well as the email that works. My
>> app has the federated login option selected, but it has nothing to do with
>> the users that send the emails.
>>  On Aug 16, 2011 2:19 PM, "Taiga"  wrote:
>> > Please let me confirm this, one more, before remove the user.
>> >
>> > Do your original email address uses "federated login" ?
>> > (and do your good-working tested email does not uses federated login ?)
>> >
>> > There are some trouble about sending email from federated login user.
>> > (I got the information on Google-App-Engine-Japan group's log.)
>> >
>> > -- Taiga 
>> >
>> > 2011年8月16日火曜日20時01分06秒 UTC+9 Ice13ill:
>> >>
>> >> So that means i have to remove the user from Permissions and add it
>> again?
>> >> On Aug 16, 2011 1:59 PM, "Asmaa EL MOKHTARI" 
>> >> wrote:
>> >> > hi Andrei,
>> >> >
>> >> > You must log in to your App Engine account by the sender mail without
>> dot
>> >> > "."
>> >> >
>> >> >
>> >> >
>> >> > 2011/8/16 Andrei Cosmin Fifiiţă 
>> >> >
>> >> >> Well, i still cannot use my original email address without the dot
>> (i
>> >> >> changed the sender in my code), but it seams that others managed to
>> >> >> succeed... is there something i'm missing?
>> >> >> On Aug 16, 2011 1:41 PM, "Taiga"  wrote:
>> >> >> > Hi, Ice13ill
>> >> >> > Thank you. I tried to send mail from user not Billing
>> Administrator,
>> >> >> > and Success!
>> >> >> > The billing admins' role does not matter about this problem, I
>> got.
>> >> >> >
>> >> >> > -- Taiga 
>> >> >> >
>> >> >> > 2011年8月16日火曜日19時09分13秒 UTC+9 Ice13ill:
>> >> >> >>
>> >> >> >> The sender is not Billing administrator. The users that i tested
>> >> (that
>> >> >> >> didn't contain a dot) worked without being billing admins.
>> >> >> >> Also, I believe there can only be one billing administrator right
>> ?
>> >> >> >>
>> >> >> >> On 16 August 2011 13:06, Taiga  wrote:
>> >> >> >>
>> >> >> >>> Hi.
>> >> >> >>>
>> >> >> >>> My Application's sender success to sending email
>> >> >> >>> meet these requirements:
>> >> >> >>>
>> >> >> >>> * The application enable billing.
>> >> >> >>> * The sender is "Billing Administrator".
>> >> >> >>>
>> >> >> >>> Does your application's sender have the role of "Billing
>> >> Administrator"
>> >> >> ?
>> >> >> >>>
>> >> >> >>> (I got these requirements on Google-App-Engine-Japan group's
>> user.)
>> >> >> >>>
>> >> >> >>> -- Taiga 
>> >> >> >>>
>> >> >> >>> 2011年8月16日火曜日17時58分02秒 UTC+9 Ice13ill:
>> >> >> >>>>
>> >> >> >>>> I also removed the dot from the sender's email, but it didn't
>> work.
>> >> Do
>> >> >> I
>> >> >> >>>> also have to remove the user from Permissions list, and add it
>> >> (send
>> >> >> >>>> invitation) again without the dot ?
>> >> >> >>>>
>> >> >> >>>> On 16 August 2011 01:17, Greg  wrote:
>> >> >> >>>>
>> >> >> >>>>> I had the same problem - the application broke even though
>> there
>>

Re: [appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-16 Thread Andrei Cosmin Fifiiţă
I tested as Developer and Owner. The problem is that even though i invited
the user using its address without the dot, App Engine seas the original
email address, created with a dot. My code uses the address without the dot
when trying to send an email, but still, doesn't work...
The new user created for testing (without any dots) was added to Permissions
list as Developer and it worked.

On 16 August 2011 15:03, Taiga  wrote:

> Do you invite the address as "owner" ?
> (or does the address has "owner" role now ?)
>
> 2011年8月16日火曜日20時51分11秒 UTC+9 Ice13ill:
>>
>> I removed the user and add it again, sending invitation to the address
>> without dot. When I accepted the invitation, i logged in typing the address
>> without the dot. After accepting the invitation the email was registered as
>> it was originally created (with a dot), so it did not work :(
>>  I don't know what's the problem...
>>
>> On 16 August 2011 14:30, Asmaa EL MOKHTARI  wrote:
>>
>>> for me, i don't use the federated login.
>>>
>>>
>>> 2011/8/16 Andrei Cosmin Fifiiţă 
>>>
>>>> The original email is at gmail.com, as well as the email that works. My
>>>> app has the federated login option selected, but it has nothing to do with
>>>> the users that send the emails.
>>>>  On Aug 16, 2011 2:19 PM, "Taiga"  wrote:
>>>> > Please let me confirm this, one more, before remove the user.
>>>> >
>>>> > Do your original email address uses "federated login" ?
>>>> > (and do your good-working tested email does not uses federated login
>>>> ?)
>>>> >
>>>> > There are some trouble about sending email from federated login user.
>>>> > (I got the information on Google-App-Engine-Japan group's log.)
>>>> >
>>>> > -- Taiga 
>>>>
>>>> >
>>>> > 2011年8月16日火曜日20時01分06秒 UTC+9 Ice13ill:
>>>> >>
>>>> >> So that means i have to remove the user from Permissions and add it
>>>> again?
>>>> >> On Aug 16, 2011 1:59 PM, "Asmaa EL MOKHTARI" 
>>>> >> wrote:
>>>> >> > hi Andrei,
>>>> >> >
>>>> >> > You must log in to your App Engine account by the sender mail
>>>> without dot
>>>> >> > "."
>>>> >> >
>>>> >> >
>>>> >> >
>>>> >> > 2011/8/16 Andrei Cosmin Fifiiţă 
>>>>
>>>> >> >
>>>> >> >> Well, i still cannot use my original email address without the dot
>>>> (i
>>>> >> >> changed the sender in my code), but it seams that others managed
>>>> to
>>>> >> >> succeed... is there something i'm missing?
>>>> >> >> On Aug 16, 2011 1:41 PM, "Taiga"  wrote:
>>>> >> >> > Hi, Ice13ill
>>>> >> >> > Thank you. I tried to send mail from user not Billing
>>>> Administrator,
>>>> >> >> > and Success!
>>>> >> >> > The billing admins' role does not matter about this problem, I
>>>> got.
>>>> >> >> >
>>>> >> >> > -- Taiga 
>>>>
>>>> >> >> >
>>>> >> >> > 2011年8月16日火曜日19時09分13秒 UTC+9 Ice13ill:
>>>> >> >> >>
>>>> >> >> >> The sender is not Billing administrator. The users that i
>>>> tested
>>>> >> (that
>>>> >> >> >> didn't contain a dot) worked without being billing admins.
>>>> >> >> >> Also, I believe there can only be one billing administrator
>>>> right ?
>>>> >> >> >>
>>>> >> >> >> On 16 August 2011 13:06, Taiga  wrote:
>>>> >> >> >>
>>>> >> >> >>> Hi.
>>>> >> >> >>>
>>>> >> >> >>> My Application's sender success to sending email
>>>> >> >> >>> meet these requirements:
>>>> >> >> >>>
>>>> >> >> >>> * The application enable billing.
>>>> >> >> >>> * The sender is "Billing Administrator&

Re: [appengine-java] Re: javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-16 Thread Andrei Cosmin Fifiiţă
Well, yes, that is what i tried...  I thought it worked for some people but
i has wrong... I knew that removing the dot was actually a representation of
the same address, that's why i removed the account from Permissions, and add
it again... Anyways, this is somehow annoying so i hope they'll fix the
problem soon :)

On 16 August 2011 15:28, Asmaa EL MOKHTARI wrote:

> are you using the same email adress whout dot "." ?
> because in other GAE forum, i found this:
>
> (As a workaround, I tried adding the same gmail address I've been using,
> but without the .'s in it, as a developer.
>
> No dice.  It let me accept the invitation, but then the new non-dot
> developer disappeared from the Permissions list.
>
> So, apparently, GAE recognized that the two emails were actually the same
> google account.
>
> On the advice of google (over at the production issue report), I've
> rejiggered my app to send from a different email account, and notified my
> users of the change.)
>
>
>
>
> 2011/8/16 Andrei Cosmin Fifiiţă 
>
>> I tested as Developer and Owner. The problem is that even though i invited
>> the user using its address without the dot, App Engine seas the original
>> email address, created with a dot. My code uses the address without the dot
>> when trying to send an email, but still, doesn't work...
>> The new user created for testing (without any dots) was added to
>> Permissions list as Developer and it worked.
>>
>>
>> On 16 August 2011 15:03, Taiga  wrote:
>>
>>> Do you invite the address as "owner" ?
>>> (or does the address has "owner" role now ?)
>>>
>>> 2011年8月16日火曜日20時51分11秒 UTC+9 Ice13ill:
>>>>
>>>> I removed the user and add it again, sending invitation to the address
>>>> without dot. When I accepted the invitation, i logged in typing the address
>>>> without the dot. After accepting the invitation the email was registered as
>>>> it was originally created (with a dot), so it did not work :(
>>>>  I don't know what's the problem...
>>>>
>>>> On 16 August 2011 14:30, Asmaa EL MOKHTARI wrote:
>>>>
>>>>> for me, i don't use the federated login.
>>>>>
>>>>>
>>>>> 2011/8/16 Andrei Cosmin Fifiiţă 
>>>>>
>>>>>> The original email is at gmail.com, as well as the email that works.
>>>>>> My app has the federated login option selected, but it has nothing to do
>>>>>> with the users that send the emails.
>>>>>>  On Aug 16, 2011 2:19 PM, "Taiga"  wrote:
>>>>>> > Please let me confirm this, one more, before remove the user.
>>>>>> >
>>>>>> > Do your original email address uses "federated login" ?
>>>>>> > (and do your good-working tested email does not uses federated login
>>>>>> ?)
>>>>>> >
>>>>>> > There are some trouble about sending email from federated login
>>>>>> user.
>>>>>> > (I got the information on Google-App-Engine-Japan group's log.)
>>>>>> >
>>>>>> > -- Taiga 
>>>>>>
>>>>>> >
>>>>>> > 2011年8月16日火曜日20時01分06秒 UTC+9 Ice13ill:
>>>>>> >>
>>>>>> >> So that means i have to remove the user from Permissions and add it
>>>>>> again?
>>>>>> >> On Aug 16, 2011 1:59 PM, "Asmaa EL MOKHTARI" 
>>>>>> >> wrote:
>>>>>> >> > hi Andrei,
>>>>>> >> >
>>>>>> >> > You must log in to your App Engine account by the sender mail
>>>>>> without dot
>>>>>> >> > "."
>>>>>> >> >
>>>>>> >> >
>>>>>> >> >
>>>>>> >> > 2011/8/16 Andrei Cosmin Fifiiţă 
>>>>>>
>>>>>> >> >
>>>>>> >> >> Well, i still cannot use my original email address without the
>>>>>> dot (i
>>>>>> >> >> changed the sender in my code), but it seams that others managed
>>>>>> to
>>>>>> >> >> succeed... is there something i'm missing?
>>>>>> >> >> On Aug 16, 2011 1:41 PM, "Taiga"  wrote:
>>>>>&

Re: [appengine-java] Re: Best performance for deleting and inserting entities

2010-07-10 Thread Andrei Cosmin Fifiiţă
Thanks for the feedback.
Btw, using low level api should have better performance than using jdo ? And
also, (regardless of jdo or low level api) making persistent a collection of
entities is *significantly* better than one at a time ?

On 10 July 2010 17:22, John Patterson  wrote:

> You can use the RemoteDatastore to do bulk puts directly from your desktop
> to the live datastore.  It is extremely fast as it simply forwards on the
> binary protocol buffer data from one environment to another.
>
> http://code.google.com/p/remote-datastore/
>
>
> On 10 Jul 2010, at 20:06, Robert Lancer wrote:
>
>  What I would do is create a servlet that accepts a row or rows of the
>> spreadsheet as params, and then create a local java app to read from
>> the spreadsheet and gradually feed the spreadsheet to the servlet, app
>> engine accepts up to 500 entities in a put.
>>
>> On Jul 10, 7:56 am, Ice13ill  wrote:
>>
>>> I want to upload big number of objects (from an xls file) into
>>> datastore. What is the best way (least time consuming) for inserting
>>> and deleting a collection of entities ?
>>>
>>
>> --
>> 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-j...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-appengine-java+unsubscr...@googlegroups.com
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/google-appengine-java?hl=en.
>>
>>
> --
> 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-j...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>

-- 
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-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Re: Datastore latencies problems

2010-10-22 Thread Andrei Cosmin Fifiiţă
seconds :)

On Fri, Oct 22, 2010 at 8:48 PM, Ikai Lan (Google)

> wrote:

> There are definitely high traffic times and low traffic times, but I would
> be surprised if it had a significant impact on the performance of your
> application. Can you track this with metrics and keep us posted? When you
> say "10 or 25", what are you referring to? Entities? Milliseconds?
>
>
> --
> Ikai Lan
> Developer Programs Engineer, Google App Engine
> Blogger: http://googleappengine.blogspot.com
> Reddit: http://www.reddit.com/r/appengine
> Twitter: http://twitter.com/app_engine
>
>
>
> On Thu, Oct 21, 2010 at 12:54 PM, Ice13ill wrote:
>
>> First of all, i realized that part of the problem was the range of the
>> query (my data objects/entities grew very fast so i didn't that i was
>> retrieving 1000 entities per query). But my pb is that i don't really
>> "get it" ... the difference in time between queries is very different
>> from moment to moment, although it's the same query.(10 or 25 for
>> ex...) This is more of a curiosity from an "engineer" point of view :P
>> Second, i understand the DeadlineExcededEx but why 500 error code ? Is
>> it related to my inadequate way of making complex queries? is that
>> from my app or may it be because of a high load to datastore ? I say
>> this because it seams to me that the latencies are lower around 8:00
>> GMT (morning in eastern Europe) and rise quite enough after 17:00 GMT
>> (afternoon in East Europe).
>>
>> Thanks...
>>
>> On Oct 21, 10:24 pm, "Ikai Lan (Google)" 
>> 
>> >
>> wrote:
>> > What does the query look like? Query performance can sometimes be
>> affected
>> > by the "shape" of the data - that is, if the data changes, it may change
>> the
>> > number of indexes we need to zig-zag over.
>> >
>> > --
>> > Ikai Lan
>> > Developer Programs Engineer, Google App Engine
>> > Blogger:http://googleappengine.blogspot.com
>> > Reddit:http://www.reddit.com/r/appengine
>> > Twitter:http://twitter.com/app_engine
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> > On Tue, Oct 19, 2010 at 10:44 AM, Ice13ill 
>> wrote:
>> > > The queries (or any other operation for that matter...) have grate
>> > > latencies  (or 500 error code) for about 20 percent of the time.
>> > > For example the same query that yesterday or 2 days ago took about 2
>> > > seconds, now takes between 5 and 25 seconds (the SAME query). The app
>> > > can work fine, with low latencies and then, out of nowhere, operations
>> > > take 5 to 25 secs more than normal (witch lead to
>> > > DeadlineExcededException).
>> >
>> > > On Oct 18, 9:41 pm, Miroslav Genov  wrote:
>> > > >   Does the selected kind has any relationships to another kind ?
>> > > > Do you have many conditional statements in your query ?
>> >
>> > > > I don't think that anyone could help you with this information.
>> Please
>> > > > provide some more information about the definition of your entities
>> and
>> > > > also whether you are using JDO, low level api or some other
>> persistence
>> > > > framework.
>> >
>> > > > On 18.10.2010 г. 20:37 ч., Ice13ill wrote:
>> >
>> > > > > Hello, I need some help from the app engine team. I'm having
>> problems
>> > > > > when accessing the datastore for my application. The runquery
>> requests
>> > > > > cat take about 10 to 25 seconds, and sometimes i get
>> > > > > DeadlineExcededException or 500 error code.
>> >
>> > > > > I was wondering if this is happening to other developers or just
>> me
>> > > > > (or very few). My app id is ebas-gdf. Please advice.
>> >
>> > > --
>> > > 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-j...@googlegroups.com.
>> > > To unsubscribe from this group, send email to
>> > > google-appengine-java+unsubscr...@googlegroups.com> unsubscr...@googlegroups.com>
>> > > .
>> > > For more options, visit this group at
>> > >http://groups.google.com/group/google-appengine-java?hl=en.
>>
>> --
>> 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-j...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-appengine-java+unsubscr...@googlegroups.com
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/google-appengine-java?hl=en.
>>
>>
>  --
> 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-j...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>

-- 
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-a

Re: [appengine-java] Re: Simulating 500 error code

2010-11-03 Thread Andrei Cosmin Fifiiţă
i dont think that is java...

On Wed, Nov 3, 2010 at 3:21 PM, Peter Ondruska wrote:

> def get(self)
> self.error(500)
>
> should work but never triwd myself
>
> Ice13ill napsal(a):
> > Is it possible in App engine Java to simulate on development mode (or
> > production mode) the 500 internal server error ?
>
> --
> 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-j...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>

-- 
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-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Re: Synchronized reads/writes on a memcache variable

2010-12-14 Thread Andrei Cosmin Fifiiţă
I was thinking about that (increment/decrement)...
But, first, if the tasks read the value of the variable that needs to be
incremented, isn't there a posibility that all tasks will read the same
value at the same time and then increment it in the same time ?

On 14 December 2010 11:59, Simon  wrote:

> The synchronized block won't work at all, since it's not guaranteed
> that you only have a single instance of your application running at
> any point in time.  As soon as you have multiple instances then you
> will be synchronizing in different JVMs and hence you'll get multiple
> threads accessing the cache, and hence the same problem will occur.
>
> You could probably use the Memcache increment/decrement functionality
> to hook together a rough cross-instance synchronization, since they
> increment and decrement atomically.
>
> On Dec 14, 5:22 am, Michael Weinberg  wrote:
> > You can use the standard Java synchronization to synchronize the task
> > threads, e.g.
> >
> > synchronized (YourMemcachedDataClass.class) {
> >   YourMemcachedDataClass cachedData =
> > (YourMemcachedDataClass)cache.get(CACHE_KEY);
> >
> >   if (cachedData == null)
> >  cachedData = new YourMemcachedDataClass ();
> >
> >   cachedData.add(...);
> >   cachedData.set(...);
> >
> >   cache.put(CACHE_KEY, cachedData);
> >
> > }
> >
> > this way only 1 thread at a time will get into the synchronized block.
> >
> > Hope it helps..
> >
> > Michael Weinberg
> >
> > On Dec 13, 11:41 am, Ice13ill  wrote:
> >
> > > Maybe there's something that i don't know very well about the memcache
> > > service and this problem is simpler then i thing it is... If so,
> > > please advice :)
> >
> > > On Dec 13, 6:38 pm, Ice13ill  wrote:
> >
> > > > I need advice for implementing concurrent access to a memcache
> > > > variable, when used by multiple running tasks.
> > > > The problem is this: I have a number of tasks reading from datastore
> > > > and doing some processing.
> > > > When the processing is complete, i add a String to a List stored in
> > > > memcache. So i need to get the List from memcache, add a new element,
> > > > and put it back. The pb is that if 2 tasks write on that variable, i
> > > > get an exception (I understand that the memcache service gives me a
> > > > "clone" of the object, not the object itself, or am I wrong ?)
> > > > So how can i avoid more than one tasks writing in the same object ?
>
> --
> 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-j...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>

-- 
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-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Re: Synchronized reads/writes on a memcache variable

2010-12-14 Thread Andrei Cosmin Fifiiţă
H, super...
I was thinking of smth like (val mod 2) == 0/1 (true/false), but the lock
reading wasn't safe.
Thanks!

On 14 December 2010 20:57, Jay Young  wrote:

> Except return lockIndex should just be return true.
>
> --
> 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-j...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>

-- 
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-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.