Last active
June 8, 2017 17:38
-
-
Save RoboMWM/485bd695c757baf7b5b1ae06b020512a to your computer and use it in GitHub Desktop.
Crashplan service crash (happens often when it self-updates... or maybe every time)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Jun 08, 2017 10:25:55 AM com.google.common.util.concurrent.ServiceManager$ServiceListener failed | |
| SEVERE: Service AuthorizedStorageService [FAILED] has failed in the STARTING state. | |
| java.io.IOException: IO error: C:\Users\user\AppData\Local\CrashPlan\conf\adb: Could not get children (Access is denied). | |
| at com.code42.jna.leveldb.api.Util.checkError(Util.java:22) | |
| at com.code42.jna.leveldb.api.DBFactory.open(DBFactory.java:29) | |
| at com.code42.archive.AbstractLevelDBFile.open(AbstractLevelDBFile.java:72) | |
| at com.code42.service.storage.AuthorizedStorageService.open(AuthorizedStorageService.java:126) | |
| at com.code42.service.storage.AuthorizedStorageService.startUp(AuthorizedStorageService.java:82) | |
| at com.google.common.util.concurrent.AbstractIdleService$2$1.run(AbstractIdleService.java:54) | |
| at com.google.common.util.concurrent.Callables$3.run(Callables.java:95) | |
| at java.lang.Thread.run(Thread.java:745) | |
| Exception in thread "AuthorizedStorageService STARTING" java.lang.RuntimeException: java.io.IOException: IO error: C:\Users\user\AppData\Local\CrashPlan\conf\adb: Could not get children (Access is denied). | |
| at com.google.common.base.Throwables.propagate(Throwables.java:160) | |
| at com.google.common.util.concurrent.AbstractIdleService$2$1.run(AbstractIdleService.java:58) | |
| at com.google.common.util.concurrent.Callables$3.run(Callables.java:95) | |
| at java.lang.Thread.run(Thread.java:745) | |
| Caused by: java.io.IOException: IO error: C:\Users\user\AppData\Local\CrashPlan\conf\adb: Could not get children (Access is denied). | |
| at com.code42.jna.leveldb.api.Util.checkError(Util.java:22) | |
| at com.code42.jna.leveldb.api.DBFactory.open(DBFactory.java:29) | |
| at com.code42.archive.AbstractLevelDBFile.open(AbstractLevelDBFile.java:72) | |
| at com.code42.service.storage.AuthorizedStorageService.open(AuthorizedStorageService.java:126) | |
| at com.code42.service.storage.AuthorizedStorageService.startUp(AuthorizedStorageService.java:82) | |
| at com.google.common.util.concurrent.AbstractIdleService$2$1.run(AbstractIdleService.java:54) | |
| ... 2 more | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment