[appengine-java] Re: alishascardwall.com Forbidden 403 Error

2010-10-15 Thread Peter Ondruska
Go to Google Apps domain control panel a remove www mapping to your
GAE application and add it again.

On Oct 16, 5:13 am, Aditya Yadav  wrote:
> I purchased a domain alishascardwall.com for my appid: alishascardwall
> and removed Sites and enabled www mapping for my appid. While
> alishascardwall.appspot.com works fine alishascardwall.com gives a
> Forbidden 403 error. I've created 2 other domains for my other apps and
> I have followed the same steps exactly.
>
> The system doesn't allow me to remove the www mapping or remove the GAE
> service from my account. So I think something got corrupted in the
> process. Need some help getting this working.

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



[appengine-java] Re: alishascardwall.com Forbidden 403 Error

2010-10-15 Thread Aditya Yadav
Peter,


Thanks for the reply.


I have already tried that before posting. I went into Google Apps and
tried removing the www mapping which it didn't let me. I click and
nothing happens. I tried disabling the service. That doesn't work too,
nothing happens.


Thats why I concluded that something got corrupted somehow. And I'm
unable to do anything to fix it.


Aditya

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



[appengine-java] Re: alishascardwall.com Forbidden 403 Error

2010-10-16 Thread Peter Ondruska
What does nslookup tell about your DNS name:

nslookup -q=cname www.kaibo.eu.

(replace kaibo.eu with your domain name)

On Oct 16, 8:37 am, Aditya Yadav  wrote:
> Peter,
>
> Thanks for the reply.
>
> I have already tried that before posting. I went into Google Apps and
> tried removing the www mapping which it didn't let me. I click and
> nothing happens. I tried disabling the service. That doesn't work too,
> nothing happens.
>
> Thats why I concluded that something got corrupted somehow. And I'm
> unable to do anything to fix it.
>
> Aditya

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



[appengine-java] Re: alishascardwall.com Forbidden 403 Error

2010-10-16 Thread Aditya Yadav
C:\Documents and Settings\adityayadav76>nslookup -q=cname
www.alishascardwall.co
m
*** Can't find server name for address 192.168.1.1: Non-existent domain
*** Default servers are not available
Server: UnKnown
Address: 192.168.1.1


Non-authoritative answer:
www.alishascardwall.com canonical name = ghs.google.com

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



[appengine-java] Re: alishascardwall.com Forbidden 403 Error

2010-10-16 Thread Peter Ondruska
I presume you do not have anything in your application logs (error
403), do you?

On Oct 16, 10:30 am, Aditya Yadav  wrote:
> C:\Documents and Settings\adityayadav76>nslookup 
> -q=cnamewww.alishascardwall.co
> m
> *** Can't find server name for address 192.168.1.1: Non-existent domain
> *** Default servers are not available
> Server: UnKnown
> Address: 192.168.1.1
>
> Non-authoritative answer:www.alishascardwall.comcanonical name = 
> ghs.google.com

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



[appengine-java] Re: alishascardwall.com Forbidden 403 Error

2010-10-16 Thread Aditya Yadav
The log shows no Errors, 403 or otherwise.

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



[appengine-java] Re: alishascardwall.com Forbidden 403 Error

2010-10-19 Thread Peter Ondruska
Try again to delete www mapping to GAE, create mapping to some dummy
sites.google.com, and then delete sites and create mapping to GAE. See
if that works.

It is kind of strange as usually if the mapping is wrong you get error
404 not 403.

On Oct 17, 6:17 am, Aditya Yadav  wrote:
> The log shows no Errors, 403 or otherwise.

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



[appengine-java] Re: alishascardwall.com Forbidden 403 Error

2010-11-01 Thread Cloud Evangelist
Peter,

Sorry I was on a vacation. I tried doing what you said. It didn't
work. Is there something else I can try?

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



[appengine-java] Re: alishascardwall.com Forbidden 403 Error

2010-11-01 Thread Cloud Evangelist
Just out of a hunch I tried doing it again. And it seems to have
worked this time.

Thanks for everything.

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