You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/11/10 02:13:03 UTC

[GitHub] [pulsar] xuesongxs removed a comment on issue #12695: Unable to load the RocksDB shared library

xuesongxs removed a comment on issue #12695:
URL: https://github.com/apache/pulsar/issues/12695#issuecomment-964712565


   > @xuesongxs Looks like permission issues? `Caused by: java.io.IOException: Permission denied`
   
   at org.rocksdb.NativeLibraryLoader.loadLibraryFromJarToTemp(NativeLibraryLoader.java:88) ~[org.rocksdb-rocksdbjni-6.10.2.jar:?]
   
   When starting bookie, the librocksdbjni.so file will be copied to the /tmp directory. The current user does not have permission to write to the /tmp directory. This should be the reason.
   
    
   From: lipenghui
   Date: 2021-11-09 23:58
   To: apache/pulsar
   CC: xuesongxs; Mention
   Subject: Re: [apache/pulsar] Unable to load the RocksDB shared library (Issue #12695)
   @xuesongxs Looks like permission issues? Caused by: java.io.IOException: Permission denied
   —
   You are receiving this because you were mentioned.
   Reply to this email directly, view it on GitHub, or unsubscribe.
   Triage notifications on the go with GitHub Mobile for iOS or Android. 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org