BlazeDS + Google App Engine

Hi Guyz,
BlazeDS is not working with Google App Engine. Although their is a quick fix provided by Martin Zoldano (http://martinzoldano.blogspot.com/2009/04/appengine-adobe-blazeds-fix.html ).
Is their any plan for an official release with a fix for Google App Engine compatability?
Thanks.

Hi. There is no plan for this that I am aware of. I logged a feature request to add support for GAE which will get the issue on someone's radar.
http://bugs.adobe.com/jira/browse/BLZ-444
The fix does look pretty small so may be possible to get this added at some point but we'd probably also want to do some additional testing with GAE.
-Alex

Similar Messages

  • JavaFX to access Google Apps Engine database

    Hi,
    I have developed JavaFX browser application which needs to access Google Apps Engine database. Please help me to find way to access it.

    Hi,
    In javafx you can use java. So for example use can use Java Google App Engine. Look this http://www.wowebook.com/java/beginning-java-google-app-engine.html.
    One more interesting link http://www.java-javafx.com/2010/05/graphical-counter-on-gaej-google-app.html
    Edited by: prodesFx on Feb 22, 2011 11:06 AM

  • Integration with Google App Engine on iPhone

    Has anyone made an iPhone app that integrates with Google App Engine? Are there any restrictions on doing this?
    I have working python code for the client side, including authentication and sharing data, I'm thinking of migrating that code to Objective-C. Wanted to make sure it's OK and see what other people think.

    That's a good point, I was thinking my app would probably not be super popular, but I have no idea. A rough estimate of my app's behavior against the quotas gives me theoretically 65000 active users per day (limiting factor is HTTPRequest quota).
    In any case I am hardcoding a domain name that I own into the app. The server side code is also pretty simple, so if the quotas became a problem I can migrate to EC2 without too much code rewriting. Hopefully.

  • Sending request from sap to google app engine

    Hi All,
    How to send request from sap to google app engine?.
    Regards
    Ramesh

    Hi Mark,
    Could not get which push button you have mentioned.I'm using the HTTP2_POST FM to send the request to google app engine.There is java code running on google app engine which has servlet request method getting request body from HTTP2_POST and in return java sends response to SAP using servlet response.The reponse comes in xml type text.When the request is sent to the google app engine there is no log update on the engine site when the request is sent;there is error on sap side at the time of response as there is no suitable data coming.
    Regards
    Ramesh

  • Google App Engine (GAE) Hosted FDF Form Submittal Server

    Hello, Everyone. Any ideas on how to deploy a php FDF server on Google App Engine? See alexlunnon/fdf-server · GitHub

    Hello,
    I probe in the web.xml file to set the value "client" in the statement that indicated below. When using "server" error occurred on your show.
    <!-- ***** Designate server-side state saving. ***** -->
    <context-param>
    <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
    <param-value>client</param-value>
    </context-param>
    .

  • Google app engine python SDK not working

    I installed the google-appengine-python package in the AUR and followed the app engine hello world example.https://developers.google.com/appengine … helloworld
    Then I start the server with the command
    dev_appserver.py .
    , here is the output:
    WARNING 2013-04-01 09:39:42,671 api_server.py:328] Could not initialize images API; you are likely missing the Python "PIL" module.
    INFO 2013-04-01 09:39:42,674 api_server.py:152] Starting API server at: http://localhost:47061
    INFO 2013-04-01 09:39:42,694 dispatcher.py:98] Starting server "default" running at: http://localhost:8080
    INFO 2013-04-01 09:39:42,701 admin_server.py:117] Starting admin server at: http://localhost:8000
    It seemed everything worked fine but when I tried to access the urls, the connection was rejected with the code  Error 102 (net::ERR_CONNECTION_REFUSED): The server refused the connection.  It seemed the server didn't start at all.
    I also tried to download the official zip package from google and it didn't work either.....
    So, anyone can help me? Thanks in advance.

    Hello all,
    The thing that wished to be done in this thread is also the one of the questions that I wonder much about its answer.
    As asked above, I would like to learn if it is possible to build a connection between "Google App Engine" and SAP. If it seems possible to do that, what would be the potential way for building that connection? Which steps do we have to follow? Could anyone advice something for that?
    Thanks and regards,
    Mustafa

  • Can't run helloworld of Google App Engine (python 2.7)

    I looked and searched for the bug and found the post. -> See comment 29
    But, it seems that it's still not fixed in google-appengine 1.6.4 for python 2.7.
    The exact error is: (Trying to run the helloworld given in docs)
    WARNING 2012-04-06 23:26:00,928 py_zipimport.py:139] Can't open zipfile /usr/lib/python2.7/site-packages/setuptools-0.6c11.egg-info: IOError: [Errno 13] file not accessible: '/usr/lib/python2.7/site-packages/setuptools-0.6c11.egg-info'
    Full terminal output:
    shadyabhi@MBP-archlinux ~/codes/gae $ dev_appserver.py helloworld/
    INFO 2012-04-06 23:25:55,030 appengine_rpc.py:160] Server: appengine.google.com
    INFO 2012-04-06 23:25:55,034 appcfg.py:582] Checking for updates to the SDK.
    INFO 2012-04-06 23:25:56,709 appcfg.py:616] This SDK release is newer than the advertised release.
    WARNING 2012-04-06 23:25:56,710 datastore_file_stub.py:513] Could not read datastore data from /tmp/dev_appserver.datastore
    INFO 2012-04-06 23:25:56,773 dev_appserver_multiprocess.py:647] Running application dev~helloworld on port 8080: http://localhost:8080
    INFO 2012-04-06 23:25:56,774 dev_appserver_multiprocess.py:649] Admin console is available at: http://localhost:8080/_ah/admin
    WARNING 2012-04-06 23:26:00,928 py_zipimport.py:139] Can't open zipfile /usr/lib/python2.7/site-packages/setuptools-0.6c11.egg-info: IOError: [Errno 13] file not accessible: '/usr/lib/python2.7/site-packages/setuptools-0.6c11.egg-info'
    ERROR 2012-04-06 23:26:01,101 wsgi.py:189]
    Traceback (most recent call last):
    File "/opt/google-appengine-python/google/appengine/runtime/wsgi.py", line 187, in Handle
    handler = _config_handle.add_wsgi_middleware(self._LoadHandler())
    File "/opt/google-appengine-python/google/appengine/runtime/wsgi.py", line 239, in _LoadHandler
    raise ImportError('%s has no attribute %s' % (handler, name))
    ImportError: <module 'helloworld' from '/home/shadyabhi/codes/gae/helloworld/helloworld.pyc'> has no attribute app
    INFO 2012-04-06 23:26:01,110 dev_appserver.py:2884] "GET / HTTP/1.1" 500 -
    ERROR 2012-04-06 23:26:01,479 wsgi.py:189]
    Traceback (most recent call last):
    File "/opt/google-appengine-python/google/appengine/runtime/wsgi.py", line 187, in Handle
    handler = _config_handle.add_wsgi_middleware(self._LoadHandler())
    File "/opt/google-appengine-python/google/appengine/runtime/wsgi.py", line 239, in _LoadHandler
    raise ImportError('%s has no attribute %s' % (handler, name))
    ImportError: <module 'helloworld' from '/home/shadyabhi/codes/gae/helloworld/helloworld.pyc'> has no attribute app
    INFO 2012-04-06 23:26:01,486 dev_appserver.py:2884] "GET /favicon.ico HTTP/1.1" 500 -
    Any kind of help would be highly appreciated.
    Last edited by shadyabhi (2012-04-07 15:46:54)

    If you're using python2.7 libraries there's an error with the tutorial
    This line is incorrect:
    application = webapp2.WSGIApplication([('/', MainPage)], debug=True)
    The correct line should be:
    app = webapp2.WSGIApplication([('/', MainPage)], debug=True)
    If it is asking for an "app" attribute, your code helloworld must have this attribute.
    See http://stackoverflow.com/questions/1005 … python-2-7

  • Google App Engine Launcher: wxPython is not available

    Hi
    I'm trying to launch the "google-appengine-wx-launcher-svn" application but I have encountered a problem. First of all, GAE needs python2.5 to work, so I installed python25. To start the application I need to enter now
    python2.5 /opt/google-appengine-wx-launcher-svn/GoogleAppEngineLauncher.py
    which is inconvenient. But there's a simple fix to that I think, right?
    The more important thing is that i have installed wxpython but GAE says during startup:
    wxPython is not available
    and terminates. How can I tell python2.5 that/where wxpython is installed?
    I already tried to add
    sys.path.append("/usr/lib/python2.7/site-packages/wx-2.8-gtk2-unicode/wx/py/")
    to GoogleAppEngineLauncher.py but python is still complaining.
    Best,
    Picoli

    headkase wrote:I'm no expert but I believe you need to install wxPython for Python 2.5 not try to use the Python 2.7 version.  Each version of Python needs to be independent.  You cannot use the libraries installed in one version in another version.  So, you need to install wxPython for Python 2.5.  Into wherever you installed Python 2.5.
    Thanks for your answer. I tried that, but i seems to be cumbersome.
    python2.5 setup.py build
    and errors appear like
    src/helpers.cpp:1982:52: error: cannot convert ‘int*’ to ‘Py_ssize_t* {aka long int*}’ for argument ‘3’ to ‘int PyString_AsStringAndSize(PyObject*, char**, Py_ssize_t*)’
    google says
    http://forums.fedoraforum.org/archive/i … 74836.html
    but before I do that, is there no other way to get it to work?
    Last edited by Picoli (2012-05-10 10:31:21)

  • Muse forms won't work on Google App Engine

    I made a website using Muse that has 3 forms each of which sends output to 3 different email addresses. I have uploaded my website to Google GAE but none of my forms work. When submitting, it says PHP missing or not configured. I tested subscribershop.com/scripts/form-check.php but it tells me to download the file rather than those 3 points. Please help. My computer has PHP configured but even after accepting the form, it doesn't send an email.
    Website:
    subscribershop.com

    Hi Anmol,
    This is happening because on your server you don't have php installed, you will need to contact the server admin team and have install php on your server after which Muse forms will start to work as intended.
    Refer to the article here to know more on how to trouble shoot the issues related to web forms hosted on third party hosts - Troubleshooting Muse Form Widgets Used on Third-Party Servers
    - Abhishek Maurya

  • XSL Mapper JDeveloper plugin fails to launch from App Engine

    XSL Mapper JDeveloper plugin fails to launch from App Engine ONLY WHEN THE TARGET LOCATION OF THE SERVICE CONFIGURATION POINTS TO AN HTTPS URL.
    If I make the target location field of the service configuration point to an HTTP url, the plugin launches fine.
    The error message indicates that there is a missing certificate in the chain:
    oracle.tip.tools.ide.common.xsdgrammar.SchemaGrammarException: sun.security.validator.ValidatorException: No trusted certificate found
    A basic google search on this error leads me to believe that I need to add a key to the java clients keystore on my PC. Can anyone confirm or deny this? Has anyone else encountered this?

    After digging pretty hard I believe I've found the cause and two possible solutions...and I quote...
    "This seems to be a known conflict between versions of the Digi 001, the Audio Media III card, Panther OS, Pro Tools, and QuickTime 7 and above. This Mac is running...
    OS Panther 10.3.9
    Pro Tools LE 6.2.2
    This is what I've found from http://sillydog.org/forum/sdt_8928.php (page three of this thread).
    "testing has yielded that the Audio Media III card can be used with Pro Tools LE 6.2.3 on a platform as high as OSX Panther 10.3.9 as long as you do not (I repeat do not) install QuickTime 7ever. The QuickTime 6.5.2 re-installer will not remove problems created by installing QuickTime 7."
    "Basically if you are running what Digidesign refers to as “Legacy” hardware. Audio Media III/ Toolbox or the Digi 001. You are running a version of Pro Tools LE that is incompatible with QuickTime 7. If at any point QuickTime 7 is installed you must re-install (the OS and all programs) to delete its effects, and are stalled on OSX 10.3.9 (w/o QuickTime 7)."
    Knowing this, I was able to find a possible solution here... http://fox-gieg.com/tutorials/2005/undo-quicktime-7/
    The other solution is to upgrade equipment, or re-install OS and other Apps to go backwards.
    Hope this helps some people!

  • Outlook 2013 with Office 365 and Google Apps Sync.

    This is the scenario, hopefully somebody can give me some insight on how to resolve this.
    Outlook 2013 with gapps. Both updated.
    Outlook profile with an office 365 email account (which is as an exchange account) and google apps with our main account.
    We installed an office 365 account since its the only way that several users can share and edit the same contacts on Outlook. They use almost all contact fields. 
    Gapps its the main email address and calendar. Shared calendars are deeply used too.
    The problem is that when I edit a contact (the exchange account) I get an error -when- I edit the email field. 
    "The operation failed. The messaging interfaces returned an unknown error."
    If I make a new Outlook profile with the exchange account and the gapps account via imap setup I get not errors BUT I loose calendars sync.
    So I went back to the main profile and thought. <maybe both contacts engines are screwing Outlook.> So, since I don't care about gapps contacts anymore I disabled via:
    Disable sync for individual products
    https://support.google.com/a/answer/1041455?hl=en
    And also disabled the dynamic Global Address (just in case).
    But the same happens.
    I tried with another box, with office 2010, updated it and made a new profile with the office 365 and gapps and the same history.
    Finally I though about setting the office 365 account as imap but contacts are not downloaded. 
    So I'm between a rock and a hard place here. 
    I need to use office 365 account in the same profile as gapps account. 

    Hi,
    What’s the file size of your Outlook data file? If your data file is over size, it may cause data file corruption.
    Outlook data file corruption may cause this problem. Please try to run a repair of your Outlook data files to check the result:
    http://support.microsoft.com/kb/272227/en-us
    Note: You may need to run Scanpst.exe for several times until there is no error.
    In addition, here is a thread discussed a similar issue, please take a look at it and check if it helps:
    http://answers.microsoft.com/en-us/office/forum/office_2010-outlook/office-2010-the-operation-failed-the-messaging/bdd2d604-e652-4fe5-96a3-038191f55d3c?page=1
    Best Regards,
    Steve Fan
    TechNet Community Support

  • Google search engine on top right of Firefox now show islamic text in search results, why?

    <blockquote>Locking duplicate thread.<br>
    Please continue here: [/questions/784003]</blockquote><br>
    Level 1
    2/13/11
    I'm using an iMac with Firefox as my browser. On the top right beside the URL box I have my google search engine (I can also use the drop down to search with Yahoo, Amazon, Answers.com etc.... When I search for something I get results but for some reason now I get Islamic text in my results. For instance if I search iphone here's what I get as my first result:
    iPhone 4 is a GSM cell phone with a high-resolution display, FaceTime video calling, HD video recording, a 5-megapixel camera, and more.
    www.apple.com/iphone/ - الولايات المتحدة الأمريكية - نسخة مخبأة - مماثلة
    Buy iPhone 4 Now
    iPhone 3GS
    Apple - Support
    Features
    Gallery
    Apps for iPhone
    iOS software update
    Compare iPhone models
    and here is what I get on the side bar (Top to Bottom):
    صورمقاطع فيديوالأخبارالكتبالمدوّناتالوقت الفعليمناقشاتالمزيدأقل
    Does anybody know why this is? I have done nothing to change Firefox, it just started happening.

    Hi, i had the same problem, and I also use Bullguard, I contacted them, just received answer, (in about 20 min). It is incompatibility of FF4 and bullguard (they know about it, and fix will be released soon), and probably most of the other antiviruses, as I see this is very popular problem. The solution though is very simple : in firefox disable addon "Bullguard Safe Browsing". It works. Or alternatively open bullguard go : antivirus - settings - safe browsing (unchek that). For those not using bullguard i would recommend to check their addons in FF and if there is any from your antivirus try to disable it for now.

  • How to sync Google Apps contacts from ALL groups to Mac OS X Contacts/Address Book

    I have some 4,000 contacts in my Google Apps account.  I used to store all of them in Google's "My Contacts" category, but my iOS devices had huge performance issues searching through 4,000 contacts as I typed a name or phone number on the device.  So I trimmed it down and only keep the 200 or so most often used contacts in the "My Contacts" folder.  This works because iOS devices are only able to sync that one category of contacts.
    However, I now want to sync my Google Apps contacts with Mac OS X Contacts/Address Book.  I'd like it to sync ALL of the contacts, not just those 200 in "My Contacts".
    Is this possible?  I'm using Mountain Lion and Google Apps Premier.
    I used to be able to achieve this using SpanningSync.  But as of a couple weeks ago, SpanningSync has been permanently discontinued due to architectural changes with the sync engine in Mac OS X.  I'm not aware of any other contacts synching tools that could do it.
    I know that Address Book/Contacts won't be able to show my Google Apps categories--just a single long list of everyone.  That's totally fine by me, as long as I can get all contacts in the Mac OS X application and only the My Contacts group on my iPhone and iPad.
    Any and all guidance would be VERY much appreciated.
    dt

    Unfortunately no, not at all.  I've tried these boards which were obviously fruitless on this question.  I've tried the Genius Bar.  And I've tried other technical resources.  I do not believe it's possible at this point.
    "Little stuff" like this....  it's seemingly relatively trivial in the grand scheme of things, but can be real productivity killers when I have to go back and forth between Apple's Contacts software and the actual Google Apps/Gmail web UI.  It's these little things that create quirks between Google Apps and Mac OS that almost make me want to return to Exchange.  It's much more expensive and other than Outlook and Calendar/Mail/Contacts, there's no virtually no interoperability options on the Mac.  But at least it's consistent and I know what will work and what won't.
    On the other hand, I could also solve this problem by simply putting ALL of my contacts in my Google Apps account into the "My Contacts" folder.  But that kinda defeats the purpose of having a "My Contacts" folder.
    Sorry Steven--I wish I had a better update or a resource to point you to, but I'm at the end of the road on this one.
    dt

  • How to interact with google search engine using java HTTP POST

    I am trying to develop an desktop app that acts as an online radio tuner. I want to use google as an index site for actually searching for radio stations online. So I was wandering if it is possible for me to use java to actually interface with the google search engine servers. For example, I have built a gui that allows you to enter search text. This gui will connect to the web. I would like it to connect to the Google site and post the query to the google web servers. Then i would like to began to parse the response( html page) that i get back from the google servers. Like using google without actually typing in the text field on the google site. Can anyone tell me if it is possible to do this with java. If so, what would be the best way to go about doing this. Thanks.

    Thanks for the response. It was actually alot easier to do than I anticipated. All I had to do was create a URL object initialized with the google url(search text embedded in the url - http://www.google.com/search?q=" + searchText + "&hl=en&ie=UTF-8&oe=UTF8).
    Looks like this:
    String google = http://www.google.com/search?q=" + searchText + "&hl=en&ie=UTF-8&oe=UTF8;
    URL url = new URL(google);  // creating Google Url object
    URLConnection connection = url.openConnection();
           connection.setDoOutput(true);
           connection.setRequestProperty("User-Agent", "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)" );  // fooling google servers into thinking the request is coming from a real browser
           BufferedReader reader = new BufferedReader(new InputStreamReader(connection.getInputStream()));The content returned by the google server can be accessed calling the BufferedReader class methods.

  • Google Apps account now showing Unknown Error when trying to sign in

    This is a post I made over at webosnation.com, but no one knows what's going on over there (but a handful of people are having the same problem).
    For some reason my main email account has decided to fly off a cliff on both my FrankenPre2 and my TouchPad. The things I've tried from searching around the net:
    -Changing my password
    -Making sure the new password does NOT use any special characters
    -Removing the account from my Pre and re-adding it
    -Disabling multiple sign-on from the Google side (I had it linked to the account I use for Google Voice)
    -Removing all patches from my Pre
    None of these things have had any effect. When I put a wrong password in it comes back with an invalid password error. The correct password bring back an Unknown Error.
    The funny thing is I have a 2nd Google Apps account set up on both devices for work, and that hasn't had any problems.  What makes this even weirder is my friend who owns the Google Apps domain I'm on has a TouchPad with his account set up on it and it works fine. Any other suggestions would be greatly appreciated.
    Post relates to: HP TouchPad (WiFi)

    Aaaaaaaand we're back up and running.

Maybe you are looking for