Start a new topic

Login Successfully but Unable to SaveBLocking

Hello,

I'm able to login normally from my application but facing the following error while trying to saveBlocking():



com.ta3rifah.entity.ops.NotificationOps addNotification: ERROR

com.kinvey.java.core.KinveyJsonResponseException: BLInternalError

The Business Logic script did not complete. See debug message for details.

at com.kinvey.java.core.KinveyJsonResponseException.from(KinveyJsonResponseException.java:87)

at com.kinvey.java.core.AbstractKinveyJsonClientRequest.newExceptionOnError(AbstractKinveyJsonClientRequest.java:70)

at com.kinvey.java.core.AbstractKinveyJsonClientRequest.newExceptionOnError(AbstractKinveyJsonClientRequest.java:28)

at com.kinvey.java.core.AbstractKinveyClientRequest.executeUnparsed(AbstractKinveyClientRequest.java:334)

at com.kinvey.java.core.AbstractKinveyClientRequest.executeUnparsed(AbstractKinveyClientRequest.java:290)

at com.kinvey.java.core.AbstractKinveyClientRequest.execute(AbstractKinveyClientRequest.java:359)

at com.kinvey.java.offline.AbstractKinveyOfflineClientRequest.offlineFromService(AbstractKinveyOfflineClientRequest.java:131)

at com.kinvey.java.offline.OfflinePolicy$1.execute(OfflinePolicy.java:42)

at com.kinvey.java.offline.AbstractKinveyOfflineClientRequest.execute(AbstractKinveyOfflineClientRequest.java:156)





What I'm trying to do is to to use the new java api from inside my java business logic project deployed on GAE.



Appreciate your help.



Thanks,

I.Issa
1 Comment

This looks like a problem with the BL script that is being run on GAE.



Take a look at our troubleshooting guide: http://devcenter.kinvey.com/android/guides/troubleshooting



Enabling this will show full details about the HTTP requests and responses made to your backend, which will give you more information about the issue in the BL. You can also visit the API Console and perform the same request for a quicker testing turnaround: https://console.kinvey.com/addons/api-console
Login or Signup to post a comment