My client applications are not able to retrieve any data and so I tried logging into the portal and I am not able to see my collections in there as well. Is there an ongoing maintenance or has something gone bad with my setup? Can u please respond? Attached is a screenshot. Thanks
@Uday , Are you using trial version / paid version ?
Also @Anil Sagar, Here is the error I get when I try to access an entity in the sandbox app from a client application.
Request : https://api.usergrid.com/perfectpluto/sandbox/ighqswprefs/0E2012401C59B660754C333C4DBBC670
Response :
{"error": "null_pointer","timestamp": 1480489666999,"duration": 0,"exception": "java.lang.NullPointerException"}
Thanks @Anil Sagar for responding. I am using the free version.
Answer by Prashanth Subrahmanyam
·
Nov 30, 2016 at 10:21 AM
@Uday my free BaaS instances are working fine for me. Could you please open up the developer tools on your browser and see if there are any specific errors in the console or the response from the GET calls to BaaS that is requesting for the collections?
Yes, I do get a bunch of 500 errors while reading the collection (one entity by id). Attached is a screenshot..
I tried calling the same url directly from the browser and here is the detailed response.
Request : https://api.usergrid.com/perfectpluto/sandbox/ighqswprefs/0E2012401C59B660754C333C4DBBC670
Response :
{"error": "null_pointer","timestamp": 1480489666999,"duration": 0,"exception": "java.lang.NullPointerException"}
Strange thing is that - this url gave data once in a while (when I kept refreshing the browser) but will throw exception on the next refresh.
-Uday
Answer by Prashanth Subrahmanyam
·
Nov 30, 2016 at 10:23 AM
@Uday this might be helpful for you; although it is not scheduled to happen just yet.
https://community.apigee.com/articles/34480/new-api-baas-trial.html
@Prashanth Subrahmanyam Yes I saw that page. I tried using the python script to migrate the data from old system to the new. However due to the fact that the collections don't even exist and are not queryable, the script throws errors with the same.
Answer by fwward2011 · Dec 06, 2016 at 10:51 PM
I just got the following notification after logging into my Apigee Developer Console.
This version of API BaaS Trial is being deprecated. You will need to request a new API BaaS Trial organization and migrate data before Dec 19, 2016. For more information, please visit the Apigee Community article. You can access the new API BaaS Trial and provision a new API BaaS Trial organization here.
I have created a new ORG using the Developer Console UI and have gone to GitHub where I found a tool to migrate APPLICATIONS, COLLECTIONS and ENTITIES from the old mBaaS to the new mBasS but the instructions are INCOMPLETE!
It doesn't tell me WHERE to install the Python tool in order to use it!
Just the pre-requisites and command line COMMANDS ...
Can someone PLEASE HELP ME!!! ALL of my company's cloud-based data and assets are on Apigee under the OLD mBaaS which is going to be deprecated on 12/19/2016 which will render ALL of my company's applications USELESS!
@jwest-appigee