-
Notifications
You must be signed in to change notification settings - Fork 73
Sending Broadcast messages from Mobile Backend settings page, generates IllegalArgumentException. #7
Comments
the error on the backend seems to be: Uncaught exception from servlet |
Have you found a solution for that? I am getting that error when trying to update entities. |
Deployed the backend localy, when using Mobile Backend settings page to send Broadcast message I am getting:
java.lang.IllegalArgumentException: No such topic: defaultTopic
at com.google.appengine.api.prospectivesearch.dev.LocalSearchService.getTopicSubMapOrFail(LocalSearchService.java:522)
at com.google.appengine.api.prospectivesearch.dev.LocalSearchService.match(LocalSearchService.java:356)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.google.appengine.tools.development.ApiProxyLocalImpl$AsyncApiCall.callInternal(ApiProxyLocalImpl.java:521)
at com.google.appengine.tools.development.ApiProxyLocalImpl$AsyncApiCall.call(ApiProxyLocalImpl.java:475)
at com.google.appengine.tools.development.ApiProxyLocalImpl$AsyncApiCall.call(ApiProxyLocalImpl.java:452)
at java.util.concurrent.Executors$PrivilegedCallable$1.run(Executors.java:493)
at java.security.AccessController.doPrivileged(Native Method)
at java.util.concurrent.Executors$PrivilegedCallable.call(Executors.java:490)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
The text was updated successfully, but these errors were encountered: