jks not found error in business logic

Hi, My app was working fine, it was in develop but fine. But now from one moment to another i get jks not found error.
I didn’t change nothing from my business logic. It was working fine but now i’m getting the break at this line in the afterRegister method:
Backendless.UserService.assignRole(“krishna-22@live.com.mx”,“SUMA”);
com.backendless.coderunner.runtime.task.EventInvocationTask runImpl
GRAVE: problem accessing trust storejava.security.KeyStoreException: jks not found
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.backendless.coderunner.runtime.task.EventInvocationTask.runImpl(EventInvocationTask.java:97)
at com.backendless.coderunner.runtime.concurrent.ExtendedRunnable.run(ExtendedRunnable.java:22)
at java.lang.Thread.run(Thread.java:745)
Caused by: BackendlessException{ code: ‘Internal client exception’, message: ‘problem accessing trust storejava.security.KeyStoreException: jks not found’ }
at com.backendless.Invoker$SyncResponder.errorHandler(Invoker.java:127)
at com.backendless.core.responder.AdaptingResponder.errorHandler(AdaptingResponder.java:93)
at weborb.client.ioEngine.HttpIOEngine.send(HttpIOEngine.java:212)
at weborb.client.ioEngine.HttpIOEngine.invoke(HttpIOEngine.java:144)
at weborb.client.WeborbClient.invoke(WeborbClient.java:138)
at com.backendless.Invoker.invokeSync(Invoker.java:100)
at com.backendless.Invoker.invokeSync(Invoker.java:112)
at com.backendless.UserService.assignRole(UserService.java:570)
at com.backendless.codigo_infarto.events.user_service.GenericUserEventHandler.afterRegister(GenericUserEventHandler.java:44)
… 7 more
Any Idea?

Hi, Samuel,

Do you receive this error from time to time or every time recently?

Thanks,
Artur.

Every time i try to register a role from yesterday.In fact i had running code for setting role in production.I will use it again later and i will post my results

I tried with my old code in production and it works, but when i try with my new code it crashes. Also I compiled my code with jdk 7 and 8 and with android studio and intelliJ, nothing works. It seems to be related with something in the java installation, but I don’t know if it can be something related to the debug at server side.

Hi Samuel!

Could you provide information about your local environment
(operation system and java version)?
Regards,
Kate.

Sure Kate,

MacBook Pro (13-inch, Mid 2012). OS X Yosmite.
Java----> jdk1.7.0_79.jdk and jdk1.8.0_60.jdk (currently I use 1.8 but error began with 1.7). JRE 1.6.0, JVM Java HotSpot™ 64 bits server VM
IDEs----->Eclipse Juno IDE for Android Developers 23.0.2.1259578, IntelliJ IDEA 14 CE ,Android Studio 1.3.2
Android sdk---->API 20,21,22,23

Thanks in advance.

Hi Samuel,

we are working on this issue. To proceed your developing you can change Bootstrap class Backendless.setUrl( “https://api.backendless.com” ); to Backendless.setUrl( “http://api.backendless.com” );

Hi Samuel,

we fixed this issue, you can re-generate your event handler, or download latest 2.0.4 backendless android sdk and just replace backendless.jar in libs folder