22301138 | 5e9c35a | 2025-06-04 15:52:45 +0800 | [diff] [blame] | 1 | java.lang.IllegalStateException: Storage for [C:\Users\86157\AppData\Local\JetBrains\IntelliJIdea2024.3\data-source\3556057e\6689f15a-5cd0-40b0-970c-713db3e7bac2\entities\entities.dat] is already registered |
| 2 | at com.intellij.util.io.FilePageCache.registerPagedFileStorage(FilePageCache.java:410) |
| 3 | at com.intellij.util.io.PagedFileStorage.<init>(PagedFileStorage.java:74) |
| 4 | at com.intellij.util.io.ResizeableMappedFile.<init>(ResizeableMappedFile.java:71) |
| 5 | at com.intellij.util.io.PersistentBTreeEnumerator.<init>(PersistentBTreeEnumerator.java:130) |
| 6 | at com.intellij.util.io.PersistentEnumerator.createDefaultEnumerator(PersistentEnumerator.java:53) |
| 7 | at com.intellij.util.io.PersistentMapImpl.<init>(PersistentMapImpl.java:166) |
| 8 | at com.intellij.util.io.PersistentMapImpl.<init>(PersistentMapImpl.java:141) |
| 9 | at com.intellij.util.io.PersistentMapBuilder.buildImplementation(PersistentMapBuilder.java:91) |
| 10 | at com.intellij.util.io.PersistentMapBuilder.build(PersistentMapBuilder.java:74) |
| 11 | at com.intellij.database.model.ModelEntityStoragePersistentBackend.opened(ModelEntityStoragePersistentBackend.kt:136) |
| 12 | at com.intellij.database.model.ModelEntityStoragePersistentBackend.<init>(ModelEntityStoragePersistentBackend.kt:86) |
| 13 | at com.intellij.database.model.ModelEntityStoragePersistentBackendKt$ourFlusher$1$create$1.invoke(ModelEntityStoragePersistentBackend.kt:45) |
| 14 | at com.intellij.database.model.ModelEntityStoragePersistentBackendKt$ourFlusher$1$create$1.invoke(ModelEntityStoragePersistentBackend.kt:45) |
| 15 | at com.intellij.database.model.ModelEntityStoragePersistentBackendKt$ourFlusher$1.create$lambda$0(ModelEntityStoragePersistentBackend.kt:45) |
| 16 | at java.base/java.util.concurrent.ConcurrentMap.computeIfAbsent(ConcurrentMap.java:330) |
| 17 | at com.intellij.database.model.ModelEntityStoragePersistentBackendKt$ourFlusher$1.create(ModelEntityStoragePersistentBackend.kt:45) |
| 18 | at com.intellij.database.model.ModelEntityStoragePersistentBackendKt.create(ModelEntityStoragePersistentBackend.kt:76) |
| 19 | at com.intellij.database.dataSource.srcStorage.DbSrcModelStorage.createBackend(DbSrcModelStorage.java:298) |
| 20 | at com.intellij.database.dataSource.srcStorage.DbSrcModelStorage.createPersistentBackend(DbSrcModelStorage.java:288) |
| 21 | at com.intellij.database.dataSource.srcStorage.DbSrcModelStorage.createEntityStorage(DbSrcModelStorage.java:267) |
| 22 | at com.intellij.database.model.BaseModel.<init>(BaseModel.java:106) |
| 23 | at com.intellij.database.dialects.mysql.model.MysqlImplModel.<init>(MysqlImplModel.java:42) |
| 24 | at com.intellij.database.model.meta.BasicMetaModel.newModel(BasicMetaModel.java:60) |
| 25 | at com.intellij.database.model.ModelFacade.createModel(ModelFacade.java:31) |
| 26 | at com.intellij.database.model.ModelFactory.createModel(ModelFactory.kt:22) |
| 27 | at com.intellij.database.model.serialization.ModelImporter.deserializeFast(ModelImporter.java:94) |
| 28 | at com.intellij.database.model.serialization.ModelImporter.deserialize(ModelImporter.java:70) |
| 29 | at com.intellij.database.dataSource.DataSourceModelStorageImpl$Companion.readModel(DataSourceModelStorageImpl.kt:605) |
| 30 | at com.intellij.database.dataSource.DataSourceModelStorageImpl$Companion.readModel(DataSourceModelStorageImpl.kt:588) |
| 31 | at com.intellij.database.dataSource.DataSourceModelStorageImpl.readModel(DataSourceModelStorageImpl.kt:373) |
| 32 | at com.intellij.database.dataSource.DataSourceModelStorageImpl.loadModels(DataSourceModelStorageImpl.kt:262) |
| 33 | at com.intellij.database.dataSource.DataSourceModelStorageImpl.readStateHeavy(DataSourceModelStorageImpl.kt:161) |
| 34 | at com.intellij.database.dataSource.DataSourceModelStorageImpl.continueLoadingWhenInitialized$lambda$8$lambda$7$lambda$6$lambda$5(DataSourceModelStorageImpl.kt:144) |
| 35 | at com.intellij.openapi.progress.util.BackgroundTaskUtil.lambda$runUnderDisposeAwareIndicator$15(BackgroundTaskUtil.java:371) |
| 36 | at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:223) |
| 37 | at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:45) |
| 38 | at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:222) |
| 39 | at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:674) |
| 40 | at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:749) |
| 41 | at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:705) |
| 42 | at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:673) |
| 43 | at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:79) |
| 44 | at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:203) |
| 45 | at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:366) |
| 46 | at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:349) |
| 47 | at com.intellij.database.dataSource.DataSourceModelStorageImpl.continueLoadingWhenInitialized$lambda$8$lambda$7$lambda$6(DataSourceModelStorageImpl.kt:143) |
| 48 | at com.intellij.database.util.AsyncTask$Frame$compute$$inlined$supply$1$1.run(AsyncTask.kt:338) |
| 49 | at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:674) |
| 50 | at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:749) |
| 51 | at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:705) |
| 52 | at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:673) |
| 53 | at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:79) |
| 54 | at com.intellij.database.util.AsyncTask$Frame$compute$$inlined$supply$1.get(AsyncTask.kt:900) |
| 55 | at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) |
| 56 | at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:101) |
| 57 | at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:101) |
| 58 | at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:107) |
| 59 | at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:101) |
| 60 | at com.intellij.util.concurrency.ContextRunnable.run(ContextRunnable.java:27) |
| 61 | at com.intellij.database.dataSource.DataSourceModelStorageImpl$continueLoadingWhenInitialized$2$1$1$1$1.invokeSuspend(DataSourceModelStorageImpl.kt:142) |
| 62 | at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) |
| 63 | at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) |
| 64 | at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:608) |
| 65 | at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:873) |
| 66 | at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:763) |
| 67 | at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:750) |
| 68 | Suppressed: java.lang.Exception: Storage[C:\Users\86157\AppData\Local\JetBrains\IntelliJIdea2024.3\data-source\3556057e\6689f15a-5cd0-40b0-970c-713db3e7bac2\entities\entities.dat] registration stack trace |
| 69 | at com.intellij.util.io.FilePageCache.registerPagedFileStorage(FilePageCache.java:437) |
| 70 | ... 65 more |