Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug initialising realm #7

Closed
TodorGinchev opened this issue Sep 14, 2016 · 4 comments
Closed

Bug initialising realm #7

TodorGinchev opened this issue Sep 14, 2016 · 4 comments

Comments

@TodorGinchev
Copy link
Owner

9-14 15:07:42.533 2907-2907/? E/AndroidRuntime: FATAL EXCEPTION: main
Process: aalto.comnet.thepreciousproject, PID: 2907
java.lang.NoClassDefFoundError: precious_rule_system.rules.db.lookup.table.TableLookupData
at io.realm.DefaultRealmModuleMediator.(DefaultRealmModuleMediator.java:29)
at java.lang.Class.classForName(Native Method)
at java.lang.Class.forName(Class.java:309)
at java.lang.Class.forName(Class.java:273)
at io.realm.RealmConfiguration.getModuleMediator(RealmConfiguration.java:288)
at io.realm.RealmConfiguration.(RealmConfiguration.java:75)
at io.realm.RealmConfiguration$Builder.initializeBuilder(RealmConfiguration.java:428)
at io.realm.RealmConfiguration$Builder.(RealmConfiguration.java:391)
at ui.precious.comnet.aalto.precious.PRECIOUS_APP.initSingletons(PRECIOUS_APP.java:57)
at ui.precious.comnet.aalto.precious.PRECIOUS_APP.onCreate(PRECIOUS_APP.java:32)
at com.android.tools.fd.runtime.BootstrapApplication.onCreate(BootstrapApplication.java:369)
at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java)
at android.app.ActivityThread.access$1500(ActivityThread.java)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java)
at android.os.Handler.dispatchMessage(Handler.java)
at android.os.Looper.loop(Looper.java)
at android.app.ActivityThread.main(ActivityThread.java)
at java.lang.reflect.Method.invoke(Native Method)
at java.lang.reflect.Method.invoke(Method.java:372)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java)

@christopherhelf
Copy link

weird, I've looked into the issue and it seems that switching off InstantRun seems to be the only way to solve the issue. So it shouldn't appear in production at least. When did this error occur?

@TodorGinchev
Copy link
Owner Author

It is quite interesting, I haven't been able to reproduce the error, now is working perfectly, after reinstalling the app

@christopherhelf
Copy link

I haven't been able to reproduce it either, but the one link suggests that at least its not an error that would occur when using the app from the play store ...

@TodorGinchev
Copy link
Owner Author

Yes, I maybe it was something related to installing the app without certificate (from Android Studio) when the app was previouly install with a certificate (from Google Play). Usually it asks to uninstall first, maybe this time it did not. I will close the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants