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

Android Production: "Permission denied" Error with Realm in React Native #6984

Open
tharwi opened this issue Mar 20, 2025 · 0 comments
Open

Comments

@tharwi
Copy link

tharwi commented Mar 20, 2025

How frequently does the bug occur?

Sometimes

Description

We are encountering a fatal exception on some Android production builds (some Samsung devices) when initializing Realm in our React Native app. The error is thrown from the Realm JavaScript engine and originates at line 60 in src/storage/realm/index.ts when calling:

let nextSchemaIndex = Realm.schemaVersion(Realm.defaultPath);

This error does not occur on iOS.

Stacktrace & log output

Fatal Exception: com.facebook.react.common.JavascriptException: Error: Exception in HostFunction: Permission denied, js engine: hermes, stack:
/Users/Projects/MobileApp/src/storage/realm/index.ts:60:<global>
/Users/Projects/MobileApp/node_modules/metro-runtime/src/polyfills/require.js:273:loadModuleImplementation
/Users/Projects/MobileApp/node_modules/metro-runtime/src/polyfills/require.js:173:guardedLoadModule
/Users/Projects/MobileApp/node_modules/metro-runtime/src/polyfills/require.js:89:metroRequire
/Users/Projects/MobileApp/src/storage/realm/actions/profile.ts:13:ProfileActions.getAllActiveProfiles
/Users/Projects/MobileApp/src/hooks/useLastAddedProfile.ts:32:InteractionManager.runAfterInteractions$argument_0
/Users/Projects/MobileApp/node_modules/react-native/Libraries/Interaction/TaskQueue.js:115:processNext
/Users/Projects/MobileApp/node_modules/react-native/Libraries/Interaction/InteractionManager.js:196:_processUpdate
/Users/Projects/MobileApp/node_modules/react-native/Libraries/Core/Timers/JSTimers.js:247:_allocateCallback$argument_0
/Users/Projects/MobileApp/node_modules/react-native/Libraries/Core/Timers/JSTimers.js:111:_callTimer
/Users/Projects/MobileApp/node_modules/react-native/Libraries/Core/Timers/JSTimers.js:161:_callReactNativeMicrotasksPass
/Users/Projects/MobileApp/node_modules/react-native/Libraries/Core/Timers/JSTimers.js:415:callReactNativeMicrotasks
/Users/Projects/MobileApp/node_modules/react-native/Libraries/BatchedBridge/MessageQueue.js:393:__callReactNativeMicrotasks
/Users/Projects/MobileApp/node_modules/react-native/Libraries/BatchedBridge/MessageQueue.js:132:__guard$argument_0
/Users/Projects/MobileApp/node_modules/react-native/Libraries/BatchedBridge/MessageQueue.js:368:__guard
/Users/Projects/MobileApp/node_modules/react-native/Libraries/BatchedBridge/MessageQueue.js:131:flushedQueue
    at com.facebook.react.modules.core.ExceptionsManagerModule.reportException(ExceptionsManagerModule.java:65)
    at java.lang.reflect.Method.invoke(Method.java)
    at com.facebook.react.bridge.JavaMethodWrapper.invoke(JavaMethodWrapper.java:372)
    at com.facebook.react.bridge.JavaModuleWrapper.invoke(JavaModuleWrapper.java:146)
    at com.facebook.jni.NativeRunnable.run(NativeRunnable.java)
    at android.os.Handler.handleCallback(Handler.java:938)
    at android.os.Handler.dispatchMessage(Handler.java:99)
    at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:27)
    at android.os.Looper.loopOnce(Looper.java:201)
    at android.os.Looper.loop(Looper.java:288)
    at com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run(MessageQueueThreadImpl.java:233)
    at java.lang.Thread.run(Thread.java:920)

Can you reproduce the bug?

No

Reproduction Steps

No response

Version

11.10.2

What services are you using?

Local Database only

Are you using encryption?

No

Platform OS and version(s)

Android 13, Android 14

Build environment

Which debugger for React Native: ..

Cocoapods version

No response

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

No branches or pull requests

1 participant