728x90
반응형
SMALL
Internal error. Please refer to <https://jb.gg/ide/critical-startup-errors>
com.intellij.diagnostic.PluginException: Key com.dci.intellij.dbn.DatabaseNavigator duplicated; existingAdapter: ServiceAdapter(descriptor=ServiceDescriptor(interface='null', serviceImplementation='com.dci.intellij.dbn.DatabaseNavigator', testServiceImplementation='null', headlessImplementation='null', overrides=false, configurationSchemaKey='null', preload=FALSE, client=null), pluginDescriptor=PluginDescriptor(name=DatabaseHelper, id=com.brucege.DatabaseHelper, descriptorPath=plugin.xml, path=~/Library/Application Support/JetBrains/IdeaIC2023.1/plugins/DatabaseHelper, version=1.0.7, package=null, isBundled=false)); descriptor: com.dci.intellij.dbn.DatabaseNavigator; app: Application (containerState PRE_INIT) ; current plugin: DBN
at com.intellij.serviceContainer.ComponentManagerImpl.registerServices(ComponentManagerImpl.kt:588)
at com.intellij.serviceContainer.ComponentManagerImpl.registerComponents(ComponentManagerImpl.kt:293)
at com.intellij.openapi.client.ClientAwareComponentManager.registerComponents(ClientAwareComponentManager.kt:46)
at com.intellij.idea.ApplicationLoader.doInitApplication(ApplicationLoader.kt:86)
at com.intellij.idea.ApplicationLoader.access$doInitApplication(ApplicationLoader.kt:1)
at com.intellij.idea.ApplicationLoader$doInitApplication$1.invokeSuspend(ApplicationLoader.kt)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:284)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:85)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:59)
at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
at com.intellij.idea.ApplicationLoader.initApplication(ApplicationLoader.kt:63)
at com.Z.r.S.c.Zj.Z(Zj.java:56)
at com.Z.r.S.c.J.Z(J.java:110)
at com.Z.r.S.c.Z1.Z(Z1.java:137)
at com.Z.r.S.c.Zb.Z(Zb.java:53)
at com.intellij.idea.MainImpl.start(MainImpl.kt:12)
at com.intellij.idea.StartupUtil$startApplication$7.invokeSuspend(StartupUtil.kt:297)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:284)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:85)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:59)
at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
at com.intellij.idea.Main.main(Main.kt:40)
-----
Your JRE: 17.0.6+10-b829.9 aarch64 (JetBrains s.r.o.)
/Applications/IntelliJ IDEA CE.app/Contents/jbr/Contents/Home
눈물..
1. 터미널을 열고 다음 명령어를 실행하여 IntelliJ IDEA 설정 디렉토리로 이동
cd ~/Library/Application\\ Support/JetBrains/IdeaIC2023.1
2. 이 명령어를 실행한 후에는 plugins 디렉토리로 이동
cd plugins
3. DatabaseHelper와 DBN과 같은 중복된 플러그인 폴더를 찾아 삭제
rm -rf DatabaseHelper
or
rm -rf DBN
4. IntelliJ IDEA를 재시작
728x90
반응형
LIST
'개발 > 에러노트' 카테고리의 다른 글
에러 (0) | 2023.02.04 |
---|---|
토이프로젝트 에러 (0) | 2023.01.13 |
입학시험 에러노트 (23.01.13) (0) | 2023.01.13 |