-
Notifications
You must be signed in to change notification settings - Fork 6k
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
How to handle CacheException? #8253
Comments
The exception is thrown on L522 which with 2.11.7 is when the cache is initialized and the directory for storing the cached data needs to be created because it does not exist. The path You are saying it throws the exception only sometimes. Does this happen when you deploy from the IDE with adb to a emulator or a test device? When it does not work does it fail repeatedly? In general, do you have some more information about in what situation it fails? |
Hey @vhow. We need more information to resolve this issue but there hasn't been an update in 14 weekdays. I'm marking the issue as stale and if there are no new updates in the next 7 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
Since there haven't been any recent updates here, I am going to close this issue. @vhow if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this. |
This actually does happen for me every time on the first installation. Looking through the code
I found out that when I run
And according to https://commons.apache.org/proper/commons-io/javadocs/api-2.5/src-html/org/apache/commons/io/FileUtils.html#line.2455 this is widely used. |
Reopening just to keep track of @AChep 's proposed solution to this issue. It's somewhat unclear why it would help, but it doesn't look like it can do any harm, so if it does help then we should merge it! |
I’m using v2.11.7, and it throws CacheException sometimes.
The text was updated successfully, but these errors were encountered: