christor54 / push-notification-prototype-eclipse

Seeking to make a push notification system working on Google App Engine for iOS based on the google cloud platform template https://github.com/GoogleCloudPlatform/solutions-ios-push-notification-sample-backend-java
Apache License 2.0
0 stars 0 forks source link

Error while using API Explorer #4

Open christor54 opened 9 years ago

christor54 commented 9 years ago

Unable to instrument com.google.cloud.solutions.mobilepushnotification.DeviceRegistration, Security restrictions may not be entirely emulated. java.lang.ArrayIndexOutOfBoundsException: 137 Meeting done : stop tracking time

christor54 commented 9 years ago

Try : I have uncommented the security constraint item on the web.xml, maybe it is that. Answer :No

christor54 commented 9 years ago

Is the DummygameEndpoint working ? yes, problem is coming only from DeviceRegistration

christor54 commented 9 years ago

Retrying with DeviceRegistration, go debugging it

christor54 commented 9 years ago

import com.google.cloud.solutions.mobilepushnotification.EMF; not used in DeviceRegistration endpoint No still same pb

christor54 commented 9 years ago

Pb not important enough, alternative : recreate DeviceRegistration with objectify. (inconvenient with eclipse to add jar...) I pretty sure the API is still working the problem of security is not a "not working problem" look at the request created pb, the message is sent to the wrong adress (and not at the local server).