[google-appengine] Flash and XML

2011-06-10 Thread rc
Is anyone aware of an issue in GAE that prevents .swf files from
loading .xml files? My application works perfectly fine when I host on
my own development machine, but when I upload into GAE the .xml files
appear to be unable to load. At least that's how it feels. I have
double-checked and .xml files are uploaded and accessible directly in
URL bar. All the .xml files referenced are hosted within my app,
nothing is attempting to be accessed from another site.

The logs are cryptic, within app engine dashboard --> Logs. It says
status:[45]\d\d path:/global/assets/objects/media/swf/portfolio/
nhcvr2005/XMLObje   (This is not even the full path)

I've tried to find what status:[45] means, but I haven't been able to
find anything. Any ideas are appreciated.

-rc

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Flash and XML

2011-06-15 Thread rc
The xml files in question reside within the same domain.


On Jun 10, 11:36 pm, Calvin  wrote:
> I think you need a crossdomain.xml file hosted on your app engine app.
>  Flash doesn't allow swfs to read data from other domains unless permission
> is granted by crossdomain.xml.
>
> You can find a sample crossdomain.xml in the h5bp.com package.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Flash and XML

2011-06-15 Thread rc
The xml files in question reside within the same domain and the .swf.
Everything is hosted on GAE.

On Jun 10, 11:36 pm, Calvin  wrote:
> I think you need a crossdomain.xml file hosted on your app engine app.
>  Flash doesn't allow swfs to read data from other domains unless permission
> is granted by crossdomain.xml.
>
> You can find a sample crossdomain.xml in the h5bp.com package.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Flash and XML

2011-08-28 Thread rc
FINALLY figured it out. The issue was case sensitivity on folder and file 
names. I was testing this on a windows box, so my tests locally were 
working. All URL calls appear to be case sensitive with GAE. I take it 
that's a Linux thing.

Thank you to everyone for the ideas.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/FeygMfytYssJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Terrible

2008-09-29 Thread rc

This is the most unuser friendly way of managing a site. You have to
be kidding me, command line deployment?! Unistalling...

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Upload data to development server

2009-09-21 Thread rc

Hi,

I am new to the Google app engine. I have developed a simple app which
has a datastore component. I want to upload some data to the
development server. I am using the 'appcfg.py upload_data' but I am
getting a login/password prompt and I am not sure what to put there. I
tried using my gmail a/c & password but that fails.
Could you please let me know what I am missing here?

Thanks
rc


Uploading data records.

[INFO] Logging to bulkloader-log-20090921.085252

[INFO] Throttling transfers:

[INFO] Bandwidth: 25 bytes/second

[INFO] HTTP connections: 8/second

[INFO] Entities inserted/fetched/modified: 20/second

[INFO] Opening database: bulkloader-progress-20090921.085252.sql3

Please enter login credentials for localhost

Email: r**...@gmail.com

Password for r**...@gmail.com:

[INFO] Connecting to localhost:8080/remote_api

[ERROR   ] Exception during authentication

Traceback (most recent call last):

 File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
google/appengine/tools/bulkloader.py",
line 2985, in Run

   request_manager.Authenticate()

 File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
google/appengine/tools/bulkloader.py",
line 1152, in Authenticate

   remote_api_stub.MaybeInvokeAuthentication()

 File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
google/appengine/ext/remote_api/remote_api_stub.py",
line 494, in MaybeInvokeAuthentication

   datastore_stub._server.Send(datastore_stub._path, payload=None)

 File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
google/appengine/tools/appengine_rpc.py",
line 344, in Send

   f = self.opener.open(req)

 File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/urllib2.py",
line 374, in open

   response = self._open(req, data)

 File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/urllib2.py",
line 392, in _open

   '_open', req)

 File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/urllib2.py",
line 353, in _call_chain

   result = func(*args)

 File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/urllib2.py",
line 1100, in http_open

   return self.do_open(httplib.HTTPConnection, req)

 File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/urllib2.py",
line 1075, in do_open

   raise URLError(err)

URLError: 

[INFO] Authentication Failed

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---