I tried several times(resolve), but I can't fix it.
Are there any other options?
Thanks.
[LOG]
2021-05-13 10:36:00,597 [4899762] INFO - ct.OfflineSymbolTableGenerator - Starting activity Loading installed package namespaces with 1 steps.
2021-05-13 10:36:00,597 [4899762] WARN - .AbstractProgressIndicatorBase - This progress indicator is indeterminate, this may lead to visual inconsistency. Please call setIndeterminate(false) before you start progress.
com.illuminatedcloud.intellij.settings.project.OfflineSymbolTableGenerator$OfflineSymbolGenerationProgressListener.activityStarted(SourceFile:342)
2021-05-13 10:36:01,201 [4900366] INFO - ct.OfflineSymbolTableGenerator - Completed activity Loading installed package namespaces in 604 ms.
2021-05-13 10:36:01,201 [4900366] INFO - ct.OfflineSymbolTableGenerator - Starting activity Initializing local symbols with 1 steps.
2021-05-13 10:36:01,203 [4900368] WARN - .AbstractProgressIndicatorBase - This progress indicator is indeterminate, this may lead to visual inconsistency. Please call setIndeterminate(false) before you start progress.
com.illuminatedcloud.intellij.settings.project.OfflineSymbolTableGenerator$OfflineSymbolGenerationProgressListener.activityStepCompleted(SourceFile:406)
2021-05-13 10:36:01,203 [4900368] INFO - ct.OfflineSymbolTableGenerator - Completed activity Initializing local symbols in 2 ms.
2021-05-13 10:36:01,203 [4900368] INFO - ct.OfflineSymbolTableGenerator - Starting activity Loading system classes with 1 steps.
2021-05-13 10:36:01,203 [4900368] WARN - .AbstractProgressIndicatorBase - This progress indicator is indeterminate, this may lead to visual inconsistency. Please call setIndeterminate(false) before you start progress.
com.illuminatedcloud.intellij.settings.project.OfflineSymbolTableGenerator$OfflineSymbolGenerationProgressListener.activityStarted(SourceFile:342)
2021-05-13 10:36:01,535 [4900700] INFO - ct.OfflineSymbolTableGenerator - Completed activity Loading system classes in 332 ms.
2021-05-13 10:36:01,536 [4900701] WARN - .IlluminatedCloudExceptionUtil - PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:131)
at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:349)
at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:292)
at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:287)
at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.checkServerCerts(CertificateMessage.java:654)
at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.onCertificate(CertificateMessage.java:473)
at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.consume(CertificateMessage.java:369)
at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:392)
at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:443)
at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:421)
at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:182)
at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:171)
at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1409)
at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1315)
at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:440)
at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:411)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:436)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:384)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at com.illuminatedcloud.client.ForceComApiClient.runWithClient(SourceFile:547)
at com.illuminatedcloud.client.ForceComApiClient.runWithClientSimple(SourceFile:616)
at com.illuminatedcloud.client.ForceComApiClient.runWithClientSimple(SourceFile:643)
at com.illuminatedcloud.symtab.OfflineSymbolTable.downloadSystemSymbols(SourceFile:4426)
at com.illuminatedcloud.symtab.OfflineSymbolTable.runActivity(SourceFile:711)
at com.illuminatedcloud.symtab.OfflineSymbolTable.runActivity(SourceFile:743)
at com.illuminatedcloud.symtab.OfflineSymbolTable.loadSystemClasses(SourceFile:3367)
at com.illuminatedcloud.symtab.OfflineSymbolTable.generateOfflineSymbolTable(SourceFile:858)
at com.illuminatedcloud.intellij.settings.project.OfflineSymbolTableGenerator$2.run(SourceFile:224)
at com.intellij.openapi.progress.impl.CoreProgressManager$TaskRunnable.run(CoreProgressManager.java:998)
at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsync$5(CoreProgressManager.java:497)
at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$3(ProgressRunner.java:228)
at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:178)
at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:688)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:634)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:64)
at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:165)
at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:228)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1700)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:668)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:665)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:665)
at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
at java.base/sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:439)
at java.base/sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:306)
at java.base/sun.security.validator.Validator.validate(Validator.java:264)
at java.base/sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:313)
at java.base/sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:222)
at java.base/sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:129)
at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.checkServerCerts(CertificateMessage.java:638)
... 49 more
Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
at java.base/sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:141)
at java.base/sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:126)
at java.base/java.security.cert.CertPathBuilder.build(CertPathBuilder.java:297)
at java.base/sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:434)
... 55 more
2021-05-13 10:36:02,996 [4902161] INFO - g.FileBasedIndexProjectHandler - Reindexing refreshed files: 302 to update, calculated in 1ms
2021-05-13 10:36:02,996 [4902161] INFO - g.FileBasedIndexProjectHandler - Using 4 threads for indexing
2021-05-13 10:36:03,677 [4902842] INFO - .diagnostic.PerformanceWatcher - Reindexing refreshed files took 681ms; general responsiveness: ok; EDT responsiveness: ok
2021-05-13 10:36:04,250 [4903415] INFO - erver.followMe.FollowMeManager - Unregister user 0:'comsysa' with ClientId=ClientId(value=Host)
2021-05-13 10:36:04,252 [4903417] INFO - stubs.SerializationManagerImpl - Start shutting down Stubs/serializerNames/names
2021-05-13 10:36:04,253 [4903418] INFO - stubs.SerializationManagerImpl - Finished shutting down Stubs/serializerNames/names
2021-05-13 10:36:04,385 [4903550] INFO - BridgeProjectLifecycleListener - Using workspace model to open project
2021-05-13 10:36:04,409 [4903574] INFO - rojectCodeStyleSettingsManager - Initialized from default code style settings.
2021-05-13 10:36:04,411 [4903576] INFO - tests.impl.DistributedTestHost - Host address=localhost/
127.0.0.1 2021-05-13 10:36:04,411 [4903576] INFO - lij.diagnostic.DebugLogManager - Set TRACE for the following categories: #com.jetbrains.rdserver.requests, #com.jetbrains.rd.ide.document, #com.jetbrains.rdserver.document, #com.jetbrains.rdserver.editors, #com.jetbrains.rdserver.actions
2021-05-13 10:36:04,420 [4903585] INFO - el.ide.impl.WorkspaceModelImpl - Load workspace model from cache in 8 ms
2021-05-13 10:36:04,425 [4903590] INFO - ins.rd.platform.codeWithMe.a.i - sessionStatus: null
2021-05-13 10:36:04,425 [4903590] INFO - ins.rd.platform.codeWithMe.a.i - freeSessionRemainingTimeMs: null null
2021-05-13 10:36:04,464 [4903629] INFO - al.NewToolbarRootPaneExtension - ToolbarSettingsService is ExperimentalToolbarSettings
2021-05-13 10:36:04,464 [4903629] INFO - al.NewToolbarRootPaneExtension - Show new toolbar: false, presentation mode: false
2021-05-13 10:36:04,464 [4903629] INFO - al.NewToolbarRootPaneExtension - Show old main toolbar: false, old navbar visible: true
2021-05-13 10:36:04,482 [4903647] INFO - al.NewToolbarRootPaneExtension - ToolbarSettingsService is ExperimentalToolbarSettings
2021-05-13 10:36:04,482 [4903647] INFO - al.NewToolbarRootPaneExtension - Show new toolbar: false, presentation mode: false
2021-05-13 10:36:04,482 [4903647] INFO - al.NewToolbarRootPaneExtension - Show old main toolbar: false, old navbar visible: true
2021-05-13 10:36:04,637 [4903802] DEBUG - BackendServerFileEditorManager - Opening host editor for C:/Users/comsysa/IdeaProjects/LS ELECTRIC(Sandbox)/src/aura/lacComBase/lacComBase.cmp
2021-05-13 10:36:04,844 [4904009] DEBUG - BackendServerFileEditorManager - Opening host editor for C:/Users/comsysa/IdeaProjects/LS ELECTRIC(Sandbox)/src/classes/ChangePasswordController.cls
2021-05-13 10:36:05,011 [4904176] DEBUG - BackendServerFileEditorManager - Opening host editor for C:/Users/comsysa/IdeaProjects/LS ELECTRIC(Sandbox)/src/classes/TestResult_tr.cls
2021-05-13 10:36:05,339 [4904504] INFO - PerformancePlugin - Performance Plugin is in silent mode
2021-05-13 10:36:05,342 [4904507] INFO - .deployment.AsyncDevicesGetter - adb not found
2021-05-13 10:36:05,510 [4904675] WARN - openapi.wm.impl.ToolWindowImpl - ToolWindow icons should be 13x13. Please fix ToolWindow (ID: Illuminated Cloud) or icon UrlResolver{ownerClass=null, classLoader=PluginClassLoader(plugin=PluginDescriptor(name=Illuminated Cloud 2, id=com.illuminatedcloud2.intellij, descriptorPath=plugin.xml, path=~\AppData\Roaming\JetBrains\IntelliJIdea2021.1\plugins\IlluminatedCloud2, version=2.1.7.5, package=null), packagePrefix=null, instanceId=199, state=active), overriddenPath='/images/IlluminatedCloudLogo_16x16.png', url=file:/unresolved, useCacheOnLoad=true}
2021-05-13 10:36:05,512 [4904677] WARN - openapi.wm.impl.ToolWindowImpl - ToolWindow icons should be 13x13. Please fix ToolWindow (ID: Anonymous Apex) or icon RasterizedImageDataLoader(, classLoader=com.intellij.util.lang.PathClassLoader@35fb3008, path='debugger/console.svg')
2021-05-13 10:36:05,514 [4904679] WARN - openapi.wm.impl.ToolWindowImpl - ToolWindow icons should be 13x13. Please fix ToolWindow (ID: SOQL Query) or icon RasterizedImageDataLoader(, classLoader=com.intellij.util.lang.PathClassLoader@35fb3008, path='nodes/dataSchema.svg')
2021-05-13 10:36:05,516 [4904681] WARN - openapi.wm.impl.ToolWindowImpl - ToolWindow icons should be 13x13. Please fix ToolWindow (ID: Log Analyzer) or icon RasterizedImageDataLoader(, classLoader=com.intellij.util.lang.PathClassLoader@35fb3008, path='nodes/logFolder.svg')
2021-05-13 10:36:05,604 [4904769] INFO - erver.followMe.FollowMeManager - Register new user 0:'comsysa' with ClientId=ClientId(value=Host)
2021-05-13 10:36:05,646 [4904811] INFO - ion.DelayedProjectSynchronizer - Workspace model loaded from cache. Syncing real project state into workspace model in 307 ms. Thread[ApplicationImpl pooled thread 122,4,Idea Thread Group]
2021-05-13 10:36:05,653 [4904818] INFO - ge.ExternalProjectsDataStorage - Load external projects data in 1 millis (read time: 0)
2021-05-13 10:36:05,653 [4904818] INFO - oudConfig.StatusBarInfoManager - === StatusBar ignored ===
2021-05-13 10:36:05,761 [4904926] INFO - redIndexChunkConfigurationImpl - Chunk bundled-js-predefined-ffdd448c697d-aacdcbe1a076-JavaScript-IU-211.7142.45 is registered for project 'LS ELECTRIC(Sandbox): matching: (fb=34, stub=75), incompatible: (fb=0, stub=0), unknown: (fb=9, stub=9),
2021-05-13 10:36:05,762 [4904927] INFO - SharedIndexPostStartupActivity - Attached 1 pre-built shared indexes: bundled-js-predefined-ffdd448c697d-aacdcbe1a076-JavaScript-IU-211.7142.45
2021-05-13 10:36:05,832 [4904997] INFO - ProjectRootPostStartUpActivity - C:/Users/comsysa/IdeaProjects/LS ELECTRIC(Sandbox)/.idea case-sensitivity: expected=false actual=false
2021-05-13 10:36:05,845 [4905010] INFO - indexing.UnindexedFilesUpdater - Started
2021-05-13 10:36:05,845 [4905010] INFO - indexing.UnindexedFilesUpdater - Pushing properties took 0ms; general responsiveness: ok; EDT responsiveness: ok
2021-05-13 10:36:05,848 [4905013] INFO - .diagnostic.PerformanceWatcher - Post-startup activities under progress took 509ms; general responsiveness: ok; EDT responsiveness: ok
2021-05-13 10:36:05,848 [4905013] INFO - indexing.UnindexedFilesUpdater - Scanning: use 7 scanning threads
2021-05-13 10:36:05,904 [4905069] INFO - al.NewToolbarRootPaneExtension - ToolbarSettingsService is ExperimentalToolbarSettings
2021-05-13 10:36:05,904 [4905069] INFO - al.NewToolbarRootPaneExtension - Show new toolbar: false, presentation mode: false
2021-05-13 10:36:05,904 [4905069] INFO - al.NewToolbarRootPaneExtension - Show old main toolbar: false, old navbar visible: true
2021-05-13 10:36:06,083 [4905248] INFO - tor.impl.FileEditorManagerImpl - Project opening took 1740 ms
2021-05-13 10:36:06,091 [4905256] INFO - indexing.UnindexedFilesUpdater - Scanning completed. Number of scanned files: 1111; Number of files for indexing: 0 took 245ms; general responsiveness: ok; EDT responsiveness: ok
2021-05-13 10:36:06,091 [4905256] INFO - indexing.UnindexedFilesUpdater - Finish. No files to index with loading content.
2021-05-13 10:36:06,127 [4905292] INFO - .services.SpaceKtsFileDetector - SpaceKtsFileDetector
2021-05-13 10:36:06,394 [4905559] INFO - ellij.license.LicenseValidator - Server license validation result was NotGenuine.
2021-05-13 10:36:06,398 [4905563] INFO - ellij.license.LicenseValidator - Trial has 30 days remaining.
2021-05-13 10:36:06,398 [4905563] INFO - ellij.license.LicenseValidator - Informing user of remaining evaluation period (30 days).
2021-05-13 10:36:06,419 [4905584] INFO - ellij.license.LicenseValidator - Illuminated Cloud features are enabled.
2021-05-13 10:36:11,017 [4910182] INFO - gnostic.WindowsDefenderChecker - Windows Defender status: not used
2021-05-13 10:36:11,021 [4910186] INFO - m.codeWithMe.CodeWithMeCleanup - running activity to cleanup old thin clients... Root path is 'C:\Users\comsysa\AppData\Local\JetBrains'
2021-05-13 10:36:11,023 [4910188] INFO - m.codeWithMe.CodeWithMeCleanup - found 0 Code With Me client system folders to check
2021-05-13 10:36:11,024 [4910189] INFO - m.codeWithMe.CodeWithMeCleanup - found 0 Code With Me client config folders to check
2021-05-13 10:36:11,024 [4910189] INFO - m.codeWithMe.CodeWithMeCleanup - keep only [] major versions
2021-05-13 10:36:16,275 [4915440] INFO - j.ide.actions.RevealFileAction - Exit code 1
2021년 5월 13일 목요일 오전 10시 30분 25초 UTC+9에 Scott님이 작성: